avniproject / Adolescent-Sewa-Rural

0 stars 0 forks source link

[Adolescent Sewa Rural]: Add a check if the program is exited then no visits should get scheduled. #74

Closed kameshbhariya closed 4 days ago

kameshbhariya commented 1 month ago

Sample code to be added -

`const hasExitedProgram = programEncounter => programEncounter.programEnrolment.programExitDateTime;

 if (!hasExitedProgram(programEncounter)) { 
.........................visit schedule rule
}
`

Add a checklist of the forms updated here -