SAP ABAP Class CL_ISHMED_GL_UTIL (i.s.h.med: Useful for Pathways)
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_GL_CONSTANTS i.s.h.med pathways Constants Definition 20031210
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20040128
Properties
Class CL_ISHMED_GL_UTIL  
Short Description i.s.h.med: Useful for Pathways    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package NMED_GL   IS-H*MED: Treatment Pathways 
Created 20031209   SAP 
Last change 20070917   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISHMED_GL_CONSTANTS i.s.h.med pathways Constants Definition 20031210
2 IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20040128
Friends
Class CL_ISHMED_GL_UTIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTION Instance attribute Private Attribute reference (LIKE) 20031210
2 CO_SEARCH_ALL Instance attribute Private Attribute reference (LIKE) 20060302
3 CO_SEARCH_EXTENDED Instance attribute Private Attribute reference (LIKE) 20060302
4 CO_SEARCH_FOR_PATIENT Instance attribute Private Attribute reference (LIKE) 20060302
5 CO_SEARCH_SYSTEM Instance attribute Private Attribute reference (LIKE) 20060302
6 CO_TM_DONE_INTIME Instance attribute Private Attribute reference (LIKE) 20040129
7 CO_TM_DONE_LATER Instance attribute Private Attribute reference (LIKE) 20040129
8 DECISION Instance attribute Private Attribute reference (LIKE) 20031210
9 END Instance attribute Private Attribute reference (LIKE) 20031210
10 GT_REPLAN_REASONS Static Attribute Private Type reference (TYPE) LTY_T_REPLAN_REASONS 20040206
11 JOIN Instance attribute Private Attribute reference (LIKE) 20031210
12 MODUL Instance attribute Private Attribute reference (LIKE) 20031210
13 OFF Instance attribute Private Attribute reference (LIKE) 20040128
14 ON Instance attribute Private Attribute reference (LIKE) 20040128
15 PAUSE Instance attribute Private Attribute reference (LIKE) 20040922
16 START Instance attribute Private Attribute reference (LIKE) 20031210
17 TM_CANCELLED Instance attribute Private Attribute reference (LIKE) 20031210
18 TM_IN_PROCESS Instance attribute Private Attribute reference (LIKE) 20031210
19 TM_NEW Instance attribute Private Attribute reference (LIKE) 20031210
20 TM_OK Instance attribute Private Attribute reference (LIKE) 20031210
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_EMR Static method Public Method Check Whether EmR Exists (for OU) 20060308
2 CHECK_ORGID Static method Public Method Check Whether OU Exists 20060308
3 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20040206
4 CONVERT_TO_GL_VIEW Static method Public Method Create Layout of Treatment Pathway 20031209
5 CONVERT_TO_ITEM_VIEW Static method Public Method Create Layout of Treatment Pathway Item 20031216
6 CONVERT_TO_STEP_VIEW Static method Public Method Create Layout for Step 20040119
7 GET_ACTION_EXECUTE_ICON Static method Public Method Determine Icon for Action Executed 20040128
8 GET_ACTION_TYPE Static method Public Method Determine Icon, Short Description for Action Type 20031210
9 GET_EMR_NAME Static method Public Method Determine Name of EmR 20060224
10 GET_ICON_CURR_STATE Static method Public Method Get Icon for Current Processing Status of Step 20040114
11 GET_ITEMTYPE Static method Public Method Determine Icon, Short Description for Item Type 20031210
12 GET_LINECOLOR_UNPLANNED_STEPS Static method Public Method Get Row Color for Unplanned Steps of Patient Pathway 20040115
13 GET_MED_STATE Static method Public Method Determine Icon, Short Description for Medical Status 20031210
14 GET_NOTE_CATEGORY Static method Public Method Read Short Description for Note Category 20040511
15 GET_NOTE_ICON Static method Public Method Determine Icon for Comment 20040114
16 GET_ORG_NAME Static method Public Method Determine Name of OU 20060306
17 GET_OVERDUE Static method Public Method Determine Icon, Short Description for Exceeded Check Date 20031210
18 GET_PATH_DEL_ICON Static method Public Method Delete Icon for Pathway 20060428
19 GET_PATH_PROTOCOL_ICON Static method Public Method Icon for Pathway Log 20060504
20 GET_PATH_TODO_STATE Static method Public Method Symbol, Text for Current Status of Pathway Steps 20050215
21 GET_REASON Static method Public Method Short Description for Replanning Reason 20040510
22 GET_RECALCULATED_ICON Static method Public Method Determine Icon for Re-Planned 20040128
23 GET_SEARCH_STRATEGY Static method Public Method Determine Icon and Text for Search Strategy 20060302
24 GET_SMARTFORM_FOMULAR Static method Public Method Determines Smart Form to Be Printed 20031209
25 GET_STATE Static method Public Method Determine Icon, Short Description for Technical Status 20031210
26 GET_STEP_DONE_STATE Static method Public Method Get Text for Completion Status of Step 20060227
27 GET_STEP_STATE_ICON Static method Public Method Icon and Text for Current Processing Status of Step 20040202
28 GET_SYSTEM_TYPE Static method Public Method Determine Technical Status of SAP System 20040312
29 GET_TM_DONE_STATE Static method Public Method Icon, Text for Patient Pathway Completion Status 20040129
30 GET_TM_STATE Static method Public Method Determine Icon, Short Description for Patient Pathway 20031210
31 GET_URL_ICON Static method Public Method Create Icon for URL in Patient Pathway 20040113
32 IS_PRODUCTIVE_SYSTEM Static method Public Method System is Productive System 20040312
Events
Class CL_ISHMED_GL_UTIL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_T_REPLAN_REASONS Private See coding 20040206 lty_t_replan_reasons TYPE STANDARD TABLE OF tn2gl_plant
Method Signatures

