drajer-health / eCRNow

Repository for eCRNow app.
Apache License 2.0
37 stars 46 forks source link

Need delete api for phMessage and HealthcareSettings #568

Closed umamaheshwari27 closed 3 months ago

umamaheshwari27 commented 9 months ago

In 2.0 there was a delete api for eicrData and clientdetails: 1)@DeleteMapping(value = "/api/clientDetails") public ResponseEntity deleteClientDetails() https://github.cerner.com/ipaas/eCRNow/blob/6b6a74eb9daf2db3cedcbf3e08e2c224e830d01c/src/main/java/com/drajer/sof/launch/ClientDetailsController.java#L103

2) @DeleteMapping(value = "/api/eicr") public ResponseEntity deleteEicr() https://github.cerner.com/ipaas/eCRNow/blob/6b6a74eb9daf2db3cedcbf3e08e2c224e830d01c/src/main/java/com/drajer/ecrapp/controller/EicrController.java#L217

Similar api is required in 3.0 to delete phMessage and HealthcareSetting.

umamaheshwari27 commented 8 months ago

Please share us an estimated timeline by which APi will be ready. So we can update our internal timelines for release. We are using these apis for ecase post-deploy-tests.

mmatiasalt commented 4 months ago

This defect/request has been fixed in the 3.1.2 release.