SAP ABAP Class CL_ISH_SCR_MED_DATA (IS-H: Medical Data Screen Class)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-H-PM (Application Component) Patient Management
     N1BASE (Package) IS-H: Basic Functionality; TSA Development
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 20031105
Properties
Class CL_ISH_SCR_MED_DATA  
Short Description IS-H: Medical Data Screen Class    
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 N1BASE   IS-H: Basic Functionality; TSA Development 
Created 20031105   SAP 
Last change 20110810   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 VRM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ISH_SCR_MED_DATA has no interface implemented.
Friends
Class CL_ISH_SCR_MED_DATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_DEFAULT_TABNAME Constant Public Type reference (TYPE) TABNAME 'N1CORDER' Table Name 20031203
2 CO_TYPE_SCR_MED_DATA Instance attribute Public Attribute reference (LIKE) 20031105
3 G_DILTX_BUTTON Instance attribute Protected Type reference (TYPE) RN1_DYNP_MED_DATA-N1DILTXT Text Long Text Button "Diagnoses" 20050610
4 G_DILTX_MORE_BUTTON Instance attribute Protected Type reference (TYPE) CHAR40 Display Button "More Diagnoses" 20050610
5 G_FIELDNAME_DITXT Static Attribute Public Type reference (TYPE) ISH_FIELDNAME Field Name for DITXT 20031105
6 G_FIELDNAME_FRAGE Static Attribute Public Type reference (TYPE) ISH_FIELDNAME Field Name for FRAGE 20031105
7 G_FIELDNAME_IFG Static Attribute Public Type reference (TYPE) ISH_FIELDNAME Field Name for IFG 20031105
8 G_FIELDNAME_KANAM Static Attribute Public Type reference (TYPE) ISH_FIELDNAME Field Name for KANAM 20031105
9 G_FIELDNAME_MORE_DIA Static Attribute Public Type reference (TYPE) ISH_FIELDNAME IS-H: Field Name 20031210
10 G_FIELDNAME_N1DILTXT Static Attribute Public Type reference (TYPE) ISH_FIELDNAME Field Name for N1DILTXT 20031105
11 G_FIELDNAME_N1FRLTXT Static Attribute Public Type reference (TYPE) ISH_FIELDNAME Field Name for N1FRLTXT 20031105
12 G_FIELDNAME_N1KALTXT Static Attribute Public Type reference (TYPE) ISH_FIELDNAME Field Name for N1KALTXT 20031105
13 G_FIELDNAME_RISK_FACTS Static Attribute Public Type reference (TYPE) ISH_FIELDNAME IS-H: Field Name 20090827
14 G_FIELDNAME_SCHWKZ Static Attribute Public Type reference (TYPE) ISH_FIELDNAME Field Name for SCHWKZ 20031105
15 G_FIELDNAME_SCHWO Static Attribute Public Type reference (TYPE) ISH_FIELDNAME Field Name for SCHWO 20031105
16 G_FRLTX_BUTTON Instance attribute Protected Type reference (TYPE) RN1_DYNP_MED_DATA-N1FRLTXT Text Long Text Button "Question" 20050610
17 G_ISHMED_AUTH Instance attribute Protected Type reference (TYPE) ISH_ON_OFF Indicator IS-H*MED Active 20031212
18 G_KALTX_BUTTON Instance attribute Protected Type reference (TYPE) RN1_DYNP_MED_DATA-N1KALTXT Text Long Text Button "Short Anamnesis" 20050610
19 G_PREFIX_FIELDNAME Static Attribute Public Type reference (TYPE) ISH_FIELDNAME 'RN1_DYNP_MED_DATA' IS-H: Field Name 20040107
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_RISC_FACTS_FOR_PATIENT Instance method Public Method Check whether Risk Factors Exist for Patient 20040218
2 CONSTRUCTOR Instance method Public Constructor Constructor 20031105
3 CREATE Static method Public Method Create Instance of Screen 20031105
4 CREATE_LISTBOX_IFG Instance method Protected Method List Box for Degree of Infection 20031105
5 FILL_LABEL_MORE_DIA Instance method Protected Method More Diagnoses Button 20031210
6 FILL_LABEL_N1DILTXT Instance method Protected Method Button Fill Indicator that Long Text Exists for Diagnosis 20031105
7 FILL_LABEL_N1FRLTXT Instance method Protected Method Button Fill Indicator that Long Text Exists for Questions 20031105
8 FILL_LABEL_N1KALTXT Instance method Protected Method Button Fill Indicator that Long Text Exists for Short Anamn. 20031105
9 ICON_CREATE Static method Public Method Create Icon 20040225
10 VALUE_REQUEST_DITXT Instance method Protected Method F4 Help for Diagnosis 20031105
Events
Class CL_ISH_SCR_MED_DATA has no event.
Types
Class CL_ISH_SCR_MED_DATA has no local type.
Method Signatures

