SAP ABAP Class CL_ISHMED_GL_RD_PATIENT (pathways Patient Data (Read))
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-HMED (Application Component) Clinical System
     NMED_GL (Package) IS-H*MED: Treatment Pathways
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISHMED_WL_READER i.s.h.med Central Object Properties 20060213
Properties
Class CL_ISHMED_GL_RD_PATIENT  
Short Description pathways Patient Data (Read)    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package NMED_GL   IS-H*MED: Treatment Pathways 
Created 20060213   SAP 
Last change 20070917   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_GL_RD_PATIENT has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISHMED_WL_READER i.s.h.med Central Object Properties 20060213
Friends
# Friend Modeled only Created on Description
1 CL_ISHMED_GL_RECORD_FCT 20060213 pathways Pathway Log (Data)
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GS_PAT Instance attribute Protected Type reference (TYPE) NPAT IS-H: Patient Master Data (General) 20060213
2 GS_PAT_SHORT Instance attribute Protected Type reference (TYPE) RN2GL_PATIENT i.s.h.med pathways Patient Data 20060213
3 G_INSTITUTION Instance attribute Protected Type reference (TYPE) EINRI IS-H: Institution 20060505
4 OFF Instance attribute Protected Attribute reference (LIKE) 20060213
5 ON Instance attribute Protected Attribute reference (LIKE) 20060213
Methods
# Method Level Visibility Method type Description Created on
1 CALCULATE_AGE Static method Public Method Calculate Age 20060213
2 CONSTRUCTOR Instance method Public Constructor Constructor 20060213
3 EXISTS_UNIQUE_PATHWAY_IN_PROC Static method Public Method Does current pathway wit Unique flag exist? (Static Method) 20060630
4 GET_ASSIGNED_PATHWAYS Instance method Public Method Get Assigned Patient Pathways 20060213
5 GET_ASSIGNED_PATHWAYS_SHORT Instance method Public Method Get Assigned Patient Pathways, Most Important Data 20060213
6 GET_DATA Instance method Public Method Get data 20060213
7 GET_SUGGESTION_FOR_CRITERIA Instance method Public Method Determine Pathway Suitable for Search Criteria and Patient 20060627
8 IS_PATHWAY_ASSIGNED Instance method Public Method Is pathway with short name assigned? 20060505
9 IS_PATHWAY_ASSIGNED_STATIC Static method Public Method Is pathway with short name assigned? (Static Method) 20060505
10 LOAD Static method Public Method Load 20060213
Events
Class CL_ISHMED_GL_RD_PATIENT has no event.
Types
Class CL_ISHMED_GL_RD_PATIENT has no local type.
Method Signatures

Method CALCULATE_AGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_AGE Value transfer Type reference (TYPE) ISH_AGE Alter 20060213
2 Importing I_DATE_OF_BIRTH Call by reference Type reference (TYPE) DATS Geburtsdatum 20060213
3 Importing I_RECORD_DATE Call by reference Type reference (TYPE) DATS Stichtag 20060213

Method CALCULATE_AGE on class CL_ISHMED_GL_RD_PATIENT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EINRI Call by reference Type reference (TYPE) EINRI Einrichtung 20060213
2 Importing I_PATNR Call by reference Type reference (TYPE) PATNR Patientennummer 20060213
# Exception Resumable Description Created on
1 CX_ISHMED_OBJECT Allgemeine Ausnahme 20060804

Method EXISTS_UNIQUE_PATHWAY_IN_PROC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RESULT Call by reference Type reference (TYPE) ISH_ON_OFF {' ' - nein | 'X' -ja } 20060630
2 Importing I_PATIENT_ID Call by reference Type reference (TYPE) PATNR Patientennummer 20060630
3 Importing I_SHORT_CODE Call by reference Type reference (TYPE) N2GL_SHORT_CODE Kurzkennung eines Behandlungspfads 20060630

Method EXISTS_UNIQUE_PATHWAY_IN_PROC on class CL_ISHMED_GL_RD_PATIENT has no exception.