Method CHECK_EMR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EMR_EXISTS Call by reference Type reference (TYPE) ISH_METHOD_RC { 0 - ok | 1 - nicht gefunden | 2 - nicht gültig } 20060308
2 Importing I_EMR Call by reference Type reference (TYPE) N2GL_VMA Verantwortlicher Mitarbeiter 20060308
3 Importing I_ORGID Call by reference Type reference (TYPE) N2GL_ORGID Organisationseinheit 20060406

Method CHECK_EMR on class CL_ISHMED_GL_UTIL has no exception.

Method CHECK_ORGID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ORG_EXISTS Call by reference Type reference (TYPE) ISH_ON_OFF X -OE vorhanden 20060308
2 Importing I_INSTITUTION Call by reference Type reference (TYPE) EINRI Einrichtung 20060308
3 Importing I_ORGID Call by reference Type reference (TYPE) N2GL_ORGID Organisationseinheit 20060308

Method CHECK_ORGID on class CL_ISHMED_GL_UTIL has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method CONVERT_TO_GL_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_GUIDELINE_GL_VIEW Call by reference Type reference (TYPE) RN2GL_GL_VIEW IS-H*MED: Struktur zum Anzeigen von Pfaden im Monitor 20031209
2 Importing I_GUIDELINE Value transfer Type reference (TYPE) RN2GL_GUIDELINE IS-H*MED: Behandlungspfad 20031209

Method CONVERT_TO_GL_VIEW on class CL_ISHMED_GL_UTIL has no exception.

Method CONVERT_TO_ITEM_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ITEM_VIEW Call by reference Type reference (TYPE) RN2GL_ITEM_VIEW IS-H*MED: Struktur zum Anzeigen von Items 20031216
2 Importing I_ITEM Value transfer Type reference (TYPE) RN2GL_ITEM IS-H*MED: Item eines Behandlungspfads 20031216

Method CONVERT_TO_ITEM_VIEW on class CL_ISHMED_GL_UTIL has no exception.

Method CONVERT_TO_STEP_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STEP_VIEW Call by reference Type reference (TYPE) RN2GL_PATHWAY_LISTFORMAT IS-H*MED: Arbeitsliste Patientenpfade 20040119
2 Importing I_STEP Call by reference Type reference (TYPE) RN2GL_TM_STEP IS-H*MED: Schritt im Patientenpfad 20040119

Method CONVERT_TO_STEP_VIEW on class CL_ISHMED_GL_UTIL has no exception.

Method GET_ACTION_EXECUTE_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTION_EXECUTED Call by reference Type reference (TYPE) N2GL_ACTION_EXECUTED SPACE IS-H*MED: Aktion wurde ausgeführt 20040128
2 Returning R_ICON Value transfer Type reference (TYPE) N2GL_ACTION_EXECUTED_ICON IS-H*MED: Symbol 'Aktion wurde ausgeführt' 20040128

Method GET_ACTION_EXECUTE_ICON on class CL_ISHMED_GL_UTIL has no exception.

