This integration agreement allows subscribing packages
to call this remote procedure to receive a Problem's Special Authority (SA)
user answered values and save to the ORDER file (#100) SPECIAL AUTHORITIES
multiple file (#100.112).
REMOTE PROCEDURE: Returns an array with JSON elements string for Special
Authorities (SA).
Following are the details of the GMPLSPECAUTH SAFORPROBLEMS:
NAME: GMPLSPECAUTH SAFORPROBLEMS        TAG: SAFORPROBLEMS
ROUTINE: GMPLSPECAUTH                 RETURN VALUE TYPE: ARRAY
DESCRIPTION:
Handle RPC calls and retrieves Special Authorities per patient Problem.
INPUT PARAMETER: JSONIN                 PARAMETER TYPE: LITERAL
REQUIRED: YES                         SEQUENCE NUMBER: 1
DESCRIPTION:
JSON string passed back for order(s) to save SA answers.
JSON elements:
patientId       = patient unique numeric DFN
RETURN PARAMETER DESCRIPTION:
JSON return string elements:
"success" = was value saved?  true/false
Example:
{
"success": true
}
 |