ongoing seed subspecialist
This commit is contained in:
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"`
|
||||
|
||||
Reference in New Issue
Block a user