Method GET_ACTION_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ACTION_TYPE_ICON Call by reference Type reference (TYPE) N2GL_ACTION_TYPE_ICON IS-H*MED: Aktionstyp (Icon) 20031210
2 Exporting E_ACTION_TYPE_ICONNAME Call by reference Type reference (TYPE) ICONNAME Name einer Ikone 20031210
3 Exporting E_ACTION_TYPE_TXT Call by reference Type reference (TYPE) N2GL_ACTION_TYPE_TXT IS-H*MED: Aktionstyp (Text) 20031210
4 Importing I_ACTION_TYPE Call by reference Type reference (TYPE) N2GL_ACTION_TYPE IS-H*MED: Aktionstyp 20031210
5 Importing I_BASEITEM_ID Call by reference Type reference (TYPE) N2_BASEITEM_ID Basisitems: Interner Schlüssel 20090427

Method GET_ACTION_TYPE on class CL_ISHMED_GL_UTIL has no exception.

Method GET_EMR_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EMR_NAME Call by reference Type reference (TYPE) N2GL_VMA_NAME Name des Verantwortlichen Mitarbeiters 20060224
2 Exporting E_EMR_NAME_WITH_ID Call by reference Type reference (TYPE) N2GL_VMA_NAME Name des Verantwortlichen Mitarbeiters mit ID 20060224
3 Importing I_EMR Call by reference Type reference (TYPE) N2GL_VMA Verantwortlicher Mitarbeiter 20060224

Method GET_EMR_NAME on class CL_ISHMED_GL_UTIL has no exception.

Method GET_ICON_CURR_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NEW_PLAN_DATE Call by reference Type reference (TYPE) N2GL_NEW_PLAN_DATE IS-H*MED: Plandatum Schritt (Laufende Berechnung) 20040114
2 Importing I_NEW_PLAN_TIME Call by reference Type reference (TYPE) N2GL_NEW_PLAN_TIME IS-H*MED: Planzeit Schritt (Laufende Berechnung) 20040114
3 Importing I_STEP_STATE Call by reference Type reference (TYPE) N2GL_STEP_STATE IS-H*MED: Bearbeitungsstatus eines Schritts 20040114
4 Returning R_ICON Value transfer Type reference (TYPE) N2GL_STEP_CURR_STATE_ICON IS-H*MED: Symbol 'Bearbeitungsstatus Schritt' 20040114

Method GET_ICON_CURR_STATE on class CL_ISHMED_GL_UTIL has no exception.

Method GET_ITEMTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ITEMTYPE_ICON Call by reference Type reference (TYPE) N2GL_ITEMTYPE_ICON IS-H*MED: Itemtyp - Icon 20031210
2 Exporting E_ITEMTYPE_ICONNAME Call by reference Type reference (TYPE) ICONNAME Name einer Ikone 20031210
3 Exporting E_ITEMTYPE_TXT Call by reference Type reference (TYPE) N2GL_ITEMTYPE_TXT IS-H*MED: Itemtyp - Text 20031210
4 Importing I_ACTION_TYPE Call by reference Type reference (TYPE) N2GL_ACTION_TYPE IS-H*MED: Aktionstyp 20031210
5 Importing I_BASEITEM_ID Call by reference Type reference (TYPE) N2_BASEITEM_ID Basisitems: Interner Schlüssel 20090427
6 Importing I_ITEMTYPE Call by reference Type reference (TYPE) N2GL_ITEMTYPE IS-H*MED: Itemtyp 20031210

Method GET_ITEMTYPE on class CL_ISHMED_GL_UTIL has no exception.

Method GET_LINECOLOR_UNPLANNED_STEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_LINECOLOR Value transfer Type reference (TYPE) N2ALV_LINECOLOR IS-H*MED ALV: Farbe einer Zeile 20040115

Method GET_LINECOLOR_UNPLANNED_STEPS on class CL_ISHMED_GL_UTIL has no exception.

Method GET_MED_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MED_STATE_ICON Call by reference Type reference (TYPE) N2GL_MED_STATE_ICON IS-H*MED: Medizinischer Status des Behandlungspfads - Ampel 20031210
2 Exporting E_MED_STATE_TXT Call by reference Type reference (TYPE) N2GL_MED_STATE_TXT IS-H*MED: Medizinischer Status des Behandlungspfads - Text 20031210
3 Importing I_MED_STATE Call by reference Type reference (TYPE) N2GL_MED_STATE IS-H*MED: Medizinischer Status des Behandlungspfads 20031210

