| INPUT PARAMETER |
-
- JSONIN
- PARAMETER TYPE: LITERAL
- REQUIRED: YES
- SEQUENCE NUMBER: 1
- DESCRIPTION:
A JSON string passed to save order(s) and their SA answers.
value = yes/no
Example JSON msg:
{
"patientId": "100840",
"orders": [
{
"orderId": "34047;1",
"specialAuthority": [
{
"id": 1,
"value": "Yes"
},
{
"id": 8,
"value": "Yes"
},
{
JSON elements:
"id": 2,
"value": "Unanswered"
},
{
"id": 3,
"value": "Unanswered"
},
{
"id": 4,
"value": "Unanswered"
patientId = patient unique numeric DFN
},
{
"id": 6,
"value": "Yes"
}
]
},
{
"orderId": "34049;1",
"specialAuthority": [
orders = section for 1 to may orders signed at once.
{
"id": 1,
"value": "Yes"
}
]
}
]
orderId = unique order number in ORDERS file (#100).
specialAuthoriy = SA secftion for multiple SA indicators
id = SA unique number in SPECIAL AUTHORITIES file
(#820)
-
- JDS
|