SAP ABAP Class CL_ISH_CORDTYPA (IS-H: Clinical Order Type)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-H-PM (Application Component) Patient Management
     N1CORDMG (Package) IS-H: Clinical Ordering; TSA Development
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 20030807
Properties
Class CL_ISH_CORDTYPA  
Short Description IS-H: Clinical Order Type    
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 N1CORDMG   IS-H: Clinical Ordering; TSA Development 
Created 20030807   SAP 
Last change 20071120   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISH_CORDTYPA has no forward declaration.
Interfaces
Class CL_ISH_CORDTYPA has no interface implemented.
Friends
Class CL_ISH_CORDTYPA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_COMPOCST Constant Public Type reference (TYPE) N1CORDTYPA-ASS_TYPE 'COMPOCST' IS-H: Assignment Type Order Initiator - Order Type 20030807
2 CO_COMPOPAR Constant Public Type reference (TYPE) N1CORDTYPA-ASS_TYPE 'COMPOPAR' IS-H: Assignment Type Order Initiator - Order Type 20030807
3 CO_COMPOSAP Constant Public Type reference (TYPE) N1CORDTYPA-ASS_TYPE 'COMPOSAP' IS-H: Assignment Type Order Initiator - Order Type 20030807
4 CO_DESEL Constant Public Type reference (TYPE) N1CORDTYPA-ASS_TYPE 'DESEL' IS-H: Assignment Type Order Initiator - Order Type 20030807
5 CO_ORDER Constant Public Type reference (TYPE) N1CORDTYPA-ASS_TYPE 'ORDER' IS-H: Assignment Type of a Clinical Order Type 20030807
6 GR_CORDTYP Instance attribute Protected Object reference (TYPE REF TO) CL_ISH_CORDTYP IS-H: Clinical Order Type 20030807
7 GR_CORDT_ELEM Instance attribute Protected Object reference (TYPE REF TO) IF_ISH_CORDT_ELEM IS-H: Element of an Order Type 20030809
8 GR_N1CORDTYPA_ORIG Instance attribute Protected Object reference (TYPE REF TO) N1CORDTYPA IS-H: Clinical Order Type - Order Type Structure 20100119
9 GS_N1CORDTYPA Instance attribute Protected Type reference (TYPE) N1CORDTYPA IS-H: Clinical Order Type: Component/Design Element Connect. 20030807
10 G_DELETIONMARK Instance attribute Protected Type reference (TYPE) ISH_ON_OFF IS-H: Boolean Data Type for ON (= "X") and OFF (= " ") 20030818
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_N1CORDTYPA Instance method Protected Method Checks the Order Type Connection 20030807
2 CONSTRUCTOR Instance method Public Constructor 20030807
3 CREATE Static method Public Method Create a New Object (Not Yet in DB) 20030807
4 FILL_N1CORDTYPA Instance method Protected Method Fills Automatically Generated N1CORDTYPA Fields 20030807
5 GET_ASS_TYPE Instance method Public Method Returns the Connection Type 20030811
6 GET_COMPDEF Instance method Public Method Returns Definition of a Connected Component Element 20031219
7 GET_COMPONENT Instance method Public Method Returns the Connected Component Object 20031219
8 GET_COPY Instance method Public Method Returns a Copy of the Connected Object 20040607
9 GET_CORDTYP Instance method Public Method Returns the Higher-Level Order Type 20050503
10 GET_CORDT_ELEM Instance method Public Method Returns the Connected Element 20030809
11 GET_DATA Instance method Public Method Returns the Data 20030807
12 GET_ELEM_NAME Instance method Public Method Returns the Name as String 20030809
13 GET_ELEM_TYPE Instance method Public Method Returns the Type as String 20030809
14 GET_ORDASSID Instance method Public Method Returns the ID 20030808
15 GET_SEQNUM Instance method Public Method Returns the SEQNUM 20030811
16 GET_TMP_ORDASSID Instance method Protected Method Returns a Temporary ORDASSID for New Objects 20030807
17 INITIALIZE Instance method Protected Method Initializes Self 20030807
18 IS_CHANGED_N1CORDTYPA Instance method Protected Method Returns Whether N1CORDTYPA Has Been Modified 20030807
19 IS_COMP_ORDER Instance method Public Method Returns Whether the Order Component Is Involved 20031120
20 IS_COMP_PATIENT Instance method Public Method Returns Whether the Patient Component Is Involved 20031120
21 IS_HEADER Instance method Public Method Returns Whether a Header Component Is Involved 20030811
22 IS_MARKED_FOR_DELETION Instance method Public Method Returns Whether Order Connection Is Flagged for Deletion 20030807
23 LOAD Static method Public Method Create a New Object (From DB) 20030807
24 MARK_FOR_DELETION Instance method Public Method Flags the Order Connection for Deletion 20030807
25 MOVE_LINE_DOWN Instance method Public Method Move One Item to the Back 20030811
26 MOVE_LINE_UP Instance method Public Method Move One Item to the Front 20030811
27 MOVE_PAGE_DOWN Instance method Public Method Move to Botton of the Group 20030811
28 MOVE_PAGE_UP Instance method Public Method Move to Top of the Group 20030811
29 READ_FROM_DB Instance method Public Method Reads from DB 20030807
30 SAVE_N1CORDTYPA Instance method Protected Method Saves the Order Type Connection 20030807
31 SELECT_N1CORDTYPA Static method Public Method Select with ORDASSID 20030807
32 SET_DATA Instance method Public Method Change Data of Object in Memory 20030807
33 SET_SEQNUM Instance method Public Method Sets SEQNUM 20030811
Events
Class CL_ISH_CORDTYPA has no event.
Types
Class CL_ISH_CORDTYPA has no local type.
Method Signatures

