You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docstrings generation was requested by @SauravBizbRolly.
* #99 (comment)
The following files were modified:
* `src/main/java/com/iemr/flw/service/impl/ChildCareServiceImpl.java`
Copy file name to clipboardExpand all lines: src/main/java/com/iemr/flw/service/impl/ChildCareServiceImpl.java
+19-4Lines changed: 19 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -562,6 +562,12 @@ public List<SAMResponseDTO> getSamVisitsByBeneficiary(GetBenRequestHandler reque
562
562
returnsamResponseListDTO;
563
563
}
564
564
565
+
/**
566
+
* Persist a list of ORS distribution records and create corresponding incentive records.
567
+
*
568
+
* @param orsDistributionDTOS list of ORS distribution DTOs; each DTO must include household id, userName, and a fields object containing `num_ors_packets`, `num_under5_children`, and `visit_date`
569
+
* @return a success message "Saved N ORS visit records successfully" when one or more records are saved, or `null` if no records were saved or an error occurred
0 commit comments