- Transform coded fields to lowercase with Label suffix for display text - Controllers: OrderTestController, DemoOrderController, SpecimenController,
SpecimenStatusController, SpecimenCollectionController, ContainerDefController,
ContactController, TestMapController
- Example: Priority: "R" → priority: "R", priorityLabel: "Routine"
- Update api-docs.yaml with new OpenAPI schema definitions
- Add API docs reminder to CLAUDE.md
17 lines
481 B
JSON
17 lines
481 B
JSON
{"name": "result_unit",
|
|
"VSName": "Result Unit",
|
|
"VCategory": "System",
|
|
"values": [
|
|
{"key": "g/dL", "value": "g/dL"},
|
|
{"key": "g/L", "value": "g/L"},
|
|
{"key": "mg/dL", "value": "mg/dL"},
|
|
{"key": "mg/L", "value": "mg/L"},
|
|
{"key": "L/L", "value": "L/L"},
|
|
{"key": "x106/mL", "value": "x106/mL"},
|
|
{"key": "x1012/L", "value": "x1012/L"},
|
|
{"key": "fL", "value": "fL"},
|
|
{"key": "pg", "value": "pg"},
|
|
{"key": "x109/L", "value": "x109/L"}
|
|
]
|
|
}
|