feat (encouter): not tested yet, also add crud for soapi, adime, sbar

This commit is contained in:
dpurbosakti
2025-09-08 15:18:41 +07:00
parent 1d069414d7
commit cc226b8034
30 changed files with 2264 additions and 2 deletions
@@ -15,6 +15,12 @@ type CreateDto struct {
}
type ReadListDto struct {
FilterDto
Includes string `json:"includes"`
Preloads []string `json:"-"`
}
type FilterDto struct {
Encounter_Id *uint `json:"encounter_id"`
Employee_Id *uint `json:"employee_id"`
Time *time.Time `json:"time"`