- 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
12 lines
319 B
JSON
12 lines
319 B
JSON
{"name": "math_sign",
|
|
"VSName": "Math Sign",
|
|
"VCategory": "System",
|
|
"values": [
|
|
{"key": "=", "value": "Equal"},
|
|
{"key": "<", "value": "Less than"},
|
|
{"key": ">", "value": "Greater than"},
|
|
{"key": "<=", "value": "Less than or equal to"},
|
|
{"key": ">=", "value": "Greater than or equal to"}
|
|
]
|
|
}
|