SAP ABAP Class CL_ISHMED_COMP_SURGERY_TEAM (IS-H*MED: Surgery Team Module Class)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-HMED (Application Component) Clinical System
     N1BASE_MED (Package) IS-H*MED: Basic Functionality
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISH_COMPONENT_STD IS-H: Standard Module Class 20030813
Properties
Class CL_ISHMED_COMP_SURGERY_TEAM  
Short Description IS-H*MED: Surgery Team Module Class    
Super Class CL_ISH_COMPONENT_STD IS-H: Standard Module Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package N1BASE_MED   IS-H*MED: Basic Functionality 
Created 20030813   SAP 
Last change 20110810   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_COMP_SURGERY_TEAM has no forward declaration.
Interfaces
Class CL_ISHMED_COMP_SURGERY_TEAM has no interface implemented.
Friends
Class CL_ISHMED_COMP_SURGERY_TEAM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_PARID_AN Constant Public Type reference (TYPE) N1PARID 'N1CORDAN' IS-H*MED: Name of Parameter 20031210
2 CO_PARID_ASS Constant Public Type reference (TYPE) N1PARID 'N1CORDASS' IS-H*MED: Name of Parameter 20031210
3 CO_PARID_OP Constant Public Type reference (TYPE) N1PARID 'N1VKGAGOP' IS-H*MED: Name of Parameter 20031210
4 GT_CDOC_FIELD Static Attribute Protected Type reference (TYPE) ISH_T_CDOC_FIELD IS-H: Table of Fields with Change Document Indicator 20040120
5 GT_PRINT_FIELD Static Attribute Protected Type reference (TYPE) ISH_T_PRINT_FIELD IS-H: Table of Fields for Printout 20040201
6 G_BEZ_AN Instance attribute Protected Type reference (TYPE) N1TXT30 IS-H*MED: Anesthetist Task Description 20031210
7 G_BEZ_ASS Instance attribute Protected Type reference (TYPE) N1TXT30 IS-H*MED: Assistant Tak Description 20031210
8 G_BEZ_OP Instance attribute Protected Type reference (TYPE) N1TXT30 IS-H*MED: Operating Surgeon Task Description 20031210
9 G_VORGANG_AN Instance attribute Protected Type reference (TYPE) N1VORGANG IS-H*MED: Anesthetist Task 20031210
10 G_VORGANG_ASS Instance attribute Protected Type reference (TYPE) N1VORGANG IS-H*MED: Assistant Task 20031210
11 G_VORGANG_OP Instance attribute Protected Type reference (TYPE) N1VORGANG IS-H*MED: Operating Surgeon Task 20031210
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20040119
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040120
3 CREATE_TEAM Instance method Protected Method Returns New CL_ISHMED_TEAM Instance 20031209
4 GET_CORDPOS Instance method Public Method Returns Corresponding Order Items 20031210
5 GET_NEXT_VRGNR Instance method Protected Method Returns Next Free VRGNR for Team 20031210
6 GET_VORGANG Instance method Protected Method Returns a Process 20031209
7 LOAD_BEZ Instance method Protected Method Loads Process Descriptions 20031210
8 LOAD_VORGANG Instance method Protected Method Loads Processes 20031210
9 PREALLOC_BY_NEW_SERVICE Instance method Public Method Execute Presetting for New Service 20090806
10 TRANS_CORDPOS_FROM_SCR_ST Instance method Protected Method Data Transport for Clinical Order from Surgery Team Screen 20031113
11 TRANS_CORDPOS_TO_SCR_ST Instance method Protected Method Data Transport for Clinical Order to Surgery Team Screen 20031113
12 TRANS_FROM_SCR_ST Instance method Protected Method Data Transport from Surgery Team Screen 20031113
13 TRANS_TO_SCR_ST Instance method Protected Method Data Transport to Surgery Team Screen 20031113
Events
Class CL_ISHMED_COMP_SURGERY_TEAM has no event.
Types
Class CL_ISHMED_COMP_SURGERY_TEAM has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_ISHMED_COMP_SURGERY_TEAM has no parameter.
Method CONSTRUCTOR on class CL_ISHMED_COMP_SURGERY_TEAM has no exception.

