- handle contact PATCH failures by checking model save result and returning HTTP 400 with the model error message - update ContactDetailModel nested updates to enforce active-detail checks and use model update() with explicit failure propagation - extend contact patch assertions and align test-create variants expectations to status=success for POST responses - refresh composer lock metadata/dependency constraints and include generated docs/data/test files updated during normalization - impact: API contract unchanged except clearer 400 error responses on invalid contact detail updates
18 lines
586 B
JSON
Executable File
18 lines
586 B
JSON
Executable File
{"name": "specimen_condition",
|
|
"VSName": "Specimen Condition",
|
|
"VCategory": "System",
|
|
"values": [
|
|
{"key": "HEM", "value": "Hemolyzed"},
|
|
{"key": "ITC", "value": "Icteric"},
|
|
{"key": "LIP", "value": "Lipemic"},
|
|
{"key": "CFU", "value": "Centrifuged"},
|
|
{"key": "ROOM", "value": "Room temperature"},
|
|
{"key": "COOL", "value": "Cool"},
|
|
{"key": "FROZ", "value": "Frozen"},
|
|
{"key": "CLOT", "value": "Clotted"},
|
|
{"key": "AUT", "value": "Autolyzed"},
|
|
{"key": "CON", "value": "Contaminated"},
|
|
{"key": "LIVE", "value": "Live"}
|
|
]
|
|
}
|