mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-24 08:53:00 +08:00
15 lines
283 B
Python
15 lines
283 B
Python
from .types import (
|
|
IdentificationType,
|
|
PatientIdentificationType,
|
|
PatientType,
|
|
PatientEdge,
|
|
PatientCursorPage,
|
|
)
|
|
|
|
patient_types = [
|
|
IdentificationType,
|
|
PatientIdentificationType,
|
|
PatientType,
|
|
PatientEdge,
|
|
PatientCursorPage,
|
|
]
|