Method GET_MED_STATE on class CL_ISHMED_GL_UTIL has no exception.

Method GET_NOTE_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NOTECAT_TXT Call by reference Type reference (TYPE) N2GL_NOTECAT IS-H*MED: Kategorie einer Notiz 20040511
2 Importing I_NOTECAT_ID Call by reference Type reference (TYPE) N2GL_NOTECAT_ID IS-H*MED: Kategorie ID einer Notiz 20040511

Method GET_NOTE_CATEGORY on class CL_ISHMED_GL_UTIL has no exception.

Method GET_NOTE_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COMMENT_TXT Call by reference Type reference (TYPE) N2GL_STEP_COMMENT_TXT Text 'Kommentar' 20060224
2 Exporting E_ICON Call by reference Type reference (TYPE) N2GL_STEP_COMMENT Symbol 'Kommentar' 20040205
3 Exporting E_ICONNAME Call by reference Type reference (TYPE) ICONNAME Symbolname 'Kommentar' 20040205
4 Importing I_STEP_NOTE_ID Call by reference Type reference (TYPE) N2VD_KEY VD Schlüssel 20040115

Method GET_NOTE_ICON on class CL_ISHMED_GL_UTIL has no exception.

Method GET_ORG_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ORG_NAME Call by reference Type reference (TYPE) N2GL_ORG_NAME Name Organsisationseinheit 20060306
2 Exporting E_ORG_NAME_WITH_ID Call by reference Type reference (TYPE) N2GL_ORG_NAME Name Organsisationseinheit mit Schlüssel 20060815
3 Importing I_EINRI Call by reference Type reference (TYPE) EINRI Einrichtung 20060306
4 Importing I_ORGID Call by reference Type reference (TYPE) N2GL_ORGID Organisationseinheit 20060306
# Exception Resumable Description Created on
1 CX_ISHMED_DATA Ausnahme in Datenobjekt 20060306

Method GET_OVERDUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CURRENT_AVAILABILITY Call by reference Type reference (TYPE) N2GL_CURRENT_AVAILABILITY IS-H*MED: Aktuelle Verfügbarkeit eines Pfades für Zuordnung 20031210
2 Exporting E_CURRENT_AVAILABILITY_ICON Call by reference Type reference (TYPE) N2GL_CURRENT_AVAILABILITY_ICON IS-H*MED: Aktuelle Verfügbarkeit eines Pfades für Zuordnung 20031210
3 Exporting E_CURRENT_AVAILABILITY_TXT Call by reference Type reference (TYPE) N2GL_CURRENT_AVAILABILITY_TXT IS-H*MED: Aktuelle Verfügbarkeit eines Pfades für Zuordnung 20031210
4 Exporting E_OVERDUE_ICON Call by reference Type reference (TYPE) N2GL_OVERDUE_ICON IS-H*MED: Verfügbarkeit nach Überprüfungstermin - Icon 20031210
5 Exporting E_OVERDUE_TXT Call by reference Type reference (TYPE) N2GL_OVERDUE_TXT IS-H*MED: Verfügbarkeit nach Überprüfungstermin - Text 20031210
6 Importing I_CHECK_DATE Call by reference Type reference (TYPE) N2GL_CHECK_DATE IS-H*MED: Überprüfungstermin des Behandlungspfads 20031210
7 Importing I_OVERDUE Call by reference Type reference (TYPE) N2GL_OVERDUE IS-H*MED: Verfügbarkeit nach Überprüfungstermin 20031210

Method GET_OVERDUE on class CL_ISHMED_GL_UTIL has no exception.

Method GET_PATH_DEL_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ICON Call by reference Type reference (TYPE) N2GL_PATH_DEL_ICON Patientenpfad löschen - Symbol 20060428
2 Exporting E_ICONNAME Call by reference Type reference (TYPE) ICONNAME Symbolname 'Kommentar' 20060428
3 Exporting E_TXT Call by reference Type reference (TYPE) N2GL_STEP_COMMENT_TXT Text 'Kommentar' 20060428
4 Importing I_TM_STATE Call by reference Type reference (TYPE) N2GL_TM_STATE Status des Patientenpfads 20060428

Method GET_PATH_DEL_ICON on class CL_ISHMED_GL_UTIL has no exception.

