SAP CL_ISH_UTL_CORD OO Class - IS-H: General Functions in the Clinical Order Area
CL_ISH_UTL_CORD is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_ISH_UTL_CORD including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ISH_CONSTANT_DEFINITIONMethod list of CL_ISH_UTL_CORD SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CALL_CLINICAL_ORDER | Create/Change/Display Clinical Order | Public |
| CALL METHOD cl_ish_utl_cord=>CALL_CLINICAL_ORDER...more details | ||
| CALL_CORDER_BASE_ITEM_DEF | Create/Change/Display Template of a Clinical Order | Public |
| CALL METHOD cl_ish_utl_cord=>CALL_CORDER_BASE_ITEM_DEF...more details | ||
| CHANGE_STATE | Changes the Status of an Order Item | Public |
| CALL METHOD cl_ish_utl_cord=>CHANGE_STATE...more details | ||
| CHECK_BEFORE_APP_PLANNING | Other Check Before Calling Appointment Planning | Public |
| CALL METHOD cl_ish_utl_cord=>CHECK_BEFORE_APP_PLANNING...more details | ||
| CHECK_MORE_PATIENT_PROV | Check if Pat.with Prov. Data Exists More Than Once in Envir. | Public |
| CALL METHOD cl_ish_utl_cord=>CHECK_MORE_PATIENT_PROV...more details | ||
| EXISTS_TREATMENT_CPOS | Returns Whether an Order Item is Available for the Criteria | Public |
| CALL METHOD cl_ish_utl_cord=>EXISTS_TREATMENT_CPOS...more details | ||
|
| ||
| GET_APP_PLAN_FOR_CORDPOS | Returns Appointment Planning Capacity for an Order Item | Public |
| CALL METHOD cl_ish_utl_cord=>GET_APP_PLAN_FOR_CORDPOS...more details | ||
| GET_CORDER_AS_DD_DOCUMENT | Creates Clinical Order as Dynamic Document | Public |
| CALL METHOD cl_ish_utl_cord=>GET_CORDER_AS_DD_DOCUMENT...more details | ||
| GET_CORDER_AS_XML_DOCUMENT | Creates Clinical Order as XML Document | Public |
| CALL METHOD cl_ish_utl_cord=>GET_CORDER_AS_XML_DOCUMENT...more details | ||
| GET_CORDER_FROM_XML_DOCUMENT | Gets the Clinical Order from the XML Document | Public |
| CALL METHOD cl_ish_utl_cord=>GET_CORDER_FROM_XML_DOCUMENT...more details | ||
| GET_CORDPOS_FOR_MULIT_APP | Returns the Order Types for Collective Processing | Public |
| CALL METHOD cl_ish_utl_cord=>GET_CORDPOS_FOR_MULIT_APP...more details | ||
| GET_INITIAL_STATUS_CORD | Returns the Initial Status for a Clinical Order Item | Public |
| CALL METHOD cl_ish_utl_cord=>GET_INITIAL_STATUS_CORD...more details | ||
| GET_IPL_UTL_CORD | Returns the Implementation Object | Protected |
| CALL METHOD cl_ish_utl_cord=>GET_IPL_UTL_CORD...more details | ||
| GET_SCHED_FOR_CORDPOS | Returns Appointment Allocation Indicator for an Order Item | Public |
| CALL METHOD cl_ish_utl_cord=>GET_SCHED_FOR_CORDPOS...more details | ||
| GET_T_NEXT_STATUS_CORD | Returns All Subsequent Statuses for a Clinical Order Item | Public |
| CALL METHOD cl_ish_utl_cord=>GET_T_NEXT_STATUS_CORD...more details | ||
| GET_T_RUN_DATA | Gets All Dependent Objects of a Clinical Order | Public |
| CALL METHOD cl_ish_utl_cord=>GET_T_RUN_DATA...more details | ||
| NEW_CORDER_BY_CORDTYPID | Instantiates an Order Object from an Order Category | Public |
| CALL METHOD cl_ish_utl_cord=>NEW_CORDER_BY_CORDTYPID...more details | ||
| NEW_CORDER_BY_ORDSP_CORDER | Instantiates an Order Object from Default Objects | Public |
| CALL METHOD cl_ish_utl_cord=>NEW_CORDER_BY_ORDSP_CORDER...more details | ||
| NEW_CORDPOS_BY_CORDTYPID | Instantiates Order Item(s) from an Order Category | Public |
| CALL METHOD cl_ish_utl_cord=>NEW_CORDPOS_BY_CORDTYPID...more details | ||
| NEW_CORDPOS_BY_ORDSP_CORDER | Instantiates Order Items from Default Objects | Public |
| CALL METHOD cl_ish_utl_cord=>NEW_CORDPOS_BY_ORDSP_CORDER...more details | ||
| PARSE_XML_DOCUMENT | Parse the XML Document | Public |
| CALL METHOD cl_ish_utl_cord=>PARSE_XML_DOCUMENT...more details | ||
| PREALLOC_CORDER_FROM_EXTERNAL | Presetting of the Clinical Order | Public |
| CALL METHOD cl_ish_utl_cord=>PREALLOC_CORDER_FROM_EXTERNAL...more details | ||
| SORT_CORDPOS_BY_POSNR | Sort Order Items | Public |
| CALL METHOD cl_ish_utl_cord=>SORT_CORDPOS_BY_POSNR...more details | ||
CL_ISH_UTL_CORD attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| CO_ATTR_DISPLAY | Constant | XML Attribute | 'DISPLAY' | LIKE STRING | Public |
| CO_ATTR_ISGROUP | Constant | XML Attribute | 'ISGROUP' | LIKE STRING | Public |
| CO_ATTR_NAME | Constant | XML Attribute | 'NAME' | LIKE STRING | Public |
| CO_ATTR_POSNO | Constant | XML Attribute | 'POSNO' | LIKE STRING | Public |
| CO_ATTR_RID | Constant | XML Attribute | 'RID' | LIKE STRING | Public |
| CO_ATTR_VALUE | Constant | XML Attribute | 'VALUE' | LIKE STRING | Public |
| CO_ATTR_XID | Constant | XML Attribute | 'XID' | LIKE STRING | Public |
| CO_LGTXT_NLINE | Constant | Long Text: Row Separator | '|#n#|' | LIKE STRING | Public |
| CO_TAG_APPCONSTRDEP | Constant | XML Tag (Appointment Template Dependency) | 'APP_CONSTRAINT_DEPENDENCY' | LIKE STRING | Public |
| CO_TAG_APPCONSTRDEPS | Constant | XML Tag (Appointment Template Dependencies) | 'APP_CONSTRAINT_DEPENDENCIES' | LIKE STRING | Public |
| CO_TAG_BIT_CORDTPLID | Constant | XML Tag | 'BIT_CORDTPLID' | LIKE STRING | Public |
| CO_TAG_BIT_CORDTPL_ETRBY | Constant | XML Tag | 'BIT_CORDTPL_ETRBY' | LIKE STRING | Public |
| CO_TAG_BIT_CORDTPL_ETRGP | Constant | XML Tag | 'BIT_CORDTPL_ETRGP' | LIKE STRING | Public |
| CO_TAG_BIT_CORDTPL_ETROE | Constant | XML Tag | 'BIT_CORDTPL_ETROE' | LIKE STRING | Public |
| CO_TAG_BIT_CORDTPL_ORDDEP | Constant | XML Tag | 'BIT_CORDTPL_ORDDEP' | LIKE STRING | Public |
| CO_TAG_BIT_ETRPREALLOC | Constant | XML Tag | 'BIT_ETRPREALLOC' | LIKE STRING | Public |
| CO_TAG_COMP | Constant | XML Tag | 'COMP' | LIKE STRING | Public |
| CO_TAG_COMPELEM | Constant | XML Tag | 'COMPELEM' | LIKE STRING | Public |
| CO_TAG_COMPELEMENT | Constant | XML Tag | 'COMPELEMENT' | LIKE STRING | Public |
| CO_TAG_CORD | Constant | XML Tag | 'CORD' | LIKE STRING | Public |
| CO_TAG_CORDEINRI | Constant | XML Tag | 'CORDEINRI' | LIKE STRING | Public |
| CO_TAG_CORDHEADER | Constant | XML Tag | 'CORDHEADER' | LIKE STRING | Public |
| CO_TAG_CORDPOSITION | Constant | XML Tag | 'CORDPOSITION' | LIKE STRING | Public |
| CO_TAG_CORDPOSITIONS | Constant | XML Tag | 'CORDPOSITIONS' | LIKE STRING | Public |
| CO_TAG_CORDPTYPID | Constant | XML Tag | 'CORDPTYPID' | LIKE STRING | Public |
| CO_TAG_ELEMENTBODY | Constant | XML Tag | 'ELEMENTBODY' | LIKE STRING | Public |
| CO_TAG_ELEMENTGROUP | Constant | XML Tag | 'ELEMENTGROUP' | LIKE STRING | Public |
| CO_TAG_ELEMENTHEADER | Constant | XML Tag | 'ELEMENTHEADER' | LIKE STRING | Public |
| CO_TAG_ELEMENTROW | Constant | XML Tag | 'ELEMENTROW' | LIKE STRING | Public |
| CO_TAG_ELEMENTTAG | Constant | XML Tag | 'ELEMENTTAG' | LIKE STRING | Public |
| CO_TAG_ELEMENTVAL | Constant | XML Tag | 'ELEMENTVAL' | LIKE STRING | Public |
| CO_TAG_HEADERDATA | Constant | XML Tag | 'HEADERDATA' | LIKE STRING | Public |
| CO_TAG_NOCORDPTYP | Constant | XML Tag | 'NOCORDPTYP' | LIKE STRING | Public |
| CO_TAG_PHADRGP | Constant | XML Tag | 'PHADRGP' | LIKE STRING | Public |
| CO_TAG_PHAPPDAT | Constant | XML Tag | 'PHAPPDAT' | LIKE STRING | Public |
| CO_TAG_PHAPPTIM | Constant | XML Tag | 'PHAPPTIM' | LIKE STRING | Public |
| CO_TAG_PHAPPTYP | Constant | XML Tag | 'PHAPPTYP' | LIKE STRING | Public |
| CO_TAG_PHCASENO | Constant | XML Tag | 'PHCASENO' | LIKE STRING | Public |
| CO_TAG_PHDEPTOU | Constant | XML Tag | 'PHDEPTOU' | LIKE STRING | Public |
| CO_TAG_PHPOSNO | Constant | XML Tag | 'PHPOSNO' | LIKE STRING | Public |
| CO_TAG_PHPREREG | Constant | XML Tag | 'PHPREREG' | LIKE STRING | Public |
| CO_TAG_PHSERVOU | Constant | XML Tag | 'PHSERVOU' | LIKE STRING | Public |
| CO_TAG_PHSTATUS | Constant | XML Tag | 'PHSTATUS' | LIKE STRING | Public |
| CO_TAG_PHTITLE | Constant | XML Tag | 'PHTITLE' | LIKE STRING | Public |
| CO_TAG_POSADRGP | Constant | XML Tag | 'POSADRGP' | LIKE STRING | Public |
| CO_TAG_POSAPP | Constant | XML Tag | 'POSAPP' | LIKE STRING | Public |
| CO_TAG_POSCASENO | Constant | XML Tag | 'POSCASENO' | LIKE STRING | Public |
| CO_TAG_POSCOMPS | Constant | XML Tag | 'POSCOMPS' | LIKE STRING | Public |
| CO_TAG_POSDEPTOU | Constant | XML Tag | 'POSDEPTOU' | LIKE STRING | Public |
| CO_TAG_POSHEADERS | Constant | XML Tag | 'POSHEADERS' | LIKE STRING | Public |
| CO_TAG_POSITIONHEADER | Constant | XML Tag | 'POSITIONHEADER' | LIKE STRING | Public |
| CO_TAG_POSPREREG | Constant | XML Tag | 'POSPREREG' | LIKE STRING | Public |
| CO_TAG_POSSERVOU | Constant | XML Tag | 'POSSERVOU' | LIKE STRING | Public |
| CO_TAG_POSSTATUS | Constant | XML Tag | 'POSSTATUS' | LIKE STRING | Public |
| CO_TAG_POSTITLE | Constant | XML Tag | 'POSTITLE' | LIKE STRING | Public |
| GR_IPL_UTL_CORD | Static Attribute | Implementation Object | LIKE CL_ISH_IPL_UTL_CORD | Protected | |
| OFF | Instance Attribute | LIKE | Private | ||
| ON | Instance Attribute | LIKE | Private |
Links to Related Class(s)
CL_ISH_U...Full list of available SAP object classes
Search for further information about these or an SAP related objects