| 12 | |
| 13 | |
| 14 | class ApproxQuantity(TypedDict): |
| 15 | displayText: Annotated[str, Doc("Default: Unknown. Required")] |
| 16 | quantity: NotRequired[Annotated[Quantity, Doc("Optional: only if precise quantities are available")]] |
| 17 | |
| 18 | |
| 19 | class OtherHealthData(TypedDict): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…