Method GET_PATH_PROTOCOL_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ICON Call by reference Type reference (TYPE) N2GL_PATH_PROTOCOL_ICON Symbol 'Pfadprotokoll' 20060504
2 Exporting E_ICONNAME Call by reference Type reference (TYPE) ICONNAME Symbolname 'Pfadprotokoll' 20060504
3 Exporting E_TXT Call by reference Type reference (TYPE) DDTEXT Pfadprotokoll 20060504

Method GET_PATH_PROTOCOL_ICON on class CL_ISHMED_GL_UTIL has no exception.

Method GET_PATH_TODO_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PATH_TODO_STATE_ICON Value transfer Type reference (TYPE) N2GL_PATH_TODO_STATE_ICON Symbol 'Offene Schritte am Patientenpfad' 20050215
2 Exporting E_PATH_TODO_STATE_ICONNAME Call by reference Type reference (TYPE) ICONNAME Name des Symbols 20060214
3 Exporting E_PATH_TODO_STATE_TXT Value transfer Type reference (TYPE) N2GL_PATH_TODO_STATE_TXT Text 'Offene Schritte am Patientenpfad' 20050215
4 Importing I_PATH_TODO_STATE Value transfer Type reference (TYPE) N2GL_PATHWAY_STATE Status Patientenpfad 20050215

Method GET_PATH_TODO_STATE on class CL_ISHMED_GL_UTIL has no exception.

Method GET_REASON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_REASON_TXT Call by reference Type reference (TYPE) N2GL_NEWPLAN_TEXT IS-H*MED: Grund für Neuplanung eines Patientenpfads 20040510
2 Importing I_REASON_ID Call by reference Type reference (TYPE) N2GL_NEWPLAN_REASON IS-H*MED: Grund für die Neuplanung ID 20040510

Method GET_REASON on class CL_ISHMED_GL_UTIL has no exception.

Method GET_RECALCULATED_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ICON Call by reference Type reference (TYPE) N2GL_PATH_RECALCULATED_ICON Symbol 'Schritt neu geplant' 20040205
2 Exporting E_ICONNAME Call by reference Type reference (TYPE) ICONNAME Symbolname 'Schritt neu geplant' 20040205
3 Exporting E_RECALCULATED_TXT Call by reference Type reference (TYPE) N2GL_PATH_RECALCULATED_TXT Text 'Schritt wurde neu geplant' 20060214
4 Importing I_REASON_ID Call by reference Type reference (TYPE) N2GL_NEWPLAN_REASON Grund für die Neuplanung ID 20040205
5 Importing I_RECALCULATED Call by reference Type reference (TYPE) ISH_ON_OFF SPACE Neu geplant? { 'X' | ' ' } 20040128

Method GET_RECALCULATED_ICON on class CL_ISHMED_GL_UTIL has no exception.

Method GET_SEARCH_STRATEGY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SEARCH_STRATEGY_ICON Call by reference Type reference (TYPE) N2GL_SEARCH_STRATEGY_ICON Symbol 'Suchstrategie' 20060302
2 Exporting E_SEARCH_STRATEGY_ICONNAME Call by reference Type reference (TYPE) ICONNAME Symbolname 'Suchstrategie' 20060302
3 Exporting E_SEARCH_STRATEGY_TXT Call by reference Type reference (TYPE) N2GL_SEARCH_STRATEGY_TXT Text 'Suchstrategie' 20060302
4 Importing I_SEARCH_STRATEGY Call by reference Type reference (TYPE) N2GL_SEARCH_STRATEGY Suchstrategie 20060302

Method GET_SEARCH_STRATEGY on class CL_ISHMED_GL_UTIL has no exception.

Method GET_SMARTFORM_FOMULAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STD_SMARTFORM Call by reference Type reference (TYPE) N2GL_SMARTFORM_STD IS-H*MED: Name des Standard Smartforms 20031209
2 Returning R_CUST_SMARTFORM Value transfer Type reference (TYPE) TDSFNAME Smart Forms: Formularname 20031209
# Exception Resumable Description Created on
1 CX_ISHMED_GL_ACCESS IS-H*MED: Ausnahme bei Zugriff in Pathways 20040312

Method GET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STATE_ICON Call by reference Type reference (TYPE) N2GL_STATE_ICON IS-H*MED: Technischer Status eines Behandlungspfads - Ampel 20031210
2 Exporting E_STATE_TXT Call by reference Type reference (TYPE) N2GL_STATE_TXT IS-H*MED: Technischer Status eines Behandlungspfads - Text 20031210
3 Importing I_STATE Call by reference Type reference (TYPE) N2GL_STATE IS-H*MED: Technischer Status eines Behandlungspfads 20031210

