drajer-health / eCRNow

Repository for eCRNow app.
Apache License 2.0
41 stars 55 forks source link

Need delete api for phMessage and HealthcareSettings #568

Closed umamaheshwari27 closed 9 months ago

umamaheshwari27 commented 1 year 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 1 year 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 10 months ago

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