- 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
13 lines
323 B
JSON
13 lines
323 B
JSON
{"name": "site_class",
|
|
"VSName": "Site Class",
|
|
"VCategory": "System",
|
|
"values": [
|
|
{"key": "A", "value": "Kelas A"},
|
|
{"key": "B", "value": "Kelas B"},
|
|
{"key": "C", "value": "Kelas C"},
|
|
{"key": "D", "value": "Kelas D"},
|
|
{"key": "Utm", "value": "Utama"},
|
|
{"key": "Ptm", "value": "Pratama"}
|
|
]
|
|
}
|