ongoing seed subspecialist

This commit is contained in:
vanilia
2025-12-11 18:35:43 +07:00
parent 1527884766
commit a892e5ee43
33 changed files with 773 additions and 53 deletions

No files matched your search

@@ -14,6 +14,10 @@ type CreateDto struct {
EncounterClass_Code ere.EncounterClassCode `json:"encounterClass_code" validate:"maxLength=20"`
}
type CreateBulkDto struct {
Value []CreateDto `json:"value"`
}
type ReadListDto struct {
FilterDto
Includes string `json:"includes"`