Method GET_STATE on class CL_ISHMED_GL_UTIL has no exception.

Method GET_STEP_DONE_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STEP_DONE_STATE_TXT Call by reference Type reference (TYPE) N2GL_DONE_STATE_TXT Text 'Erledigungsstatus eines Schrittes' 20060227
2 Importing I_STEP_DONE_STATE Call by reference Type reference (TYPE) N2GL_DONE_STATE Erledigungsstatus eines Schrittes 20060227

Method GET_STEP_DONE_STATE on class CL_ISHMED_GL_UTIL has no exception.

Method GET_STEP_STATE_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ICON Call by reference Type reference (TYPE) N2GL_STEP_CURR_STATE_ICON Symbol 'Bearbeitungsstatus Schritt' 20060227
2 Exporting E_ICONNAME Call by reference Type reference (TYPE) ICONNAME Name einer Ikone 20060227
3 Exporting E_STEP_STATE_TXT Call by reference Type reference (TYPE) N2GL_STEP_STATE_TXT Text 'Bearbeitungsstatus Schritt' 20060227
4 Importing I_DONE_STATE Call by reference Type reference (TYPE) N2GL_DONE_STATE Erledigungsstatus eines Schrittes 20060227
5 Importing I_STEP_STATE Call by reference Type reference (TYPE) N2GL_STEP_STATE Bearbeitungsstatus eines Schrittes 20060227

Method GET_STEP_STATE_ICON on class CL_ISHMED_GL_UTIL has no exception.

Method GET_SYSTEM_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_SYSTEM_TYPE Value transfer Type reference (TYPE) CCCATEGORY Systemtyp 20040312
# Exception Resumable Description Created on
1 CX_ISHMED_GL_ACCESS IS-H*MED: Ausnahme bei Zugriff in Pathways 20040312

Method GET_TM_DONE_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TM_DONE_STATE_ICON Value transfer Type reference (TYPE) N2GL_TM_DONE_STATE_ICON Symbol für Erledigungsstatus Patientenpfad 20040129
2 Exporting E_TM_DONE_STATE_ICONNAME Call by reference Type reference (TYPE) ICONNAME Name einer Ikone 20060214
3 Exporting E_TM_DONE_STATE_TXT Value transfer Type reference (TYPE) N2GL_TM_DONE_STATE_TXT Text 'Erledigungsstatus des Patientenpfads' 20040129
4 Importing I_TM_DONE_STATE Value transfer Type reference (TYPE) N2GL_TM_DONE_STATE Erledigungsstatus des Patientenpfads 20040129

Method GET_TM_DONE_STATE on class CL_ISHMED_GL_UTIL has no exception.

Method GET_TM_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ICONNAME Call by reference Type reference (TYPE) ICONNAME Name einer Ikone 20050331
2 Exporting E_TM_STATE_ICON Call by reference Type reference (TYPE) N2GL_TM_STATE_ICON IS-H*MED: Status des Patientenpfads - Icon 20031210
3 Exporting E_TM_STATE_TXT Call by reference Type reference (TYPE) N2GL_TM_STATE_TXT IS-H*MED: Status des Patientenpfads - Text 20031210
4 Importing I_DONE_STATE Call by reference Type reference (TYPE) N2GL_DONE_STATE IS-H*MED: Erledigungsstatus eines Schritts 20040203
5 Importing I_TM_STATE Call by reference Type reference (TYPE) N2GL_TM_STATE IS-H*MED: Status des Patientenpfads 20031210

Method GET_TM_STATE on class CL_ISHMED_GL_UTIL has no exception.

Method GET_URL_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ICON Call by reference Type reference (TYPE) N2GL_URL_ICON IS-H*MED: Icon einer URL 20040205
2 Exporting E_ICONNAME Call by reference Type reference (TYPE) ICONNAME Name einer Ikone 20040205

Method GET_URL_ICON on class CL_ISHMED_GL_UTIL has no exception.

Method IS_PRODUCTIVE_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_PRODUCTIVE Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20040312
# Exception Resumable Description Created on
1 CX_ISHMED_GL_ACCESS IS-H*MED: Ausnahme bei Zugriff in Pathways 20040312
History
Last changed by/on SAP  20070917 
SAP Release Created in 472