solve create trekammedik

This commit is contained in:
vanilia
2025-12-03 12:26:35 +07:00
parent c979a17407
commit cbd1a76011
5 changed files with 21 additions and 15 deletions

No files matched your search

@@ -124,7 +124,8 @@ func Create(input e.CreateDto) (*d.Data, error) {
dataEncounter, err := ReadDetailData(e.ReadDetailDto{
Id: data.Id,
Includes: "Adm_Employee.User,Patient.Person.Relatives," +
Includes: "Adm_Employee.User,Adm_Employee.Person," +
"Patient.Person.Relatives," +
"Patient.Person.VclaimMember,VclaimReference," +
"Patient.Person.Contacts,Patient.Person.Addresses"},
&event, tx)