SAP ABAP Class CL_ISHMED_DWS_PATIENTVIEWER (i.s.h.med DWS: Patient Viewer)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-H (Application Component) SAP Healthcare - Industry-Specific Components for Hospitals
     NMED_DWS_COMP (Package) IS-H: Documentation Work Station Components
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_DWS_COMP i.s.h.med DWS: Super Class for Runtime Components 20050110
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20050110
Properties
Class CL_ISHMED_DWS_PATIENTVIEWER  
Short Description i.s.h.med DWS: Patient Viewer    
Super Class CL_ISHMED_DWS_COMP i.s.h.med DWS: Super Class for Runtime Components 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package NMED_DWS_COMP   IS-H: Documentation Work Station Components 
Created 20050110   SAP 
Last change 20050411   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_DWS_PATIENTVIEWER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20050110
Friends
Class CL_ISHMED_DWS_PATIENTVIEWER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GR_CONTAINER_DETAIL Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20050323
2 GR_CONTAINER_PATORG Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20050323
3 GR_CONTAINER_SPLIT Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Splitter Control 20050323
4 GR_PATORG Instance attribute Protected Object reference (TYPE REF TO) CL_ISHMED_DWS_PATORG i.s.h.med DWS: Patient Organizer in DWS 20050110
5 GT_ASPECT Instance attribute Protected Type reference (TYPE) ISHMED_T_N2DWSWL_INFO_D Aspects of Info Item 20050323
6 G_ACT_EINRI Instance attribute Protected Type reference (TYPE) EINRI Current Institution of PatOrg 20050406
7 G_ACT_FALNR Instance attribute Protected Type reference (TYPE) FALNR Current Case Number of PatOrg 20050406
8 G_ACT_LFDBEW Instance attribute Protected Type reference (TYPE) LFDBEW Current Movement Number of PatOrg 20050406
9 G_ACT_PATNR Instance attribute Protected Type reference (TYPE) PATNR Current Patient Number of PatOrg 20050406
10 G_ASPECTS_SET Instance attribute Protected Type reference (TYPE) ISH_ON_OFF IS-H: Boolean Data Type for ON (= "X") and OFF (= " ") 20050323
11 G_PATNR_DO_NOT_SHOW_PATORG Instance attribute Protected Type reference (TYPE) PATNR Patient for Whom Patient Organizer Is not Displayed 20101122
12 G_SHOW_PATORG Instance attribute Protected Type reference (TYPE) ABAP_BOOL 'X' Display Patient Organizer 20101111
13 OFF Instance attribute Public Attribute reference (LIKE) 20050112
14 ON Instance attribute Public Attribute reference (LIKE) 20050112
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050110
2 CREATE_PATORG Instance method Protected Method Creates Patient Organizer 20050323
3 DESTROY_PATORG Instance method Protected Method Destroys Patient Organizer 20050406
4 GET_ACTIVE_CONTEXT Instance method Protected Method Returns Active DWS Context 20050406
5 GET_CTX_EINRI Instance method Protected Method Returns Institution of DWS Context 20050406
6 GET_CTX_ENVIRONMENT Instance method Protected Method Returns Environment of DWS Context 20050406
7 GET_CTX_FALNR Instance method Protected Method Returns Case Number of DWS Context 20050406
8 GET_CTX_LFDBEW Instance method Protected Method Returns Sequence Number of Movement of DWS Context 20050406
9 GET_CTX_PATNR Instance method Protected Method Returns Patient Number of DWS Context 20050406
10 GET_MAIN_CONTEXT Instance method Protected Method Returns Main Context of DWS 20050406
11 HANDLE_FOCUS_CHANGED Instance method Protected Event handling method Event Handler FOCUS_CHANGED of Main Context 20050406
12 HAS_CONTEXT_CHANGED Instance method Protected Method Returns Whether Relevant Context Data Has Changed 20050406
13 INTERN_REFRESH Instance method Protected Method Internal Processing: Update 20050323
14 ON_DOCUMENT_SAVED Instance method Private Event handling method Event Handler: Document Was Saved 20050617
15 SET_ASPECTS Instance method Public Method Sets Aspects to Be Used 20050113
Events
Class CL_ISHMED_DWS_PATIENTVIEWER has no event.
Types
Class CL_ISHMED_DWS_PATIENTVIEWER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AREA Call by reference Object reference (TYPE REF TO) IF_ISHMED_DWS_AREA IS-H*MED DWS: Top level area 20050110
2 Importing ASPECTS Call by reference Type reference (TYPE) ISHMED_T_N2DWSWL_INFO_D Aspekte des Informationsitems 20050112
3 Importing BUSINESS_KEY Call by reference Type reference (TYPE) N2DWS_BUSINESSKEY IS-H*MED DWS: Objektschlüssel 20050110
4 Importing CONTAINER_DETAIL Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Container für Detailanzeige 20050202
5 Importing CONTAINER_PATORG Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Container für Patientenorganizer 20050202
6 Importing CONTAINER_SPLIT Call by reference Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Splitter für Patientenviewer 20050202
7 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_ISHMED_GENERAL_CTX IS-H*MED: Kontext Hauptinterface 20050112
# Exception Resumable Description Created on
1 CX_ISHMED_DWS_COMP IS-H*MED DWS: Ausnahme Komponenten (Root-Exception) 20050110

