LabTestPropertyConditionObject
namestringrequired
Condition name
requiredbooleanrequired
is condition required
followUpActions object
inputMethodstringrequired
Condition input method
Possible values: [TEST_DATA
, TEST_RESULT
]
customValueGroupinteger
primary key of custom value group
valueRange object
LabTestPropertyConditionObject
{
"name": "string",
"required": true,
"followUpActions": {
"provideComment": {
"data": false,
"pass": false,
"fail": false,
"required": false
},
"uploadAttachment": {
"data": false,
"pass": false,
"fail": false,
"required": false
},
"uploadPictureOrVideo": {
"data": false,
"pass": false,
"fail": false,
"required": false
},
"recordFailureCode": {
"data": false,
"fail": false,
"required": false,
"category": [
{
"id": "string",
"name": "string"
}
]
}
},
"inputMethod": "TEST_DATA",
"customValueGroup": 0,
"valueRange": {
"rangeResult": [
"pass"
],
"valueResult": [
{
"value": "string",
"result": "pass"
}
],
"unit": "string"
}
}