Method CHECK_N1CORDTYPA Signature

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

Method CHECK_N1CORDTYPA on class CL_ISH_CORDTYPA has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CORDTYP Value transfer Object reference (TYPE REF TO) CL_ISH_CORDTYP IS-H: Klinischer Auftragstyp 20030807
2 Importing IS_N1CORDTYPA Value transfer Type reference (TYPE) N1CORDTYPA IS-H: Klinischer Auftragstyp: Verbindung Baustein/Designelem 20030807
3 Importing I_MODE Value transfer Type reference (TYPE) ISH_MODUS IS-H: Bearbeitungsmodus von Datensätzen (I/U/D) 20030807
# Exception Resumable Description Created on
1 EX_ERROR_OCCURED Irgendein Fehler aufgetreten. 20030807

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISH_CORDTYPA IS-H: Klinischer Auftragstyp 20030807
2 Importing IR_CORDTYP Value transfer Object reference (TYPE REF TO) CL_ISH_CORDTYP IS-H: Klinischer Auftragstyp 20030807
3 Importing IS_N1CORDTYPA Value transfer Type reference (TYPE) N1CORDTYPA IS-H: Klinischer Auftragstyp: Verbindung Baustein/Designelem 20030807
# Exception Resumable Description Created on
1 EX_ERROR_OCCURED Irgendein Fehler aufgetreten. 20030807

Method FILL_N1CORDTYPA Signature

Method FILL_N1CORDTYPA on class CL_ISH_CORDTYPA has no parameter.
Method FILL_N1CORDTYPA on class CL_ISH_CORDTYPA has no exception.

Method GET_ASS_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TYPE Value transfer Type reference (TYPE) N1CORDTYPA-ASS_TYPE IS-H: Zuordnungstyp eines Klinischen Auftragstypen 20030811

Method GET_ASS_TYPE on class CL_ISH_CORDTYPA has no exception.

Method GET_COMPDEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_COMPDEF Value transfer Object reference (TYPE REF TO) CL_ISH_COMPDEF IS-H: Bausteindefinition 20031219

