SAP ABAP Class CL_ISHMED_SCR_ME_ORATE_VOLUME (IS-H*MED: Order Rate Subscr. Volume)
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 | 20031104 |
Properties
Class | CL_ISHMED_SCR_ME_ORATE_VOLUME | |
Short Description | IS-H*MED: Order Rate Subscr. Volume | |
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 | 20031104 | SAP |
Last change | 20060208 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ISHMED_SCR_ME_ORATE_VOLUME has no interface implemented.
Friends
Class CL_ISHMED_SCR_ME_ORATE_VOLUME has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container for "Orate" Grid | 20031127 | ||
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ISHMED_SCR_ME_ORATE_GRID | IS-H*MED: Order Rates ALV Grid | 20031106 | ||
3 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | TYT_SCREEN | Table with ALL Instances of this Screen Class | 20031230 | ||
4 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | ISH_FIELDNAME | IS-H*MED: Drug Short Description | 20031104 | ||
5 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | ISH_FIELDNAME | IS-H*MED: Medication, Dose | 20031104 | ||
6 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | ISH_FIELDNAME | IS-H*MED: Medication, Dose Unit | 20031104 | ||
7 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | ISH_FIELDNAME | IS-H: Field Name | 20031127 | ||
8 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | ISH_FIELDNAME | IS-H*MED: Order, Medication - Planned Administration Dose | 20031104 | ||
9 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | ISH_FIELDNAME | IS-H*MED: Order, Medication - Planned Admin. Duration, Unit | 20031104 | ||
10 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | ISH_FIELDNAME | Long Text for Check Condition | 20050726 | ||
11 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | ISH_FIELDNAME | IS-H: Field Name | 20040617 | ||
12 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | ISH_FIELDNAME | IS-H*MED: Medication, Order - Amount for Administration | 20031230 | ||
13 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | ISH_FIELDNAME | Icon for Recalculation | 20031104 | ||
14 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | ISH_FIELDNAME | IS-H*MED: Medication, Recipe Unit | 20031104 | ||
15 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ISH_ON_OFF | ON: Object Is in Template Mode | 20040312 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20031104 |
2 | ![]() |
Instance method | Public | Constructor | Constructor | 20031104 |
3 | ![]() |
Static method | Public | Method | Create Instance of Screen Class | 20031104 |
4 | ![]() |
Instance method | Private | Method | Fill Listbox for Units | 20040701 |
5 | ![]() |
Instance method | Public | Method | Value Help for Unit | 20031104 |
6 | ![]() |
Static method | Public | Method | Specify Properties of Input Field | 20031230 |
7 | ![]() |
Instance method | Protected | Method | Customer-Specifc Determination of Field Properties | 20040708 |
8 | ![]() |
Instance method | Protected | Method | Is entered column required in templates? | 20040312 |
Events
Class CL_ISHMED_SCR_ME_ORATE_VOLUME has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYT_SCREEN | Protected | See coding | 20031230 | TYT_SCREEN type standard table of TY_SCREEN
|
||
2 | TY_SCREEN | Protected | See coding | 20031230 | begin of TY_SCREEN,
screen type ref to cl_ishmed_scr_me_orate_volume,
end of TY_SCREEN
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ISHMED_SCR_ME_ORATE_VOLUME has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ISHMED_SCR_ME_ORATE_VOLUME has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_ISHMED_SCR_ME_ORATE_VOLUME has no parameter.
Method CONSTRUCTOR on class CL_ISHMED_SCR_ME_ORATE_VOLUME 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 | 20031104 | ||
2 | ![]() |
ER_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_SCR_ME_ORATE_VOLUME | IS-H*MED: Orderrate PCA-Daten | 20031104 | ||
3 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20031104 | ||
4 | ![]() |
I_TMPL_MODE | Call by reference | Type reference (TYPE) | ISH_ON_OFF | OFF | IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') | 20040312 |
Method CREATE on class CL_ISHMED_SCR_ME_ORATE_VOLUME has no exception.
Method CREATE_LISTBOX_UOM 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 | 20040701 | ||
2 | ![]() |
ER_LB_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_ISH_LISTBOX | IS-H: Basisklasse für Dynpro-Listboxen | 20040701 | ||
3 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20040701 | ||
4 | ![]() |
I_FIELDNAME | Value transfer | Type reference (TYPE) | ISH_FIELDNAME | IS-H: Feldname | 20040701 | ||
5 | ![]() |
I_FIELDVALUE | Value transfer | Type reference (TYPE) | NFVVALUE | IS-H: Wert eines Einzelfeldes. | 20040701 | ||
6 | ![]() |
I_ROWNUMBER | Value transfer | Type reference (TYPE) | INT4 | Natürliche Zahl | 20040701 |
Method CREATE_LISTBOX_UOM on class CL_ISHMED_SCR_ME_ORATE_VOLUME has no exception.
Method F4_FOR_UNIT 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 | 20031104 | ||
2 | ![]() |
E_CALLED | Value transfer | Type reference (TYPE) | ISH_ON_OFF | IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') | 20031104 | ||
3 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20031104 | ||
4 | ![]() |
E_SELECTED | Value transfer | Type reference (TYPE) | ISH_ON_OFF | IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') | 20031104 | ||
5 | ![]() |
E_VALUE | Value transfer | Type reference (TYPE) | ANY | 20031104 | |||
6 | ![]() |
I_DIMID | Value transfer | Type reference (TYPE) | DIMID | Dimensionsschlüssel | 20031104 | ||
7 | ![]() |
I_FIELDNAME | Value transfer | Type reference (TYPE) | ISH_FIELDNAME | IS-H: Feldname | 20031104 | ||
8 | ![]() |
I_PRIMARY | Value transfer | Type reference (TYPE) | ISH_ON_OFF | ON | IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') | 20031104 |
Method F4_FOR_UNIT on class CL_ISHMED_SCR_ME_ORATE_VOLUME has no exception.
Method GET_FIELD_PROPERTIES 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 | 20031230 | ||
2 | ![]() |
E_ACTIVE | Value transfer | Type reference (TYPE) | ISH_ON_OFF | Feld aktiv (d.h. sichtbar)? | 20031230 | ||
3 | ![]() |
E_CHANGEABLE | Value transfer | Type reference (TYPE) | ISH_ON_OFF | Feld änderbar (wenn auch nur mittels F4!)? | 20031230 | ||
4 | ![]() |
E_INPUT | Value transfer | Type reference (TYPE) | ISH_ON_OFF | Feld eingabebereit? | 20031230 | ||
5 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20031230 | ||
6 | ![]() |
IR_SCREEN | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_SCR_ME_ORATE_VOLUME | Screen, für den geprüft werden soll | 20031230 | ||
7 | ![]() |
I_FIELDNAME | Value transfer | Type reference (TYPE) | ISH_FIELDNAME | IS-H: Feldname | 20031230 | ||
8 | ![]() |
I_USE_BUFFER | Value transfer | Type reference (TYPE) | ISH_ON_OFF | OFF | Use buffer to enhance performance | 20031230 |
Method GET_FIELD_PROPERTIES on class CL_ISHMED_SCR_ME_ORATE_VOLUME has no exception.
Method GET_FIELD_PROP_CUSTOM 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 | 20040708 | ||
2 | ![]() |
C_ACTIVE | Value transfer | Type reference (TYPE) | ISH_ON_OFF | IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') | 20040708 | ||
3 | ![]() |
C_CHANGEABLE | Value transfer | Type reference (TYPE) | ISH_ON_OFF | IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') | 20040708 | ||
4 | ![]() |
C_INPUT | Value transfer | Type reference (TYPE) | ISH_ON_OFF | IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') | 20040708 | ||
5 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20040708 | ||
6 | ![]() |
IR_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_ISH_IDENTIFY_OBJECT | IS-H: Einem Objekt einen Typ zuweisen | 20040708 | ||
7 | ![]() |
I_FIELDNAME | Value transfer | Type reference (TYPE) | ISH_FIELDNAME | IS-H: Feldname | 20040708 |
Method GET_FIELD_PROP_CUSTOM on class CL_ISHMED_SCR_ME_ORATE_VOLUME has no exception.
Method IS_FIELD_USED_FOR_TEMPLATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FIELDNAME | Value transfer | Type reference (TYPE) | ISH_FIELDNAME | Feldname | 20040312 | ||
2 | ![]() |
R_USED_FOR | Value transfer | Type reference (TYPE) | CHAR01 | Siehe Kommentar innerhalb der Methode | 20040312 |
Method IS_FIELD_USED_FOR_TEMPLATE on class CL_ISHMED_SCR_ME_ORATE_VOLUME has no exception.
History
Last changed by/on | SAP | 20060208 |
SAP Release Created in | 472 |