Fonction SAP BAPI_PATPATH_GETACTIVITIES - Pathways: Determine Activities

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 Patient Pathway Key
STEPID BAPI1420-STEPID C 32 X Step Key

Paramètre Reférence Type Long. Description
WORST_RETURNED_MSGTY BAPINALL-WORSTRETMSG C 1 IS-H: Most Severe Message Type Generated

Paramètre Reférence Long. Facultatif Description
ACTIVITY BAPI1420ACTIVITY 355 Pathways: Activity
RETURN BAPIRET2 548 Return Parameter(s)

Functionality
The method determines all the activities performed for a patient pathwayor the step of a patient pathway.
Using the activities it is possible to read the comments entered whileprocessing a pathway.

Example
In order to use the method, you must provide the information forinstitution, patient, case, patient pathway ID. Depending on reference,pathway or step, you also have to provide the step key.

Notes
The method BAPI_PATPATH_GETPATHWAYLIST returns the list ofavailable patient pathways.
The method BAPI_PATPATH_GETSTEPLIST returns the list of steps.
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

Description
Filter for determining activities.
If no step is specified, all activities are read to the patient pathway.
If a step is specified, all the activities are determined for the step.

Value range
The value is a 32 digit alphanumerical GUID of the step or initial.
The field is not alpha converted.

Default
The parameter is not preset.

Description
This parameter contains all activities which were found for the filtercriterion.

Description
INCLUDE N2BAPI_RET_NO_MESSAGES OBJECT DOKU ID TX