SAP ABAP Class CL_ISHMED_CON_MEDSRV (IS-H*MED:Configuration Class for Medical Service Processing)
Hierarchy
☛
IS-H (Software Component) SAP Healthcare
⤷
IS-HMED (Application Component) Clinical System
⤷
N1SRVDO_MED (Package) IS-H*MED: Service Documentation

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_ISH_CONFIG | IS-H: Basic Class for Configuration of Dialogs | 20040915 |
Properties
Class | CL_ISHMED_CON_MEDSRV | |
Short Description | IS-H*MED:Configuration Class for Medical Service Processing | |
Super Class | CL_ISH_CONFIG | IS-H: Basic Class for Configuration of Dialogs |
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | N1SRVDO_MED | IS-H*MED: Service Documentation |
Created | 20040914 | SAP |
Last change | 20050224 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_ISHMED_CON_MEDSRV has no forward declaration.
Interfaces
Class CL_ISHMED_CON_MEDSRV has no interface implemented.
Friends
Class CL_ISHMED_CON_MEDSRV has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ISH_ON_OFF | ON | ON: Execute Save | 20050210 | |
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ISH_ON_OFF | ON | ON: Toggle in Change Mode Allowed | 20041022 | |
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ISH_ON_OFF | ON | ON: Execute Commit | 20040917 | |
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ISH_ON_OFF | ON | ON: Query When Storing Temporarily | 20041104 | |
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ISH_ON_OFF | ON | ON: Release Locks | 20040916 | |
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ISH_ON_OFF | ON | ON: Execute Locks | 20040916 | |
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ISH_ON_OFF | ON | ON: End Process After Saving | 20040917 | |
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ISH_ON_OFF | ON | ON: Execute Save | 20040917 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Completes Instantiation (See CREATE) | 20040914 |
2 | ![]() |
Static method | Public | Method | Creates a CL_ISHMED_CON_MEDSRV Object | 20041018 |
3 | ![]() |
Instance method | Public | Method | Returns Whether Toggle in Change Mode Allowed | 20041022 |
4 | ![]() |
Instance method | Public | Method | Returns Whether Commit Is to Be Executed | 20040917 |
5 | ![]() |
Instance method | Public | Method | Returns Whether Query When Storing Temporarily | 20041104 |
6 | ![]() |
Instance method | Public | Method | Returns Whether Locks Are to Be Released | 20040916 |
7 | ![]() |
Instance method | Public | Method | Returns Whether Locks Are to be Executed | 20040916 |
8 | ![]() |
Instance method | Public | Method | Returns Whether Process Is to Be Ended After Saving | 20040917 |
9 | ![]() |
Instance method | Public | Method | Returns Whether Save Is to Be Executed | 20040917 |
10 | ![]() |
Instance method | Protected | Method | Modify Screen for Component Configuration Frame | 20050209 |
11 | ![]() |
Instance method | Protected | Method | Modify Screen for Component Configuration Properties | 20050209 |
12 | ![]() |
Instance method | Public | Method | Sets Whether Toggle Is Allowed in Change Mode | 20041022 |
13 | ![]() |
Instance method | Public | Method | Sets Whether Commit Is to Be Executed | 20040917 |
14 | ![]() |
Instance method | Public | Method | Sets Whether Query when Storing Temporarily | 20041104 |
15 | ![]() |
Instance method | Public | Method | Sets Whether Locks Are to Be Released | 20040916 |
16 | ![]() |
Instance method | Public | Method | Sets Whether Locks Are to Be Executed | 20040916 |
17 | ![]() |
Instance method | Public | Method | Sets Whether Process Is to Be Ended After Saving | 20040917 |
18 | ![]() |
Instance method | Public | Method | Sets Whether Save Is to Be Executed | 20040917 |
Events
Class CL_ISHMED_CON_MEDSRV has no event.
Types
Class CL_ISHMED_CON_MEDSRV has no local type.
Method Signatures
Method COMPLETE_CONSTRUCTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CR_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | IS-H*MED: Klasse zur Fehlerabarbeitung | 20040914 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20040914 | ||
3 | ![]() |
I_TITLE | Value transfer | Type reference (TYPE) | SY-TITLE | Titel | 20040916 |
Method COMPLETE_CONSTRUCTION on class CL_ISHMED_CON_MEDSRV has no exception.
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CR_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | IS-H*MED: Klasse zur Fehlerabarbeitung | 20041018 | ||
2 | ![]() |
ER_INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_CON_MEDSRV | IS-H: Konfigurationsklasse Med. Leistungen | 20041018 | ||
3 | ![]() |
ER_INTERFACE | Call by reference | Object reference (TYPE REF TO) | IF_ISH_CONFIG | IS-H: Interface zur Konfiguration von Dialogen | 20050113 | ||
4 | ![]() |
E_RC | Call by reference | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20041018 | ||
5 | ![]() |
I_TITLE | Call by reference | Type reference (TYPE) | SY-TITLE | Titel | 20041018 |
Method CREATE on class CL_ISHMED_CON_MEDSRV has no exception.
Method GET_ALLOW_UPDATE_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_ALLOWED | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON: Wechsel in Änderungsmodus erlaubt | 20041022 |
Method GET_ALLOW_UPDATE_MODE on class CL_ISHMED_CON_MEDSRV has no exception.
Method GET_COMMIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_COMMIT | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON: Commit soll durchgeführt werden | 20040917 |
Method GET_COMMIT on class CL_ISHMED_CON_MEDSRV has no exception.
Method GET_CONFIRM_INTERMEDIATE_SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_CONFIRM_INTERMEDIATE_SAVE | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON: Abfrage bei Zwischenspeichern | 20041104 |
Method GET_CONFIRM_INTERMEDIATE_SAVE on class CL_ISHMED_CON_MEDSRV has no exception.
Method GET_DEQUEUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_DEQUEUE | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON: Sperren freigeben | 20040916 |
Method GET_DEQUEUE on class CL_ISHMED_CON_MEDSRV has no exception.
Method GET_ENQUEUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_ENQUEUE | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON: Sperren durchführen | 20040916 |
Method GET_ENQUEUE on class CL_ISHMED_CON_MEDSRV has no exception.
Method GET_QUIT_ON_SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_QUIT_ON_SAVE | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON: Prozess soll nach Speichern beendet werden | 20040917 |
Method GET_QUIT_ON_SAVE on class CL_ISHMED_CON_MEDSRV has no exception.
Method GET_SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_SAVE | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON: Speichern soll durchgeführt werden | 20040917 |
Method GET_SAVE on class CL_ISHMED_CON_MEDSRV has no exception.
Method MODIFY_SCR_COMPCON_MEDSRV Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CR_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz zur Fehlerbearbeitung | 20050209 | ||
2 | ![]() |
ET_MODIFIED | Call by reference | Type reference (TYPE) | ISHMED_T_SCREEN | geänderte Screeneigenschaften | 20050209 | ||
3 | ![]() |
E_RC | Call by reference | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20050209 | ||
4 | ![]() |
IR_SCR_COMPCON_MEDSRV | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_SCR_COMPCON_MEDSRV | IS-H*MED: Bausteinkonfiguration Med. Leist.bearb. Hauptscree | 20050209 | ||
5 | ![]() |
I_VCODE | Call by reference | Type reference (TYPE) | TNDYM-VCODE | Verarbeitungsmodus | 20050209 |
Method MODIFY_SCR_COMPCON_MEDSRV on class CL_ISHMED_CON_MEDSRV has no exception.
Method MODIFY_SCR_MEDSRV_PROP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CR_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz zur Fehlerbearbeitung | 20050209 | ||
2 | ![]() |
ET_MODIFIED | Call by reference | Type reference (TYPE) | ISHMED_T_SCREEN | geänderte Screeneigenschaften | 20050209 | ||
3 | ![]() |
E_RC | Call by reference | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20050209 | ||
4 | ![]() |
IR_SCR_MEDSRV_PROP | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_SCR_MEDSRV_PROP | IS-H*MED: Bausteinkonfiguration Med. Leist.bearb. Eigenschaf | 20050209 | ||
5 | ![]() |
I_VCODE | Call by reference | Type reference (TYPE) | TNDYM-VCODE | Verarbeitungsmodus | 20050209 |
Method MODIFY_SCR_MEDSRV_PROP on class CL_ISHMED_CON_MEDSRV has no exception.
Method SET_ALLOW_UPDATE_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ALLOWED | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON | ON: Wechsel in Änderungsmodus erlaubt | 20041022 |
Method SET_ALLOW_UPDATE_MODE on class CL_ISHMED_CON_MEDSRV has no exception.
Method SET_COMMIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_COMMIT | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON | ON: Commit soll durchgeführt werden | 20040917 |
Method SET_COMMIT on class CL_ISHMED_CON_MEDSRV has no exception.
Method SET_CONFIRM_INTERMEDIATE_SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CONFIRM_INTERMEDIATE_SAVE | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON | ON: Abfrage bei Zwischenspeichern | 20041104 |
Method SET_CONFIRM_INTERMEDIATE_SAVE on class CL_ISHMED_CON_MEDSRV has no exception.
Method SET_DEQUEUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DEQUEUE | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON | ON: Sperren freigeben | 20040916 |
Method SET_DEQUEUE on class CL_ISHMED_CON_MEDSRV has no exception.
Method SET_ENQUEUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ENQUEUE | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON | ON: Sperren durchführen | 20040916 |
Method SET_ENQUEUE on class CL_ISHMED_CON_MEDSRV has no exception.
Method SET_QUIT_ON_SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_QUIT_ON_SAVE | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON | ON: Prozess soll nach Speichern verlassen werden | 20040917 |
Method SET_QUIT_ON_SAVE on class CL_ISHMED_CON_MEDSRV has no exception.
Method SET_SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SAVE | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON | ON: Speichern soll durchgeführt werden | 20040917 |
Method SET_SAVE on class CL_ISHMED_CON_MEDSRV has no exception.
History
Last changed by/on | SAP | 20050224 |
SAP Release Created in | 473 |