SAP ABAP Class CL_ISH_CORDTTR (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 20030729
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_CORDTTR IS-H*MED: Clinical Order Type: Order Filler 20030723
Properties
Class CL_ISH_CORDTTR  
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 20030717   SAP 
Last change 20081217   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISH_CORDTTR has no forward declaration.
Interfaces
Class CL_ISH_CORDTTR has no interface implemented.
Friends
Class CL_ISH_CORDTTR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GR_CORDTYP Instance attribute Protected Object reference (TYPE REF TO) CL_ISH_CORDTYP IS-H: Clinical Order Type 20030728
2 GR_N1CORDTTR_ORIG Instance attribute Protected Object reference (TYPE REF TO) N1CORDTTR IS-H: Order Filler-to-Order Type Assignment 20100119
3 GS_N1CORDTTR Instance attribute Protected Type reference (TYPE) N1CORDTTR IS-H: Order Filler - Order Type Assignment 20030723
4 GS_NORG Instance attribute Protected Type reference (TYPE) NORG IS-H: Institution 20030724
5 G_DELETIONMARK Instance attribute Protected Type reference (TYPE) ISH_ON_OFF IS-H: Boolean Data Type for ON (= "X") and OFF (= " ") 20030818
6 G_EINRI Static Attribute Protected Type reference (TYPE) EINRI IS-H: Institution 20030731
7 G_KATKB Static Attribute Protected Type reference (TYPE) TNK01-KATKB IS-H: Short Text for Catalog 20030731
8 G_TARIF Static Attribute Protected Type reference (TYPE) N1CORDTS-TARIF IS-H: Service Catalog Identification Key 20030731
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_N1CORDTTR Instance method Public Method Checks the Order Filler 20030721
2 CONSTRUCTOR Instance method Public Constructor 20030717
3 CREATE Static method Public Method Create a New Object (Not Yet in DB) 20030717
4 FILL_N1CORDTTR Instance method Protected Method Fills Automatically Generated N1CORDTTR Fields 20030722
5 GET_COPY Instance method Public Method Returns a Copy of the Order Filler 20040607
6 GET_CORDTTRID Instance method Public Method Returns the ID of the Order Filler 20030718
7 GET_DATA Instance method Public Method Returns the Data of the Order Filler 20030717
8 GET_DATA_ORIG Instance method Public Method Returns the Original Data of the Order Filler 20040812
9 GET_EINRI Instance method Public Method Returns the Institution 20080418
10 GET_ISOR Instance method Public Method Returns the ISOR Indicator 20031105
11 GET_NORG Instance method Public Method Returns the Related NORG Structure 20030724
12 GET_ORGID Instance method Public Method Returns the ORGID 20031105
13 GET_TARIF Instance method Public Method Returns the Service Catalog 20030731
14 GET_TMP_CORDTTRID Instance method Protected Method REturns a Temporary CORDTTRID for New Objects 20030728
15 GET_TRTOE_ORGFA Instance method Public Method Returns Nursing OU or Department 20080611
16 INITIALIZE Instance method Protected Method Initializes Self 20030731
17 IS_CHANGED_N1CORDTTR Instance method Protected Method Returns Whether N1CORDTTR Has Been Modified 20030721
18 IS_MARKED_FOR_DELETION Instance method Public Method Returns Whether Order Filler Is Marked for Deletion 20030722
19 LOAD Static method Public Method Create a New Object (From DB) 20030717
20 MARK_FOR_DELETION Instance method Public Method Flags the Order Filler for Deletion 20030722
21 READ_FROM_DB Instance method Public Method Reads from DB 20030717
22 SAVE_N1CORDTTR Instance method Protected Method Saves the Order Filler 20030722
23 SET_DATA Instance method Public Method Change Data of Object in Memory 20030724
Events
Class CL_ISH_CORDTTR has no event.
Types
Class CL_ISH_CORDTTR has no local type.
Method Signatures

Method CHECK_N1CORDTTR 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 20030723
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20030721

Method CHECK_N1CORDTTR on class CL_ISH_CORDTTR has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CORDTYP Call by reference Object reference (TYPE REF TO) CL_ISH_CORDTYP IS-H: Klinischer Auftragstyp 20030728
2 Importing IS_N1CORDTTR Call by reference Type reference (TYPE) N1CORDTTR IS-H: Zuordnung Auftragnehmer - Auftragstyp 20030723
3 Importing I_MODE Call by reference Type reference (TYPE) ISH_MODUS IS-H: Bearbeitungsmodus von Datensätzen (I/U/D) 20030729
# Exception Resumable Description Created on
1 EX_ERROR_OCCURED Irgendein Fehler aufgetreten. 20030728

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_CORDTTR IS-H: Klinischer Auftragstyp 20030723
2 Importing IR_CORDTYP Call by reference Object reference (TYPE REF TO) CL_ISH_CORDTYP IS-H: Klinischer Auftragstyp 20030728
3 Importing IS_N1CORDTTR Call by reference Type reference (TYPE) N1CORDTTR IS-H: Zuordnung Auftragnehmer - Auftragstyp 20030723
# Exception Resumable Description Created on
1 EX_ERROR_OCCURED Irgendein Fehler aufgetreten. 20030728

Method FILL_N1CORDTTR Signature

Method FILL_N1CORDTTR on class CL_ISH_CORDTTR has no parameter.
Method FILL_N1CORDTTR on class CL_ISH_CORDTTR has no exception.

Method GET_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_CORDTTR_COPY Value transfer Object reference (TYPE REF TO) CL_ISH_CORDTTR Kopie des Auftragnehmers (Adressaten). 20040607
2 Importing IR_CORDTYP_COPY Call by reference Object reference (TYPE REF TO) CL_ISH_CORDTYP Kopie eines Auftragstyps. 20040607
3 Importing I_INCLUDE_DEPENDENTS Value transfer Type reference (TYPE) ISH_ON_OFF ON Auch abhängige Daten kopieren? 20040607
4 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_CORDTTR has no exception.

Method GET_CORDTTRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CORDTTRID Value transfer Type reference (TYPE) N1CORDTTR-CORDTTRID IS-H: ID Zuordnung Auftragnehmer - Auftragstyp 20030718

Method GET_CORDTTRID on class CL_ISH_CORDTTR has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_N1CORDTTR Value transfer Type reference (TYPE) N1CORDTTR IS-H: Zuordnung Auftragnehmer - Auftragstyp 20030723

Method GET_DATA on class CL_ISH_CORDTTR has no exception.

Method GET_DATA_ORIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_N1CORDTTR Value transfer Type reference (TYPE) N1CORDTTR IS-H: Zuordnung Adressat - Auftragstyp 20040812

Method GET_DATA_ORIG on class CL_ISH_CORDTTR has no exception.

Method GET_EINRI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_EINRI Value transfer Type reference (TYPE) EINRI IS-H: Einrichtung 20080418

Method GET_EINRI on class CL_ISH_CORDTTR has no exception.

Method GET_ISOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ISOR Value transfer Type reference (TYPE) N1COTTRISOR IS-H: Kl. Auftragstyp: Auftragnehmer OP 20031105

Method GET_ISOR on class CL_ISH_CORDTTR has no exception.

Method GET_NORG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_NORG Value transfer Type reference (TYPE) NORG IS-H: Organisationseinheiten 20030724

Method GET_NORG on class CL_ISH_CORDTTR has no exception.

Method GET_ORGID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ORGID Value transfer Type reference (TYPE) ORGID IS-H: Identifikation der Organisationseinheit 20031105

Method GET_ORGID on class CL_ISH_CORDTTR has no exception.

Method GET_TARIF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_KATKB Call by reference Type reference (TYPE) TNK01-KATKB IS-H: Kurzbezeichnung des Kataloges 20030731
2 Exporting E_TARIF Call by reference Type reference (TYPE) N1CORDTS-TARIF IS-H: Identifikation eines Leistungskataloges 20030731

Method GET_TARIF on class CL_ISH_CORDTTR has no exception.

Method GET_TMP_CORDTTRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CORDTTRID Value transfer Type reference (TYPE) N1CORDTTR-CORDTTRID IS-H: ID Zuordnung Auftragnehmer - Auftragstyp 20030728

Method GET_TMP_CORDTTRID on class CL_ISH_CORDTTR has no exception.

Method GET_TRTOE_ORGFA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ORGFA Call by reference Type reference (TYPE) N1VKGFA IS-H: Fachliche OrgEinheit in der Vormerkung 20080611
2 Exporting E_TRTOE Call by reference Type reference (TYPE) N1CORDTRTOE IS-H: KLAT/VKG: Adressat (OrgEinheit) 20080611

Method GET_TRTOE_ORGFA on class CL_ISH_CORDTTR has no exception.

Method INITIALIZE Signature

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

Method IS_CHANGED_N1CORDTTR 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 (=' ') 20030721

Method IS_CHANGED_N1CORDTTR on class CL_ISH_CORDTTR 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_CORDTTR 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_CORDTTR IS-H: Klinischer Auftragstyp 20030723
2 Importing IR_CORDTYP Call by reference Object reference (TYPE REF TO) CL_ISH_CORDTYP IS-H: Klinischer Auftragstyp 20030728
3 Importing IS_N1CORDTTR Call by reference Type reference (TYPE) N1CORDTTR IS-H: Zuordnung Auftragnehmer - Auftragstyp 20030723
4 Importing I_READ_FROM_DB Call by reference Type reference (TYPE) ISH_ON_OFF 'X' IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20030717
# Exception Resumable Description Created on
1 EX_ERROR_OCCURED Irgendein Fehler aufgetreten. 20030728

Method MARK_FOR_DELETION Signature

Method MARK_FOR_DELETION on class CL_ISH_CORDTTR has no parameter.
Method MARK_FOR_DELETION on class CL_ISH_CORDTTR 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_CORDTTRID Call by reference Type reference (TYPE) N1CORDTTR-CORDTTRID IS-H: ID Zuordnung Auftragnehmer - Auftragstyp 20030717

Method READ_FROM_DB on class CL_ISH_CORDTTR has no exception.

Method SAVE_N1CORDTTR 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 20030723
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20030722
3 Importing I_TCODE Call by reference Type reference (TYPE) SY-TCODE SY-TCODE ABAP-Programm, aktueller Transaktionscode 20030729
4 Importing I_TESTRUN Call by reference Type reference (TYPE) ISH_ON_OFF '' IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20030729

Method SAVE_N1CORDTTR on class CL_ISH_CORDTTR has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_N1CORDTTR_X Call by reference Type reference (TYPE) RN1_N1CORDTTR_X IS-H: X-Flag Struktur für N1CORDTTR (Auftragnehmer) 20030724

Method SET_DATA on class CL_ISH_CORDTTR has no exception.
History
Last changed by/on SAP  20081217 
SAP Release Created in 472