SAP ABAP Class CL_ISHMED_SCR_ME_EMAR_SIG (IS-H*MED: Screen Class eMAR Signature)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-HMED (Application Component) Clinical System
     NMED_ME (Package) IS-H*MED: Medication
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISH_SCREEN_STD IS-H: Basic Class for Screens of Standard 20040114
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISHMED_ME_SCR_EXP IS-H*MED: Medication; Enhancements for Screens 20050210
Properties
Class CL_ISHMED_SCR_ME_EMAR_SIG  
Short Description IS-H*MED: Screen Class eMAR Signature    
Super Class CL_ISH_SCREEN_STD IS-H: Basic Class for Screens of Standard 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package NMED_ME   IS-H*MED: Medication 
Created 20040114   SAP 
Last change 20060313   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_SCR_ME_EMAR_SIG has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISHMED_ME_SCR_EXP IS-H*MED: Medication; Enhancements for Screens 20050210
Friends
Class CL_ISHMED_SCR_ME_EMAR_SIG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_EINRI Static Attribute Protected Type reference (TYPE) TN01-EINRI IS-H: Institution 20040114
2 G_FNAME_MERESP1 Static Attribute Public Type reference (TYPE) ISH_FIELDNAME IS-H: Field Name for MERESP1 20040114
3 G_FNAME_MERESP2 Static Attribute Public Type reference (TYPE) ISH_FIELDNAME IS-H: Field Name for MERESP2 20040114
4 G_FNAME_NAME1 Static Attribute Public Type reference (TYPE) ISH_FIELDNAME IS-H: Field Name for NAME1 20040114
5 G_FNAME_NAME2 Static Attribute Public Type reference (TYPE) ISH_FIELDNAME IS-H: Field Name for NAME2 20040114
6 G_FNAME_RCDUPLI Static Attribute Public Type reference (TYPE) ISH_FIELDNAME IS-H: Fieldname for RCDUPLI 20050204
7 G_FNAME_RCDUPLIT Static Attribute Public Type reference (TYPE) ISH_FIELDNAME IS-H: Field Name for RCDUPLIT 20050308
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_FIELDS_FROM_STRUCT Instance method Private Method Create Field List from Structure 20040114
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20040115
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040115
4 CREATE Static method Public Method Create a Screen Instance 20040115
5 FILL_LABEL_RCDUPLI Instance method Public Method Determine Text for "Reprint Reason" 20051114
6 GET_FIELD_PROPERTIES Static method Public Method Specify Properties of Input Field 20040429
7 READ_ROOM_AND_BED Static method Public Method Read Room and Bed for Case 20040325
8 VALUE_REQUEST_MERESP1 Instance method Public Method F4 Help for MERESP1 20040114
9 VALUE_REQUEST_MERESP2 Instance method Public Method F4 Help for MERESP2 20040114
Events
Class CL_ISHMED_SCR_ME_EMAR_SIG has no event.
Types
Class CL_ISHMED_SCR_ME_EMAR_SIG has no local type.
Method Signatures

Method BUILD_FIELDS_FROM_STRUCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Value transfer Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040114
2 Exporting ET_FIELD_VALUE Value transfer Type reference (TYPE) ISH_T_FIELD_VALUE IS-H: Tabelle für Feldwerte 20040114
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20040114
4 Importing I_STRUCT_NAME Value transfer Type reference (TYPE) STRING Name der Struktur 20040114

Method BUILD_FIELDS_FROM_STRUCT on class CL_ISHMED_SCR_ME_EMAR_SIG has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_ISHMED_SCR_ME_EMAR_SIG has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ISHMED_SCR_ME_EMAR_SIG has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_ISHMED_SCR_ME_EMAR_SIG has no parameter.
Method CONSTRUCTOR on class CL_ISHMED_SCR_ME_EMAR_SIG has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Value transfer Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040115
2 Exporting ER_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISHMED_SCR_ME_EMAR_SIG IS-H*MED: Screenklasse EMAR Signature 20040115
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20040115

Method CREATE on class CL_ISHMED_SCR_ME_EMAR_SIG has no exception.

Method FILL_LABEL_RCDUPLI 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 20051114
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20051114

Method FILL_LABEL_RCDUPLI on class CL_ISHMED_SCR_ME_EMAR_SIG has no exception.

Method GET_FIELD_PROPERTIES 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 20040429
2 Exporting E_ACTIVE Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20040429
3 Exporting E_CHANGEABLE Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20040429
4 Exporting E_INPUT Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20040429
5 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20040429
6 Importing IR_SCREEN Value transfer Object reference (TYPE REF TO) CL_ISHMED_SCR_ME_EMAR_SIG IS-H*MED: Screenklasse EMAR Signature 20040429
7 Importing IT_MODIFIED Call by reference Type reference (TYPE) ISHMED_T_SCREEN geänderte Screeneigenschaften 20050211
8 Importing I_FIELDNAME Value transfer Type reference (TYPE) ISH_FIELDNAME IS-H: Feldname 20040429
9 Importing I_USE_BUFFER Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20040429

Method GET_FIELD_PROPERTIES on class CL_ISHMED_SCR_ME_EMAR_SIG has no exception.

Method READ_ROOM_AND_BED 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 20040325
2 Exporting ES_NBEW Value transfer Type reference (TYPE) NBEW IS-H: Bewegungen zum Fall 20040325
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20040325
4 Importing IS_EVENT Call by reference Type reference (TYPE) N1MEEVENT IS-H*MED: Medikation, Event 20040325
5 Importing I_FIRST_TIME Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20040325

Method READ_ROOM_AND_BED on class CL_ISHMED_SCR_ME_EMAR_SIG has no exception.

Method VALUE_REQUEST_MERESP1 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 20040114
2 Exporting E_CALLED Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20040114
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20040114
4 Exporting E_SELECTED Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20040114
5 Exporting E_VALUE Value transfer Type reference (TYPE) ANY 20040114

Method VALUE_REQUEST_MERESP1 on class CL_ISHMED_SCR_ME_EMAR_SIG has no exception.

Method VALUE_REQUEST_MERESP2 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 20040114
2 Exporting E_CALLED Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20040114
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20040114
4 Exporting E_SELECTED Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20040114
5 Exporting E_VALUE Value transfer Type reference (TYPE) ANY 20040114

Method VALUE_REQUEST_MERESP2 on class CL_ISHMED_SCR_ME_EMAR_SIG has no exception.
History
Last changed by/on SAP  20060313 
SAP Release Created in 472