Method CREATE_PATORG Signature

Method CREATE_PATORG on class CL_ISHMED_DWS_PATIENTVIEWER has no parameter.
# Exception Resumable Description Created on
1 CX_ISHMED_DWS_COMP Ausnahme Komponenten (Root-Exception) 20050323

Method DESTROY_PATORG Signature

Method DESTROY_PATORG on class CL_ISHMED_DWS_PATIENTVIEWER has no parameter.
Method DESTROY_PATORG on class CL_ISHMED_DWS_PATIENTVIEWER has no exception.

Method GET_ACTIVE_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_ACTIVE_CONTEXT Value transfer Object reference (TYPE REF TO) IF_ISHMED_GENERAL_CTX Kontext: Hauptinterface 20050406

Method GET_ACTIVE_CONTEXT on class CL_ISHMED_DWS_PATIENTVIEWER has no exception.

Method GET_CTX_EINRI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_EINRI Value transfer Type reference (TYPE) EINRI IS-H: Einrichtung 20050406

Method GET_CTX_EINRI on class CL_ISHMED_DWS_PATIENTVIEWER has no exception.

Method GET_CTX_ENVIRONMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_ENVIRONMENT Value transfer Object reference (TYPE REF TO) CL_ISH_ENVIRONMENT IS-H: Klasse für Sammlung aller Objekte des Speichers 20050406

Method GET_CTX_ENVIRONMENT on class CL_ISHMED_DWS_PATIENTVIEWER has no exception.

Method GET_CTX_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 20050406

Method GET_CTX_FALNR on class CL_ISHMED_DWS_PATIENTVIEWER has no exception.

Method GET_CTX_LFDBEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_LFDBEW Value transfer Type reference (TYPE) LFDBEW IS-H: Laufende Nummer einer Bewegung 20050406

Method GET_CTX_LFDBEW on class CL_ISHMED_DWS_PATIENTVIEWER has no exception.

Method GET_CTX_PATNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PATNR Value transfer Type reference (TYPE) PATNR IS-H: Patientennummer 20050406

Method GET_CTX_PATNR on class CL_ISHMED_DWS_PATIENTVIEWER has no exception.

Method GET_MAIN_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_MAIN_CONTEXT Value transfer Object reference (TYPE REF TO) CL_ISHMED_DWS_CONTEXT IS-H*MED DWS: Arbeitsplatz-Kontext 20050406

Method GET_MAIN_CONTEXT on class CL_ISHMED_DWS_PATIENTVIEWER has no exception.

Method HANDLE_FOCUS_CHANGED Signature

Method HANDLE_FOCUS_CHANGED on class CL_ISHMED_DWS_PATIENTVIEWER has no parameter.
Method HANDLE_FOCUS_CHANGED on class CL_ISHMED_DWS_PATIENTVIEWER has no exception.

Method HAS_CONTEXT_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CHANGED Value transfer Type reference (TYPE) ISH_ON_OFF ON: Relevante Kontextdaten haben sich geändert 20050406

Method HAS_CONTEXT_CHANGED on class CL_ISHMED_DWS_PATIENTVIEWER has no exception.

Method INTERN_REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REFRESH_ONLY_DISPLAY Call by reference Type reference (TYPE) ISH_ON_OFF ON: Nur Anzeige aktualisieren 20050323
# Exception Resumable Description Created on
1 CX_ISHMED_DWS_COMP Ausnahme Komponenten (Root-Exception) 20050323

Method ON_DOCUMENT_SAVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECT Call by reference Attribute reference (LIKE) 20050617

Method ON_DOCUMENT_SAVED on class CL_ISHMED_DWS_PATIENTVIEWER has no exception.

Method SET_ASPECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ASPECTS Call by reference Type reference (TYPE) ISHMED_T_N2DWSWL_INFO_D Aspekte (leer = benutzerdefinierte Aspekte) 20050113
# Exception Resumable Description Created on
1 CX_ISHMED_DWS_COMP IS-H*MED DWS: Ausnahme Komponenten (Root-Exception) 20050113
History
Last changed by/on SAP  20050411 
SAP Release Created in 600