feat (encounter): create-with-patient wip

This commit is contained in:
dpurbosakti
2025-12-11 15:29:01 +07:00
committed by Munawwirul Jamal
parent 355f773fec
commit 741b5069ec
7 changed files with 218 additions and 10 deletions
@@ -297,3 +297,8 @@ func ToResponseList(data []Encounter) []ResponseDto {
}
return resp
}
type CreateWithPatientDto struct {
Encounter CreateDto `json:"encounter"`
Patient ep.CreateDto `json:"patient"`
}