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 DUMMY1 Instance attribute Protected Type reference (TYPE) ISH_ON_OFF ON ON: Execute Save 20050210
2 G_ALLOW_UPDATE_MODE Instance attribute Protected Type reference (TYPE) ISH_ON_OFF ON ON: Toggle in Change Mode Allowed 20041022
3 G_COMMIT Instance attribute Protected Type reference (TYPE) ISH_ON_OFF ON ON: Execute Commit 20040917
4 G_CONFIRM_INTERMEDIATE_SAVE Instance attribute Protected Type reference (TYPE) ISH_ON_OFF ON ON: Query When Storing Temporarily 20041104
5 G_DEQUEUE Instance attribute Protected Type reference (TYPE) ISH_ON_OFF ON ON: Release Locks 20040916
6 G_ENQUEUE Instance attribute Protected Type reference (TYPE) ISH_ON_OFF ON ON: Execute Locks 20040916
7 G_QUIT_ON_SAVE Instance attribute Protected Type reference (TYPE) ISH_ON_OFF ON ON: End Process After Saving 20040917
8 G_SAVE Instance attribute Protected Type reference (TYPE) ISH_ON_OFF ON ON: Execute Save 20040917
Methods
# Method Level Visibility Method type Description Created on
1 COMPLETE_CONSTRUCTION Instance method Protected Method Completes Instantiation (See CREATE) 20040914
2 CREATE Static method Public Method Creates a CL_ISHMED_CON_MEDSRV Object 20041018
3 GET_ALLOW_UPDATE_MODE Instance method Public Method Returns Whether Toggle in Change Mode Allowed 20041022
4 GET_COMMIT Instance method Public Method Returns Whether Commit Is to Be Executed 20040917
5 GET_CONFIRM_INTERMEDIATE_SAVE Instance method Public Method Returns Whether Query When Storing Temporarily 20041104
6 GET_DEQUEUE Instance method Public Method Returns Whether Locks Are to Be Released 20040916
7 GET_ENQUEUE Instance method Public Method Returns Whether Locks Are to be Executed 20040916
8 GET_QUIT_ON_SAVE Instance method Public Method Returns Whether Process Is to Be Ended After Saving 20040917
9 GET_SAVE Instance method Public Method Returns Whether Save Is to Be Executed 20040917
10 MODIFY_SCR_COMPCON_MEDSRV Instance method Protected Method Modify Screen for Component Configuration Frame 20050209
11 MODIFY_SCR_MEDSRV_PROP Instance method Protected Method Modify Screen for Component Configuration Properties 20050209
12 SET_ALLOW_UPDATE_MODE Instance method Public Method Sets Whether Toggle Is Allowed in Change Mode 20041022
13 SET_COMMIT Instance method Public Method Sets Whether Commit Is to Be Executed 20040917
14 SET_CONFIRM_INTERMEDIATE_SAVE Instance method Public Method Sets Whether Query when Storing Temporarily 20041104
15 SET_DEQUEUE Instance method Public Method Sets Whether Locks Are to Be Released 20040916
16 SET_ENQUEUE Instance method Public Method Sets Whether Locks Are to Be Executed 20040916
17 SET_QUIT_ON_SAVE Instance method Public Method Sets Whether Process Is to Be Ended After Saving 20040917
18 SET_SAVE 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 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040914
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20040914
3 Importing 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 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041018
2 Exporting ER_INSTANCE Call by reference Object reference (TYPE REF TO) CL_ISHMED_CON_MEDSRV IS-H: Konfigurationsklasse Med. Leistungen 20041018
3 Exporting ER_INTERFACE Call by reference Object reference (TYPE REF TO) IF_ISH_CONFIG IS-H: Interface zur Konfiguration von Dialogen 20050113
4 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041018
5 Importing 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING Instanz zur Fehlerbearbeitung 20050209
2 Exporting ET_MODIFIED Call by reference Type reference (TYPE) ISHMED_T_SCREEN geänderte Screeneigenschaften 20050209
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC Returncode 20050209
4 Importing 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 Importing 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 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING Instanz zur Fehlerbearbeitung 20050209
2 Exporting ET_MODIFIED Call by reference Type reference (TYPE) ISHMED_T_SCREEN geänderte Screeneigenschaften 20050209
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC Returncode 20050209
4 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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