This commit is contained in:
vanilia
2025-12-06 05:06:58 +07:00
parent b454f52039
commit cb950e63e9
12 changed files with 805 additions and 22 deletions

No files matched your search

@@ -35,6 +35,7 @@ func setData[T *e.CreateDto | *e.UpdateDto](input T, data *e.ChemoProtocol) {
data.StartDate = inputSrc.StartDate
data.EndDate = inputSrc.EndDate
data.Status_Code = inputSrc.Status_Code
data
}
func getChemoEncounterReg(event *pl.Event) (*ec.Chemo, error) {