Fonction SAP BAPI_PATPATH_GETACTIONDETAIL - i.s.h.med: Read Result of Action

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
INSTITUTION BAPINALL-INSTITUTION C 4 IS-H: Institution
PATCASEID BAPINALL-PATCASEID C 10 IS-H: Case Number
PATIENTID BAPINALL-PATIENTID C 10 IS-H: Patient Number
PATPATHID BAPI1420-PATPATHID C 32 IS-H*MED: Patient Pathway Key
STEPID BAPI1420-STEPID C 32 IS-H*MED: Step Key

Paramètre Reférence Type Long. Description
ACTION_TYPE BAPI1420ACTTYPE u 70 i.s.h.med: Action Type for a Step
WORST_RETURNED_MSGTY BAPINALL-WORSTRETMSG C 1 IS-H: Most Severe Message Type Generated

Paramètre Reférence Long. Facultatif Description
ACT_VALUES BAPI1420ACTVALUES 315 i.s.h.med: Key Values of Action
RETURN BAPIRET2 548 Return Parameter(s)

Functionality
The method reads the key values of an object, e.g. document that wascreated or changed by a base item during an action.

Example
The anamnesis is to be entered in a step. A parameterized document isused for this which is created using an 'Anamnesis' base item.
During the execution of the step, the connection between step, base itemand document is saved in the system.
To access the document, use the method which returns the key as a resultin the parameter ACT_VALUES .
You will receive the following content in the table:
DOCUMENT_TYPE,,DOKAR,,MED
DOCUMENT_NUMBER,,DOKNR,,0000000000000010000003163
DOCUMENT_VERSION,,DOKVR,,00
DOCUMENT_PART,,DOKTL,,000
You can use this key to execute further operations using the MedicalDocument business object.

Description
Describes the type of action that is linked to the step.
The action type derives directly from the base item type of the baseitem used.
INCLUDE NBAPI_WORST_RETURNED_MSGTY OBJECT DOKU ID TX
INCLUDE NBAPI_INSTITUTION OBJECT DOKU ID TX
INCLUDE NBAPI_PATCASEID OBJECT DOKU ID TX
INCLUDE NBAPI_PATIENTID OBJECT DOKU ID TX
INCLUDE N2BAPI_PATPATHID OBJECT DOKU ID TX
INCLUDE N2BAPI_STEPID OBJECT DOKU ID TX

Description
Contains the key values of the object created in the action, e.g. adocument.
The transfer of key values occurs generically in that the system returnsthe values as a character string and the name of the field in theinternal display and the default component name.
INCLUDE N2BAPI_RET_NO_MESSAGES OBJECT DOKU ID TX