Method GET_ASSIGNED_PATHWAYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PATH Call by reference Type reference (TYPE) ISHMED_T_N2GL_PATH Patientenpfad 20060213
2 Exporting ET_PATH_SCR Call by reference Type reference (TYPE) ISHMED_T_N2GL_PATH_SCR Patientenpfad - Oberfläche 20060214
3 Importing I_IN_PROCESS_ONLY Call by reference Type reference (TYPE) ISH_ON_OFF ' ' Nur laufende Pfade NE+PR 20060404

Method GET_ASSIGNED_PATHWAYS on class CL_ISHMED_GL_RD_PATIENT has no exception.

Method GET_ASSIGNED_PATHWAYS_SHORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PATH_SHORT Call by reference Type reference (TYPE) ISHMED_T_N2GL_PATH_SHORT i.s.h.med pathways Pfaddaten für zugeordnete Pfade 20060213

Method GET_ASSIGNED_PATHWAYS_SHORT on class CL_ISHMED_GL_RD_PATIENT has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PAT_SHORT Call by reference Type reference (TYPE) RN2GL_PATIENT i.s.h.med pathways Patientendaten 20060213

Method GET_DATA on class CL_ISHMED_GL_RD_PATIENT has no exception.

Method GET_SUGGESTION_FOR_CRITERIA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SEARCH_RESULT Call by reference Type reference (TYPE) ISHMED_T_N2GL_SEARCH_RET Behandlungspfadvorschlag für Patient 20060627
2 Importing IS_CRIT Call by reference Type reference (TYPE) RN2GL_SEARCH Parameter Suche Behandlungspfad 20060627
3 Importing IT_DIAGNOSES Call by reference Type reference (TYPE) ISH_NDIA_TAB Diagnosen 20060627
4 Importing IT_PROCEDURES Call by reference Type reference (TYPE) ISH_NICP_TAB Prozeduren 20060627
5 Importing I_CHECK_AUTHORITY Call by reference Type reference (TYPE) N2GL_ASSIGN_CHECK_AUTHORITY 'A' Berechtigungprüfung {A-Zuordnen| S -Anzeigen GL | ' ' keine} 20060704
# Exception Resumable Description Created on
1 CX_ISHMED_OBJECT Ausnahme bei Zugriff in Pathways 20060627

Method IS_PATHWAY_ASSIGNED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RESULT Call by reference Type reference (TYPE) ISH_ON_OFF {' ' - nicht zugeordnet | 'X' - zugeordnet } 20060505
2 Importing I_IN_PROCESS_ONLY Call by reference Type reference (TYPE) ISH_ON_OFF ' ' Nur laufende Pfade NE+PR 20060505
3 Importing I_SHORT_CODE Call by reference Type reference (TYPE) N2GL_SHORT_CODE Kurzkennung eines Behandlungspfads 20060505

Method IS_PATHWAY_ASSIGNED on class CL_ISHMED_GL_RD_PATIENT has no exception.

Method IS_PATHWAY_ASSIGNED_STATIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RESULT Call by reference Type reference (TYPE) ISH_ON_OFF {' ' - nicht zugeordnet | 'X' - zugeordnet } 20060505
2 Importing I_IN_PROCESS_ONLY Call by reference Type reference (TYPE) ISH_ON_OFF ' ' Nur laufende Pfade NE+PR 20060505
3 Importing I_PATIENT_ID Call by reference Type reference (TYPE) PATNR Patientennummer 20060505
4 Importing I_SHORT_CODE Call by reference Type reference (TYPE) N2GL_SHORT_CODE Kurzkennung eines Behandlungspfads 20060505

Method IS_PATHWAY_ASSIGNED_STATIC on class CL_ISHMED_GL_RD_PATIENT has no exception.

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISHMED_GL_RD_PATIENT pathways Patientendaten 20060213
2 Importing I_EINRI Call by reference Type reference (TYPE) EINRI Einrichtung 20060213
3 Importing I_PATNR Call by reference Type reference (TYPE) PATNR Patientennummer 20060213
# Exception Resumable Description Created on
1 CX_ISHMED_OBJECT Allgemeine Ausnahme 20060804
History
Last changed by/on SAP  20070917 
SAP Release Created in 700