Method GET_COMPDEF on class CL_ISH_CORDTYPA has no exception.

Method GET_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20031219
2 Exporting ER_COMPONENT Value transfer Object reference (TYPE REF TO) IF_ISH_COMPONENT IS-H: Schnittstelle aller Bausteinklassen 20031219
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031219
4 Importing I_VCODE Value transfer Type reference (TYPE) TNDYM-VCODE IS-H: Verarbeitungsmodus 20070820

Method GET_COMPONENT on class CL_ISH_CORDTYPA has no exception.

Method GET_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_CORDTYPA_COPY Value transfer Object reference (TYPE REF TO) CL_ISH_CORDTYPA Kopie der Objektzuordnung. 20040607
2 Importing IR_CORDTYPA_PREV Value transfer Object reference (TYPE REF TO) CL_ISH_CORDTYPA Letzte Objektzuordnung. 20040608
3 Importing IR_CORDTYP_COPY Call by reference Object reference (TYPE REF TO) CL_ISH_CORDTYP Kopie eines Auftragstyps. 20040607
4 Importing I_INCLUDE_DEPENDENTS Value transfer Type reference (TYPE) ISH_ON_OFF ON Auch abhängige Daten kopieren? 20040607
5 Importing I_ONLY_VALID_DATAS Value transfer Type reference (TYPE) ISH_ON_OFF ON Nur Daten innerhalb des Gültigkeitszeitraums kopieren? 20040607

Method GET_COPY on class CL_ISH_CORDTYPA has no exception.

Method GET_CORDTYP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_CORDTYP Value transfer Object reference (TYPE REF TO) CL_ISH_CORDTYP IS-H: Klinischer Auftragstyp 20050503

Method GET_CORDTYP on class CL_ISH_CORDTYPA has no exception.

Method GET_CORDT_ELEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_CORDT_ELEM Value transfer Object reference (TYPE REF TO) IF_ISH_CORDT_ELEM IS-H: Element eines Auftragstyps 20030809

Method GET_CORDT_ELEM on class CL_ISH_CORDTYPA has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_N1CORDTYPA Value transfer Type reference (TYPE) N1CORDTYPA IS-H: Klinischer Auftragstyp: Verbindung Baustein/Designelem 20030807

Method GET_DATA on class CL_ISH_CORDTYPA has no exception.

Method GET_ELEM_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NAME Value transfer Type reference (TYPE) STRING Bezeichnung 20030809

Method GET_ELEM_NAME on class CL_ISH_CORDTYPA has no exception.

Method GET_ELEM_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TYPE Value transfer Type reference (TYPE) STRING Typ 20030809

Method GET_ELEM_TYPE on class CL_ISH_CORDTYPA has no exception.

Method GET_ORDASSID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ORDASSID Value transfer Type reference (TYPE) N1CORDTYPA-ORDASSID IS-H: Identifikation einer KlinischerAuftragstyp-Verbindung 20030808

Method GET_ORDASSID on class CL_ISH_CORDTYPA has no exception.

Method GET_SEQNUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SEQNUM Value transfer Type reference (TYPE) N1CORDTYPA-SEQNUM IS-H: Klinischer Auftragstyp: Reihenfolge Zuordnung 20030811

Method GET_SEQNUM on class CL_ISH_CORDTYPA has no exception.

Method GET_TMP_ORDASSID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ORDASSID Value transfer Type reference (TYPE) N1CORDTYPA-ORDASSID IS-H: Identifikation einer KlinischerAuftragstyp-Verbindung 20030807

Method GET_TMP_ORDASSID on class CL_ISH_CORDTYPA has no exception.

Method INITIALIZE Signature

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

Method IS_CHANGED_N1CORDTYPA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_CHANGED Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20030807

Method IS_CHANGED_N1CORDTYPA on class CL_ISH_CORDTYPA has no exception.

Method IS_COMP_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_COMP_ORDER Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20031120