Method CHECK_RISC_FACTS_FOR_PATIENT 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 20040218
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20040218
3 Exporting E_RISC_FACTS Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20040218

Method CHECK_RISC_FACTS_FOR_PATIENT on class CL_ISH_SCR_MED_DATA has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_ISH_SCR_MED_DATA has no parameter.
# Exception Resumable Description Created on
1 INSTANCE_NOT_POSSIBLE Instanz der Klasse kann nicht angelegt werden 20031105

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 20031105
2 Exporting ER_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISH_SCR_MED_DATA IS-H: Screenklasse med. Daten 20031105
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031105

Method CREATE on class CL_ISH_SCR_MED_DATA has no exception.

Method CREATE_LISTBOX_IFG 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 20031105
2 Exporting ER_LB_OBJECT Call by reference Object reference (TYPE REF TO) CL_ISH_LISTBOX IS-H: Basisklasse für Dynpro-Listboxen 20031105
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031105

Method CREATE_LISTBOX_IFG on class CL_ISH_SCR_MED_DATA has no exception.

Method FILL_LABEL_MORE_DIA 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 20031210
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031210
3 Importing I_CONFIG_ACTIVE Value transfer Type reference (TYPE) C TRUE 20050609
4 Importing I_CONFIG_INPUT Value transfer Type reference (TYPE) C TRUE 20050609

Method FILL_LABEL_MORE_DIA on class CL_ISH_SCR_MED_DATA has no exception.

Method FILL_LABEL_N1DILTXT 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 20031105
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC 20031105
3 Importing I_CONFIG_ACTIVE Value transfer Type reference (TYPE) C TRUE 20050609
4 Importing I_CONFIG_INPUT Value transfer Type reference (TYPE) C TRUE 20050609

Method FILL_LABEL_N1DILTXT on class CL_ISH_SCR_MED_DATA has no exception.

Method FILL_LABEL_N1FRLTXT 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 20031105
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031105
3 Importing I_CONFIG_ACTIVE Value transfer Type reference (TYPE) C TRUE 20050609
4 Importing I_CONFIG_INPUT Value transfer Type reference (TYPE) C TRUE 20050609

Method FILL_LABEL_N1FRLTXT on class CL_ISH_SCR_MED_DATA has no exception.

Method FILL_LABEL_N1KALTXT 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 20031105
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031105
3 Importing I_CONFIG_ACTIVE Value transfer Type reference (TYPE) C TRUE 20050609
4 Importing I_CONFIG_INPUT Value transfer Type reference (TYPE) C TRUE 20050609

Method FILL_LABEL_N1KALTXT on class CL_ISH_SCR_MED_DATA has no exception.

Method ICON_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 20040225
2 Exporting E_FIELD Value transfer Type reference (TYPE) ISH_LGTX03 IS-H: Dynprofeld zur Anzeige eines dynamischen Icons 20040225
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20040225
4 Importing I_ICON Value transfer Type reference (TYPE) CHAR100 Charakter 100 20040225
5 Importing I_INFO Value transfer Type reference (TYPE) CHAR100 Charakter 100 20040225
6 Importing I_TEXT Value transfer Type reference (TYPE) CHAR100 Charakter 100 20040225

Method ICON_CREATE on class CL_ISH_SCR_MED_DATA has no exception.

Method VALUE_REQUEST_DITXT 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 20031105
2 Exporting E_CALLED Value transfer Type reference (TYPE) ISH_ON_OFF F4 wurde behandelt? 20031105
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031105
4 Exporting E_SELECTED Value transfer Type reference (TYPE) ISH_ON_OFF Wert wurde selektiert? 20031105
5 Exporting E_VALUE Value transfer Type reference (TYPE) ANY Ausgewählter Wert. 20031105

Method VALUE_REQUEST_DITXT on class CL_ISH_SCR_MED_DATA has no exception.
History
Last changed by/on SAP  20110810 
SAP Release Created in 472