SAP ABAP Class CL_ISHMED_GL_SVG (IS-H*MED: SVG Graphic of Treatment Pathway)
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 Inheritance (c INHERITING FROM c_ref)  CL_ISH_MASTER_DATA IS-H: Base Class for Master Data Objects 20031028
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISHMED_GL_CONSTANTS i.s.h.med pathways Constants Definition 20031028
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20031028
Properties
Class CL_ISHMED_GL_SVG  
Short Description IS-H*MED: SVG Graphic of Treatment Pathway    
Super Class CL_ISH_MASTER_DATA IS-H: Base Class for Master Data Objects 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package NMED_GL   IS-H*MED: Treatment Pathways 
Created 20031028   SAP 
Last change 20070917   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_GL_SVG has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISHMED_GL_CONSTANTS i.s.h.med pathways Constants Definition 20031028
2 IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20031028
Friends
Class CL_ISHMED_GL_SVG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CREATE_IMPORT Instance attribute Public Attribute reference (LIKE) 20031028
2 CO_CREATE_LOAD Instance attribute Public Attribute reference (LIKE) 20031028
3 CO_CREATE_NEW Instance attribute Public Attribute reference (LIKE) 20031028
4 CO_CREATE_TEMPLATE Instance attribute Public Attribute reference (LIKE) 20031125
5 CO_CREATE_VERSION Instance attribute Public Attribute reference (LIKE) 20031028
6 CO_OTYPE_GL_SVG Constant Public Type reference (TYPE) ISH_OBJECT_TYPE 98 Constant Type: SVG Graphic of Treatment Pathway 20060105
7 G_DELETE Instance attribute Protected Type reference (TYPE) ISH_ON_OFF Select for Deletion 20031028
8 G_READONLY Instance attribute Protected Type reference (TYPE) ISH_ON_OFF Write-protection 20031028
9 G_SVG Instance attribute Protected Type reference (TYPE) RN2GL_DES_STRING IS-H*MED: HTML Documents for Treatment Pathways 20031028
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE Instance method Public Method Change Data 20031028
2 CONSTRUCTOR Instance method Public Constructor Constructor 20031028
3 CREATE Static method Public Method Create New (Factory Method) 20031028
4 CREATE_ON_USE Static method Public Method Create if Reqd Regardless of Whether New or in DB (Fact.Meth 20031028
5 CREATE_VERSION Static method Public Method Create Version (Factory Method) 20031028
6 CREATE_WITH_TEMPLATE Static method Public Method Create with Template (Factory Method) 20031125
7 DELETE Instance method Public Method Select for Deletion 20031028
8 DEQUEUE Instance method Private Method Remove Database Lock 20031028
9 ENQUEUE Instance method Private Method Set Database Lock 20031028
10 GET_DATA Instance method Public Method Read data 20031028
11 INITIALIZE Instance method Protected Method Initialize Attribute 20031028
12 IS_IN_DATABASE Static method Protected Method Does corresponding data record exist? 20031028
13 IS_READONLY Instance method Public Method Read Only Mode? 20031028
14 LOAD Static method Public Method Load (Factory Method) 20031028
15 SELECT_SVG Static method Protected Method Read from DB 20031028
16 SET_READONLY Instance method Public Method Display <-> Change 20031028
Events
Class CL_ISHMED_GL_SVG has no event.
Types
Class CL_ISHMED_GL_SVG has no local type.
Method Signatures

Method CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20031028
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031028
3 Importing I_SVG Call by reference Type reference (TYPE) RN2GL_DES_STRING_C IS-H*MED: HTML Dokumente für den Behandlungspfads 20031028

Method CHANGE on class CL_ISHMED_GL_SVG has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COPY_OF Value transfer Object reference (TYPE REF TO) CL_ISHMED_GL_SVG Vorlageinstanz 20031028
2 Importing I_MODE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20031028
3 Importing I_READONLY Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20031028
4 Importing I_SVG Value transfer Type reference (TYPE) RN2GL_DES_STRING IS-H*MED: HTML Dokumente für den Behandlungspfads 20031028
# Exception Resumable Description Created on
1 CX_ISHMED_GL_INSTANTIATION IS-H*MED: Fehler bei der Instanzierung 20031028
2 CX_ISHMED_GL_LOCK IS-H*MED: Behandlungspfade - Sperren setzen 20031028

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20031028
2 Exporting E_INSTANCE Call by reference Object reference (TYPE REF TO) CL_ISHMED_GL_SVG IS-H*MED: SVG Graphik eines Behandlungspfades 20031028
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031028
4 Importing I_COPY_OF Value transfer Object reference (TYPE REF TO) CL_ISHMED_GL_SVG IS-H*MED: SVG Graphik eines Behandlungspfades 20031028
5 Importing I_SVG Value transfer Type reference (TYPE) RN2GL_DES_STRING IS-H*MED: HTML Dokumente für den Behandlungspfads 20031028
6 Importing I_VERSION_ID Call by reference Type reference (TYPE) N2GL_GL_ID IS-H*MED: ID Behandlungspfad 20031118

Method CREATE on class CL_ISHMED_GL_SVG has no exception.

Method CREATE_ON_USE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20031028
2 Changing C_INSTANCE Call by reference Object reference (TYPE REF TO) CL_ISHMED_GL_SVG IS-H*MED: SVG Graphik eines Behandlungspfades 20031028
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031028
4 Exporting E_SVG_ID Call by reference Type reference (TYPE) SYSUUID_C UUID in Character-Darstellung 20031028
5 Importing I_READONLY Call by reference Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20031028
6 Importing I_SVG_ID Call by reference Type reference (TYPE) SYSUUID_C UUID in Character-Darstellung 20031028
7 Importing I_VERSION_ID Call by reference Type reference (TYPE) N2GL_GL_ID IS-H*MED: ID Behandlungspfad 20031118

Method CREATE_ON_USE on class CL_ISHMED_GL_SVG has no exception.

Method CREATE_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20031028
2 Exporting E_INSTANCE Call by reference Object reference (TYPE REF TO) CL_ISHMED_GL_SVG IS-H*MED: SVG Graphik eines Behandlungspfades 20031028
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031028
4 Importing I_SVG_ID Call by reference Type reference (TYPE) SYSUUID_C UUID in Character-Darstellung 20031028
5 Importing I_VERSION_ID Call by reference Type reference (TYPE) N2GL_GL_ID IS-H*MED: ID Behandlungspfad 20031118
6 Importing I_VERSION_ID_NEW Call by reference Type reference (TYPE) N2GL_GL_ID IS-H*MED: ID Behandlungspfad 20031118

Method CREATE_VERSION on class CL_ISHMED_GL_SVG has no exception.

Method CREATE_WITH_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20031125
2 Exporting E_INSTANCE Call by reference Object reference (TYPE REF TO) CL_ISHMED_GL_SVG IS-H*MED: SVG Graphik eines Behandlungspfades 20031125
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031125
4 Importing I_SVG_ID Call by reference Type reference (TYPE) SYSUUID_C UUID in Character-Darstellung 20031125
5 Importing I_VERSION_ID_NEW Call by reference Type reference (TYPE) N2GL_GL_ID IS-H*MED: ID Behandlungspfad 20031125
6 Importing I_VERSION_ID_OLD Call by reference Type reference (TYPE) N2GL_GL_ID IS-H*MED: ID Behandlungspfad 20031125

Method CREATE_WITH_TEMPLATE on class CL_ISHMED_GL_SVG has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20031028
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031028

Method DELETE on class CL_ISHMED_GL_SVG has no exception.

Method DEQUEUE Signature

Method DEQUEUE on class CL_ISHMED_GL_SVG has no parameter.
Method DEQUEUE on class CL_ISHMED_GL_SVG has no exception.

Method ENQUEUE Signature

Method ENQUEUE on class CL_ISHMED_GL_SVG has no parameter.
# Exception Resumable Description Created on
1 CX_ISHMED_GL_LOCK IS-H*MED: Leitlinie - Sperren setzen 20031028

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20031028
2 Exporting E_ACTIVE Call by reference Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20031028
3 Exporting E_MODE Call by reference Type reference (TYPE) ISH_MODUS IS-H: Bearbeitungsmodus von Datensätzen (I/U/D) 20031028
4 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031028
5 Exporting E_SVG Call by reference Type reference (TYPE) RN2GL_DES_STRING IS-H*MED: HTML Dokumente für den Behandlungspfads 20031028

Method GET_DATA on class CL_ISHMED_GL_SVG has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_ISHMED_GL_SVG has no parameter.
Method INITIALIZE on class CL_ISHMED_GL_SVG has no exception.

Method IS_IN_DATABASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SVG_ID Call by reference Type reference (TYPE) SYSUUID_C UUID in Character-Darstellung 20031028
2 Importing I_VERSION_ID Call by reference Type reference (TYPE) N2GL_GL_ID IS-H*MED: ID Behandlungspfad 20031118
3 Returning R_EXISTS Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20031028

Method IS_IN_DATABASE on class CL_ISHMED_GL_SVG has no exception.

Method IS_READONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_READONLY Call by reference Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20031028

Method IS_READONLY on class CL_ISHMED_GL_SVG has no exception.

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20031028
2 Exporting E_INSTANCE Call by reference Object reference (TYPE REF TO) CL_ISHMED_GL_SVG 20031028
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031028
4 Importing I_READONLY Call by reference Type reference (TYPE) ISH_ON_OFF OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20031028
5 Importing I_SVG_ID Value transfer Type reference (TYPE) SYSUUID_C UUID in Character-Darstellung 20031028
6 Importing I_VERSION_ID Call by reference Type reference (TYPE) N2GL_GL_ID IS-H*MED: ID Behandlungspfad 20031118

Method LOAD on class CL_ISHMED_GL_SVG has no exception.

Method SELECT_SVG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031028
2 Exporting E_SVG Call by reference Type reference (TYPE) RN2GL_DES_STRING IS-H*MED: HTML Dokumente für den Behandlungspfads 20031028
3 Importing I_SVG_ID Call by reference Type reference (TYPE) SYSUUID_C UUID in Character-Darstellung 20031028
4 Importing I_VERSION_ID Call by reference Type reference (TYPE) N2GL_GL_ID IS-H*MED: ID Behandlungspfad 20031118

Method SELECT_SVG on class CL_ISHMED_GL_SVG has no exception.

Method SET_READONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20031028
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031028
3 Importing I_READONLY Call by reference Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20031028

Method SET_READONLY on class CL_ISHMED_GL_SVG has no exception.
History
Last changed by/on SAP  20070917 
SAP Release Created in 472