feat (encounter): create-with-patient wip

This commit is contained in:
dpurbosakti
2025-12-11 17:55:22 +07:00
committed by munawwirul_jamal
parent 355f773fec
commit 741b5069ec
7 changed files with 218 additions and 10 deletions

No files matched your search

@@ -297,3 +297,8 @@ func ToResponseList(data []Encounter) []ResponseDto {
}
return resp
}
type CreateWithPatientDto struct {
Encounter CreateDto `json:"encounter"`
Patient ep.CreateDto `json:"patient"`
}