Method IS_COMP_ORDER on class CL_ISH_CORDTYPA has no exception.

Method IS_COMP_PATIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_COMP_PATIENT Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20031120

Method IS_COMP_PATIENT on class CL_ISH_CORDTYPA has no exception.

Method IS_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_HEADER Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20030811

Method IS_HEADER on class CL_ISH_CORDTYPA has no exception.

Method IS_MARKED_FOR_DELETION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DELETIONMARK Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20030818

Method IS_MARKED_FOR_DELETION on class CL_ISH_CORDTYPA has no exception.

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISH_CORDTYPA IS-H: Klinischer Auftragstyp 20030807
2 Importing IR_CORDTYP Value transfer Object reference (TYPE REF TO) CL_ISH_CORDTYP IS-H: Klinischer Auftragstyp 20030807
3 Importing IS_N1CORDTYPA Value transfer Type reference (TYPE) N1CORDTYPA IS-H: Klinischer Auftragstyp: Verbindung Baustein/Designelem 20030807
4 Importing I_READ_FROM_DB Value transfer Type reference (TYPE) ISH_ON_OFF 'X' IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20030807
# Exception Resumable Description Created on
1 EX_ERROR_OCCURED Irgendein Fehler aufgetreten. 20030807

Method MARK_FOR_DELETION Signature

Method MARK_FOR_DELETION on class CL_ISH_CORDTYPA has no parameter.
Method MARK_FOR_DELETION on class CL_ISH_CORDTYPA has no exception.

Method MOVE_LINE_DOWN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SUCCESS Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20030811

Method MOVE_LINE_DOWN on class CL_ISH_CORDTYPA has no exception.

Method MOVE_LINE_UP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SUCCESS Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20030811

Method MOVE_LINE_UP on class CL_ISH_CORDTYPA has no exception.

Method MOVE_PAGE_DOWN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SUCCESS Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20030811

Method MOVE_PAGE_DOWN on class CL_ISH_CORDTYPA has no exception.

Method MOVE_PAGE_UP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SUCCESS Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20030811

Method MOVE_PAGE_UP on class CL_ISH_CORDTYPA has no exception.

Method READ_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ORDASSID Value transfer Type reference (TYPE) N1CORDTYPA-ORDASSID IS-H: Identifikation einer KlinischerAuftragstyp-Verbindung 20030807

Method READ_FROM_DB on class CL_ISH_CORDTYPA has no exception.

Method SAVE_N1CORDTYPA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20030807
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20030807
3 Importing I_TCODE Call by reference Type reference (TYPE) SY-TCODE SY-TCODE ABAP-Programm, aktueller Transaktionscode 20030807
4 Importing I_TESTRUN Call by reference Type reference (TYPE) ISH_ON_OFF '' IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20030807

Method SAVE_N1CORDTYPA on class CL_ISH_CORDTYPA has no exception.

Method SELECT_N1CORDTYPA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ORDASSID Value transfer Type reference (TYPE) N1CORDTYPA-ORDASSID IS-H: Identifikation einer KlinischerAuftragstyp-Verbindung 20030807
2 Returning RS_N1CORDTYPA Value transfer Type reference (TYPE) N1CORDTYPA IS-H: Klinischer Auftragstyp: Verbindung Baustein/Designelem 20030807

Method SELECT_N1CORDTYPA on class CL_ISH_CORDTYPA has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_N1CORDTYPA_X Call by reference Type reference (TYPE) RN1_N1CORDTYPA_X IS-H: Änderungsstruktur für N1CORDTYPA 20030807

Method SET_DATA on class CL_ISH_CORDTYPA has no exception.

Method SET_SEQNUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SEQNUM Value transfer Type reference (TYPE) N1CORDTYPA-SEQNUM IS-H: Klinischer Auftragstyp: Reihenfolge Zuordnung 20030811

Method SET_SEQNUM on class CL_ISH_CORDTYPA has no exception.
History
Last changed by/on SAP  20071120 
SAP Release Created in 472