SAP ABAP Class CL_ISHMED_GL_BASEITEM_P (IS-H*MED: Base Item Header Data)
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_BASE_SUBTYPE IS-H*MED: Access to Base Item Data 20031119
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_CHECK Interface of Consistency Check 20031119
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_STATE State Management for a 'Managed Object' 20031119
Properties
Class CL_ISHMED_GL_BASEITEM_P  
Short Description IS-H*MED: Base Item Header Data    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 10  Persistent Class 
Package NMED_GL   IS-H*MED: Treatment Pathways 
Created 20031119   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_OS_SYSTEM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISHMED_GL_BASE_SUBTYPE IS-H*MED: Access to Base Item Data 20031119
2 IF_OS_CHECK Interface of Consistency Check 20031119
3 IF_OS_STATE State Management for a 'Managed Object' 20031119
Friends
# Friend Modeled only Created on Description
1 CB_ISHMED_GL_BASEITEM_P 20031119 Base Agent IS-H*MED: Base Item Header Data
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTION_TYPE Instance attribute Protected Type reference (TYPE) N2GL_ACT_TYPE IS-H*MED: Action Type of Base Item in Treatment Plan 20031119
2 ACTIVE Instance attribute Protected Type reference (TYPE) ISH_ON_OFF IS-H: Boolean Data Type for ON (= "X") and OFF (= " ") 20031119
3 BASEITEM_ID Instance attribute Protected Type reference (TYPE) SYSUUID_C UUID in Character Format 20031119
4 EINRI Instance attribute Protected Type reference (TYPE) EINRI IS-H: Institution 20031119
5 NAME Instance attribute Protected Type reference (TYPE) N2GL_BASEITEM_NAME IS-H*MED: Name of Base Item 20031119
6 OBSOLETE Instance attribute Protected Type reference (TYPE) ISH_ON_OFF IS-H: Boolean Data Type for ON (= "X") and OFF (= " ") 20031119
7 SHORT_DES Instance attribute Protected Type reference (TYPE) N2GL_DESCR IS-H*MED: Description 20031119
Methods
# Method Level Visibility Method type Description Created on
1 GET_ACTION_TYPE Instance method Public Get-method of a virtual attribute Reads Attribute ACTION_TYPE 20031119
2 GET_ACTIVE Instance method Public Get-method of a virtual attribute Reads Attribute ACTIVE 20031119
3 GET_BASEITEM_ID Instance method Public Get-method of a virtual attribute Reads Attribute BASEITEM_ID 20031119
4 GET_EINRI Instance method Public Get-method of a virtual attribute Reads Attribute EINRI 20031119
5 GET_NAME Instance method Public Get-method of a virtual attribute Reads Attribute NAME 20031119
6 GET_OBSOLETE Instance method Public Get-method of a virtual attribute Reads Attribute OBSOLETE 20031119
7 GET_SHORT_DES Instance method Public Get-method of a virtual attribute Reads Attribute SHORT_DES 20031119
8 SET_ACTION_TYPE Instance method Public Set-method of a virtual attribute Sets Attribute ACTION_TYPE 20031119
9 SET_ACTIVE Instance method Public Set-method of a virtual attribute Sets Attribute ACTIVE 20031119
10 SET_EINRI Instance method Public Set-method of a virtual attribute Sets Attribute EINRI 20031119
11 SET_NAME Instance method Public Set-method of a virtual attribute Sets Attribute NAME 20031119
12 SET_OBSOLETE Instance method Public Set-method of a virtual attribute Sets Attribute OBSOLETE 20031119
13 SET_SHORT_DES Instance method Public Set-method of a virtual attribute Sets Attribute SHORT_DES 20031119
Events
Class CL_ISHMED_GL_BASEITEM_P has no event.
Types
Class CL_ISHMED_GL_BASEITEM_P has no local type.
Method Signatures

Method GET_ACTION_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) N2GL_ACT_TYPE Attributwert 20031119
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20031119

Method GET_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) ISH_ON_OFF Attributwert 20031119
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20031119

Method GET_BASEITEM_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SYSUUID_C Attributwert 20031119
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20031119

Method GET_EINRI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) EINRI Attributwert 20031119
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20031119

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) N2GL_BASEITEM_NAME Attributwert 20031119
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20031119

Method GET_OBSOLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) ISH_ON_OFF Attributwert 20031119
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20031119

Method GET_SHORT_DES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) N2GL_DESCR Attributwert 20031119
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20031119

Method SET_ACTION_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTION_TYPE Call by reference Type reference (TYPE) N2GL_ACT_TYPE Attributwert 20031119
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20031119

Method SET_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTIVE Call by reference Type reference (TYPE) ISH_ON_OFF Attributwert 20031119
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20031119

Method SET_EINRI 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 Attributwert 20031119
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20031119

Method SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) N2GL_BASEITEM_NAME Attributwert 20031119
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20031119

Method SET_OBSOLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBSOLETE Call by reference Type reference (TYPE) ISH_ON_OFF Attributwert 20031119
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20031119

Method SET_SHORT_DES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SHORT_DES Call by reference Type reference (TYPE) N2GL_DESCR Attributwert 20031119
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20031119
History
Last changed by/on SAP  20050224 
SAP Release Created in 472