Method CREATE_TEAM 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 20031209
2 Exporting ER_TEAM Call by reference Object reference (TYPE REF TO) CL_ISHMED_TEAM IS-H*MED: Aufgaben/Mitarbeiter zu einer Leistung 20031209
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031209
4 Importing I_GPART Value transfer Type reference (TYPE) N1GPART IS-H*MED: Durchführenden Person 20031209
5 Importing I_VORGANG Value transfer Type reference (TYPE) N1VORGANG IS-H*MED: Aufgabe 20031210

Method CREATE_TEAM on class CL_ISHMED_COMP_SURGERY_TEAM has no exception.

Method GET_CORDPOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_CORDPOS Value transfer Object reference (TYPE REF TO) CL_ISHMED_CORDPOS IS-H*MED: Klinische Auftragsposition 20031210

Method GET_CORDPOS on class CL_ISHMED_COMP_SURGERY_TEAM has no exception.

Method GET_NEXT_VRGNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VRGNR Value transfer Type reference (TYPE) N1VRGNR IS-H*MED: Nummer eines Vorgangs 20031210

Method GET_NEXT_VRGNR on class CL_ISHMED_COMP_SURGERY_TEAM has no exception.

Method GET_VORGANG 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 20031209
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031209
3 Exporting E_VORGANG Value transfer Type reference (TYPE) N1VORGANG IS-H*MED: Aufgabe 20031209
4 Importing I_PARID Value transfer Type reference (TYPE) N1PARID IS-H*MED: Name des Parameters 20031210

Method GET_VORGANG on class CL_ISHMED_COMP_SURGERY_TEAM has no exception.

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

Method LOAD_BEZ on class CL_ISHMED_COMP_SURGERY_TEAM has no exception.

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

Method LOAD_VORGANG on class CL_ISHMED_COMP_SURGERY_TEAM has no exception.

Method PREALLOC_BY_NEW_SERVICE 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 20090806
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20090806
3 Importing IR_SERVICE Call by reference Object reference (TYPE REF TO) CL_ISHMED_SERVICE IS-H*MED: Leistung im ISHMED 20090806

Method PREALLOC_BY_NEW_SERVICE on class CL_ISHMED_COMP_SURGERY_TEAM has no exception.

Method TRANS_CORDPOS_FROM_SCR_ST 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 20031113
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031113
3 Importing IR_CORDPOS Call by reference Object reference (TYPE REF TO) CL_ISHMED_PREREG IS-H*MED: Vormerkung 20031113
4 Importing IR_SCR_ST Call by reference Object reference (TYPE REF TO) CL_ISHMED_SCR_SURGERY_TEAM IS-H: Screenklasse OP Team 20031113

Method TRANS_CORDPOS_FROM_SCR_ST on class CL_ISHMED_COMP_SURGERY_TEAM has no exception.

Method TRANS_CORDPOS_TO_SCR_ST 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 20031113
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031113
3 Importing IR_CORDPOS Call by reference Object reference (TYPE REF TO) CL_ISHMED_PREREG IS-H*MED: Vormerkung 20031113
4 Importing IR_SCR_ST Call by reference Object reference (TYPE REF TO) CL_ISHMED_SCR_SURGERY_TEAM IS-H: Screenklasse OP Team 20031113

Method TRANS_CORDPOS_TO_SCR_ST on class CL_ISHMED_COMP_SURGERY_TEAM has no exception.

Method TRANS_FROM_SCR_ST 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 20031113
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031113
3 Importing IR_SCR_ST Call by reference Object reference (TYPE REF TO) CL_ISHMED_SCR_SURGERY_TEAM IS-H: Screenklasse OP Team 20031113

Method TRANS_FROM_SCR_ST on class CL_ISHMED_COMP_SURGERY_TEAM has no exception.

Method TRANS_TO_SCR_ST 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 20031113
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031113
3 Importing IR_SCR_ST Call by reference Object reference (TYPE REF TO) CL_ISHMED_SCR_SURGERY_TEAM IS-H: Screenklasse OP Team 20031113

Method TRANS_TO_SCR_ST on class CL_ISHMED_COMP_SURGERY_TEAM has no exception.
History
Last changed by/on SAP  20110810 
SAP Release Created in 472