SAP ABAP Class CL_ISH_SCR_CORDPOS_CASE (IS-H: Screen Class Case Data in Clinical Order)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-H-PM (Application Component) Patient Management
     N1CORDMG (Package) IS-H: Clinical Ordering; 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 20031016
Properties
Class CL_ISH_SCR_CORDPOS_CASE  
Short Description IS-H: Screen Class Case Data in Clinical Order    
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 N1CORDMG   IS-H: Clinical Ordering; TSA Development 
Created 20031016   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISH_SCR_CORDPOS_CASE has no forward declaration.
Interfaces
Class CL_ISH_SCR_CORDPOS_CASE has no interface implemented.
Friends
Class CL_ISH_SCR_CORDPOS_CASE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_DYNNR_CASE Constant Public Type reference (TYPE) SY-DYNNR '0100' Screen Number for Case 20031117
2 CO_DYNNR_VISIT Constant Public Type reference (TYPE) SY-DYNNR '0200' Screen Number for Create Visit 20031117
3 CO_FIELDNAME_FALNR Constant Public Type reference (TYPE) ISH_FIELDNAME 'RN1_DYNP_CORDPOS_CASE-FALNR' IS-H: Field Name 20031016
4 CO_FIELDNAME_PB_CASE Constant Public Type reference (TYPE) ISH_FIELDNAME 'SC_PB_CASE' IS-H: Field Name 20031114
5 CO_FIELDNAME_PB_VISIT Constant Public Type reference (TYPE) ISH_FIELDNAME 'SC_PB_VISIT' IS-H: Field Name 20031114
6 CO_OKCODE_REMOVE_CASE Constant Public Type reference (TYPE) SY-UCOMM 'REMOVE_CASE' Function Code "Remove from Case" 20040122
7 GR_DYNNR_PB_CASE Instance attribute Protected Object reference (TYPE REF TO) DATA Reference Screen Pushbutton Case 20031114
8 GR_DYNNR_PB_VISIT Instance attribute Protected Object reference (TYPE REF TO) DATA Reference Pgmname Screen Create Visit 20031114
9 GR_DYNPG_PB_CASE Instance attribute Protected Object reference (TYPE REF TO) DATA Reference Pgmname Pushbutton Case 20031114
10 GR_DYNPG_PB_VISIT Instance attribute Protected Object reference (TYPE REF TO) DATA Reference Pgmname Pushbutton Create Visit 20031114
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method Instantiates a CL_ISH_SCR_CORDPOS_CASE Object 20031016
2 GET_CORDPOS Instance method Public Method Returns the Underlying Order Item 20031114
3 GET_FALNR Instance method Public Method Returns the Case Number of the Underlying Order Item 20031114
4 GET_SCR_PB_CASE Instance method Public Method Returns the Pushbutton for Remove Case 20031114
5 GET_SCR_PB_VISIT Instance method Public Method Returns the Pushbutton for Create Visit 20031114
6 HAS_APPOINTMENT Instance method Protected Method Returns Whether an Appointment Exists 20031114
7 PBO_PB_CASE Instance method Public Method PBO for Pushbutton Remove Case 20031114
8 PBO_PB_VISIT Instance method Public Method PBO for Pushbutton Create Visit 20031114
Events
# Event Type Visibility Description Created on
1 EV_CREATE_VISIT Instance Event
(0)
Public
(2)
Function "Create Visit" Was Triggered 20031117
Types
Class CL_ISH_SCR_CORDPOS_CASE has no local type.
Method Signatures

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 20031016
2 Exporting ER_INSTANCE Call by reference Object reference (TYPE REF TO) CL_ISH_SCR_CORDPOS_CASE IS-H: Screenklasse Falldaten im Kl. Auftrag 20031016
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031016

Method CREATE on class CL_ISH_SCR_CORDPOS_CASE has no exception.

Method GET_CORDPOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_CORDPOS Value transfer Object reference (TYPE REF TO) CL_ISHMED_PREREG IS-H*MED: Vormerkung 20031114

Method GET_CORDPOS on class CL_ISH_SCR_CORDPOS_CASE has no exception.

Method GET_FALNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FALNR Value transfer Type reference (TYPE) FALNR IS-H: Fallnummer 20031114

Method GET_FALNR on class CL_ISH_SCR_CORDPOS_CASE has no exception.

Method GET_SCR_PB_CASE 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 20031114
2 Exporting ER_SCR_PB_CASE Call by reference Object reference (TYPE REF TO) CL_ISH_SCR_PUSHBUTTON IS-H: Screenklasse für Pushbuttons 20031114
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031114
4 Importing I_CREATE Value transfer Type reference (TYPE) ISH_ON_OFF OFF Instanzieren? 20031114

Method GET_SCR_PB_CASE on class CL_ISH_SCR_CORDPOS_CASE has no exception.

Method GET_SCR_PB_VISIT 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 20031114
2 Exporting ER_SCR_PB_VISIT Call by reference Object reference (TYPE REF TO) CL_ISH_SCR_PUSHBUTTON IS-H: Screenklasse für Pushbuttons 20031114
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031114
4 Importing I_CREATE Value transfer Type reference (TYPE) ISH_ON_OFF OFF Instanzieren? 20031114

Method GET_SCR_PB_VISIT on class CL_ISH_SCR_CORDPOS_CASE has no exception.

Method HAS_APPOINTMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_HAS_APPOINTMENT Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20031114

Method HAS_APPOINTMENT on class CL_ISH_SCR_CORDPOS_CASE has no exception.

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

Method PBO_PB_CASE on class CL_ISH_SCR_CORDPOS_CASE has no exception.

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

Method PBO_PB_VISIT on class CL_ISH_SCR_CORDPOS_CASE has no exception.
Event Signatures

Event EV_CREATE_VISIT Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IR_CORDPOS Exporting Value transfer Object reference (TYPE REF TO) CL_ISHMED_PREREG IS-H*MED: Vormerkung 20031117
History
Last changed by/on SAP  20050224 
SAP Release Created in 472