SAP ABAP Class CL_ISHMED_SCR_ME_DIV_HW (IS-H*MED: Screen Class Height/Weight Input)
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 20040129
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISHMED_ME_SCR_EXP IS-H*MED: Medication; Enhancements for Screens 20041020
Properties
Class CL_ISHMED_SCR_ME_DIV_HW  
Short Description IS-H*MED: Screen Class Height/Weight Input    
Super Class CL_ISH_SCREEN_STD IS-H: Basic Class for Screens of Standard 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package NMED_ME   IS-H*MED: Medication 
Created 20040129   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_SCR_ME_DIV_HW has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISHMED_ME_SCR_EXP IS-H*MED: Medication; Enhancements for Screens 20041020
Friends
Class CL_ISHMED_SCR_ME_DIV_HW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_PURPOSE_NORMAL Constant Public Type reference (TYPE) CHAR01 ' ' Usage as Normal Screen for Height/Weight Input 20041021
2 CO_PURPOSE_WGTHGT_POPUP Constant Public Type reference (TYPE) CHAR01 'P' Usage in Height/Weight Popup 20041021
3 CO_TYPE_SCR_ME_INFUSION Instance attribute Private Attribute reference (LIKE) 20040129
4 CO_TYPE_SCR_ME_TPN Instance attribute Public Attribute reference (LIKE) 20040129
5 GT_SCREEN_TAB Static Attribute Protected Type reference (TYPE) TYT_SCREEN Table with ALL Instances of this Screen Class 20040129
6 G_FIELDNAME_BSA Static Attribute Public Type reference (TYPE) ISH_FIELDNAME IS-H: Field Name 20040715
7 G_FIELDNAME_HEIGHT Static Attribute Public Type reference (TYPE) ISH_FIELDNAME IS-H: Field Name 20040129
8 G_FIELDNAME_HEIGHTUNIT Static Attribute Public Type reference (TYPE) ISH_FIELDNAME IS-H: Field Name 20040129
9 G_FIELDNAME_WEIGHT Static Attribute Public Type reference (TYPE) ISH_FIELDNAME IS-H: Field Name 20040129
10 G_FIELDNAME_WEIGHTUNIT Static Attribute Public Type reference (TYPE) ISH_FIELDNAME IS-H: Field Name 20040129
11 G_PURPOSE Instance attribute Protected Type reference (TYPE) CHAR01 Purpose of Subscreen 20041021
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20040129
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040129
3 CREATE Static method Public Method Create Instance of Screen 20040129
4 CREATE_LISTBOX_UOM Instance method Private Method Fill Listbox for Units 20040129
5 FUNC_GET_HEIGHT Instance method Protected Method "Attach New Row" Function 20040129
6 FUNC_GET_WEIGHT Instance method Protected Method "Attach New Row" Function 20040129
7 GET_FIELD_PROPERTIES Static method Public Method Specify Properties of Input Field 20040129
8 GET_PATM_FOR_PATNR Instance method Public Method Determine Med. Patient Master 20040129
Events
Class CL_ISHMED_SCR_ME_DIV_HW has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYT_SCREEN Protected See coding 20040129 TYT_SCREEN type standard table of TY_SCREEN
2 TY_SCREEN Protected See coding 20040129 begin of TY_SCREEN, screen type ref to cl_ishmed_scr_me_div_hw, end of TY_SCREEN
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_ISHMED_SCR_ME_DIV_HW has no parameter.
# Exception Resumable Description Created on
1 INSTANCE_NOT_POSSIBLE Instanz der Klasse nicht möglich 20040129

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 20040129
2 Exporting ER_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISHMED_SCR_ME_DIV_HW IS-H*MED: Screenklasse Input Grösse/Gewicht 20040129
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20040129
4 Importing I_PURPOSE Value transfer Type reference (TYPE) CHAR01 CO_PURPOSE_NORMAL Verwendungszweck: Siehe Konstanten CO_PURPOSE_... 20041021

Method CREATE on class CL_ISHMED_SCR_ME_DIV_HW has no exception.

Method CREATE_LISTBOX_UOM 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 20040129
2 Exporting ER_LB_OBJECT Call by reference Object reference (TYPE REF TO) CL_ISH_LISTBOX IS-H: Basisklasse für Dynpro-Listboxen 20040129
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20040129
4 Importing I_FIELDNAME Value transfer Type reference (TYPE) ISH_FIELDNAME Feldname 20040129
5 Importing I_FIELDVALUE Value transfer Type reference (TYPE) NFVVALUE IS-H: Wert eines Einzelfeldes 20040129
6 Importing I_ROWNUMBER Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20040129

Method CREATE_LISTBOX_UOM on class CL_ISHMED_SCR_ME_DIV_HW has no exception.

Method FUNC_GET_HEIGHT 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 20040129
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20040129

Method FUNC_GET_HEIGHT on class CL_ISHMED_SCR_ME_DIV_HW has no exception.

Method FUNC_GET_WEIGHT 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 20040129
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20040129

Method FUNC_GET_WEIGHT on class CL_ISHMED_SCR_ME_DIV_HW 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 20040129
2 Exporting E_ACTIVE Value transfer Type reference (TYPE) ISH_ON_OFF Feld aktiv (d.h. sichtbar)? 20040129
3 Exporting E_CHANGEABLE Value transfer Type reference (TYPE) ISH_ON_OFF Feld änderbar (wenn auch nur mittels F4!)? 20040129
4 Exporting E_INPUT Value transfer Type reference (TYPE) ISH_ON_OFF Feld eingabebereit? 20040129
5 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20040129
6 Importing IR_SCREEN Value transfer Object reference (TYPE REF TO) CL_ISHMED_SCR_ME_DIV_HW Screen, für den geprüft werden soll 20040129
7 Importing I_FIELDNAME Value transfer Type reference (TYPE) ISH_FIELDNAME IS-H: Feldname 20040129
8 Importing I_USE_BUFFER Value transfer Type reference (TYPE) ISH_ON_OFF OFF Use buffer to enhance performance 20040129

Method GET_FIELD_PROPERTIES on class CL_ISHMED_SCR_ME_DIV_HW has no exception.

Method GET_PATM_FOR_PATNR 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 20040129
2 Exporting ES_N1PATM Value transfer Type reference (TYPE) N1PATM IS-H*MED: Medizinischer Patientenstammsatz 20040129
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20040129
4 Importing I_PATNR Value transfer Type reference (TYPE) PATNR IS-H: Patientennummer 20040129

Method GET_PATM_FOR_PATNR on class CL_ISHMED_SCR_ME_DIV_HW has no exception.
History
Last changed by/on SAP  20050224 
SAP Release Created in 472