Delete Reasons

/get/orders/deleteReasons/read

This method has no parameters. It returns a list of the delete reasons from Rx-Universe.

 

Example request.

http://http://localhost:4567/gui#/orders/getOrdersDeletereasons

Returns

[ { "code": "CUS", "desc": "CANCELED BY CUSTOMER" }, { "code": "PTN", "desc": "CANCELLED BY PATIENT" }, { "code": "ALL", "desc": "ALL STOP ON ORDERS" } ]

Â