SAP ABAP Class CL_ISHMED_CONN_HNDL_CORD_WEB (Connectivity: Basis Handler for Clin. Order Web Service)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-HMED (Application Component) Clinical System
     N1CONN_MED (Package) i.s.h.med: Connectivity
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_CONN_HANDLER_WEB ISHMED: Basic Class for Web Handler 20070815
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_CONN_HNDL_DEMO_WEB1 Connectivity - Example Handler for Web - Simple 20070816
Properties
Class CL_ISHMED_CONN_HNDL_CORD_WEB  
Short Description Connectivity: Basis Handler for Clin. Order Web Service    
Super Class CL_ISHMED_CONN_HANDLER_WEB ISHMED: Basic Class for Web Handler 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class N1CONN_MED    
Program status     
Category 0   
Package N1CONN_MED   i.s.h.med: Connectivity 
Created 20070815   SAP 
Last change 20071120   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_CONN_HNDL_CORD_WEB has no forward declaration.
Interfaces
Class CL_ISHMED_CONN_HNDL_CORD_WEB has no interface implemented.
Friends
Class CL_ISHMED_CONN_HNDL_CORD_WEB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_NAME_ORDERID Constant Public Type reference (TYPE) N1CONNDATA-NAME 'ORDERID' Parameter Name 20070815
2 CO_NAME_ORDERNUMBER Constant Public Type reference (TYPE) N1CONNDATA-NAME 'ORDERNUMBER' Parameter Name 20070815
3 CO_OTYPE_CONN_CORD_WEB Constant Public Type reference (TYPE) ISH_OBJECT_TYPE 13527 Object Type 20070815
Methods
# Method Level Visibility Method type Description Created on
1 _GET_CORDERID Instance method Protected Method Returns Order Number 20070815
2 _GET_CORDERNR Instance method Protected Method Returns Order Number 20070815
3 _GET_CORDER_FROM_OBJECT Instance method Protected Method Returns CORDER Object 20070815
4 _GET_CORDPOS_FROM_OBJECT Instance method Protected Method Returns CORDPOS Object 20070815
5 _GET_EXTERNAL_ORDERID Instance method Protected Method Returns External Order Number 20070815
6 _GET_LOCAL_PATIENTID Instance method Protected Method Returns Patient ID 20070815
7 _GET_ORDER_REMARK Instance method Protected Method Returns Comment Text 20070815
8 _GET_PLACERID Instance method Protected Method Returns Placer ID from Configuration 20070815
9 _SET_EXTERNAL_ORDERID Instance method Protected Method Sets External <> Internal Order Number Assignment 20070815
Events
Class CL_ISHMED_CONN_HNDL_CORD_WEB has no event.
Types
Class CL_ISHMED_CONN_HNDL_CORD_WEB has no local type.
Method Signatures

Method _GET_CORDERID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CORDER Call by reference Object reference (TYPE REF TO) CL_ISH_CORDER IS-H: Klinischer Auftrag 20070815
2 Returning R_CORDERID Value transfer Type reference (TYPE) N1CORDER-CORDERID Auftragsnummer 20070815
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070815

Method _GET_CORDERNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CORDER Call by reference Object reference (TYPE REF TO) CL_ISH_CORDER IS-H: Klinischer Auftrag 20070815
2 Returning R_CORDERNR Value transfer Type reference (TYPE) N1CORDER-PRGNR Auftragsnummer 20070815
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070815

Method _GET_CORDER_FROM_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20070815
2 Returning RR_CORDER Value transfer Object reference (TYPE REF TO) CL_ISH_CORDER IS-H: Klinischer Auftrag 20070815
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070815

Method _GET_CORDPOS_FROM_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20070815
2 Returning RR_CORDPOS Value transfer Object reference (TYPE REF TO) CL_ISHMED_CORDPOS IS-H*MED: Klinische Auftragsposition 20070815
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070815

Method _GET_EXTERNAL_ORDERID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_EXTORDERID Value transfer Type reference (TYPE) N1CONN_EXTORDID Connectivity: Externe AuftragsID 20070815
2 Importing IT_PARAMETERS Call by reference Type reference (TYPE) ISHMED_T_CONN_PARAMETER IS-H: Klinischer Auftrag 20070815

Method _GET_EXTERNAL_ORDERID on class CL_ISHMED_CONN_HNDL_CORD_WEB has no exception.

Method _GET_LOCAL_PATIENTID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CORDER Call by reference Object reference (TYPE REF TO) CL_ISH_CORDER IS-H: Klinischer Auftrag 20070815
2 Returning R_LPID Value transfer Type reference (TYPE) N1CONN_LPID Connectivity: Partner Patient ID 20070815
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070815

Method _GET_ORDER_REMARK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CORDER Call by reference Object reference (TYPE REF TO) CL_ISH_CORDER IS-H: Klinischer Auftrag 20070815
2 Returning R_TEXT Value transfer Type reference (TYPE) STRING Bemerkungstext 20070815
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070815

Method _GET_PLACERID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PLACERID Value transfer Type reference (TYPE) N1CONN_PLACERID Connectivity: PlacerID 20070815
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070815

Method _SET_EXTERNAL_ORDERID 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 20070815
2 Changing CT_PARAMETERS Value transfer Type reference (TYPE) ISHMED_T_CONN_PARAMETER Connectivity: Tabellentyp für RN1_CONN_PARAMTER 20070815
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20070815
4 Importing I_EXTORDERID Value transfer Type reference (TYPE) N1CONN_EXTORDID Connectivity: Externe AuftragsID 20070815
5 Importing I_EXTORDERNO Value transfer Type reference (TYPE) N1CONN_EXTORDNR Connectivity: Externe Auftragsnummer 20070815

Method _SET_EXTERNAL_ORDERID on class CL_ISHMED_CONN_HNDL_CORD_WEB has no exception.
History
Last changed by/on SAP  20071120 
SAP Release Created in