Added a new Patch endpoint that allows updates to patient Factor orders.
V4
HCSI-4166
Added a new Patch endpoint that allows updates to patient TPN orders.
V4
HCSI-4169
Fixed a bug where the /progressnotes endpoint did not correctly filter by time (EnteredFrom and EnteredTo), returning results outside the specified range.
V3
HCSI-4205
Added AddressId and AddressEntryId to the /createpatient endpoint.
V4
HCSI-4832
Fixed a bug where the Entity Last Events endpoint did not update all the expected data.
Fixed a bug for the patients orders endpoint where trying to update a PO/INJ/TPN/Factor drug order would produce an error message: "Unsupported prescription format for multi drug functionality./ Prescription format selected on order does not supports multi drug functionality".
V3
HCSI-3315
Fixed a bug for the patient orders endpoint where updating an existing order's authorization from "Blank" to "Automatic" to "Manual" produces an error.
V3
HCSI-3632
Created a new endpoint called Supplier for getting supplier ID from the system when provided a supplier name.
V4
HCSI-4141
Fixed a bug for the patient orders endpoint where the primary payor was allowed to be removed via API without producing an error.
V3
HCSI-4160
Updated the Update IV Orders endpoint to allow setting both the Stop Date and the Sales Representative fields to blank or null.
V3
HCSI-4182
Updated the get delivery ticket endpoint to include the ActualDeliveryDate field.
V3
HCSI-4189
Fixed a bug for the delete document endpoint where using the endpoint would output a "400 Missing Required Parameter error for not supplying the document id but they have" error.
Bug fixed where getting 400 error when calling update clinician visit endpoint with inventoryItemId.
V3
HCSI-3421
Bug fixed where Department, Employer, Employment Status and Quantity were not updating to blanks when updating via the clinician visit endpoint.
V4
HCSI-3431
Bug fixed where users could only update the keyword field and notes field via the update document endpoint when trying to update all the values as blanks for non-required fields.
V3
HCSI-3964
Moved the create document endpoint to the new engine for a performance boost.
V3
HCSI-3999
Created a billing authorization patch endpoint.
V4
HCSI-4011
Fixed a bug where the delivery tickets endpoint was not updating the shippingAddressId field.
Bug fixed for leaving blanks in the Billing Authorization section via API not updating; introduced V4 Billing Authorization endpoints (GET and UPDATE).
V4
HCSI-3963
Moved the V3 Create Patient endpoint to the new V4 engine for a performance boost.
V3
HCSI-4001
Moved the V3 Create Patient Contact endpoint to the new V4 engine for a performance boost.
V3
HCSI-4006
Modified the V4 Delivery Tickets endpoint to split into separate Create and Update endpoints.
V4
HCSI-4008
Bug fixed where the V4 Search Person endpoint did not implement default pagination.
V4
HCSI-4019
Bug fixed for V3 IV Orders where users could add new prescribers not associated with the patient from the order via API.
V3
HCSI-4020
Bug fixed for V3 PO Orders where users could add new prescribers not associated with the patient from the order via API.
V3
HCSI-4021
Bug fixed for V3 TPN Orders where users could add new prescribers not associated with the patient from the order via API.
V3
HCSI-4022
Bug fixed for V3 HME Orders where users could add new prescribers not associated with the patient from the order via API.
Bug fixed where patient update API was not updating the address. Worked as designed in V4; no code changes required.
V3
HCSI-3447
Bug fixed where the delivery tickets endpoint was receiving a 500 error and 404 error for Panther Specialty Pharmacy UAT due to missing /commands/ in the URL.
V3
HCSI-3533
Bug fixed where the Create Person endpoint would allow choosing Referral Source as PersonTypeName and sending no Referral Source.
V3
HCSI-3535
Bug fixed where the purchase orders item receive endpoint was outputting a 500 error.
V3
HCSI-3974
Bug fixed where Paragon was receiving an unexpected error in the Delivery Tickets endpoint.
Bug fixed where the Persons API was not handling a new type of person creation based on the unallowed person types: Person and Application User.
V3
HCSI-3460
Bug fixed where no value for PersonPartyId via the create Person endpoint.
V3
HCSI-3464
Bug fixed where payload used in the Providers endpoint was experiencing an error of missing parameter.
V3
HCSI-3736
Moved the create patient medication profile endpoint to the new engine for a performance boost.
V3
HCSI-3784
Bug fixed where Patients Search endpoint returned empty response for first name and last name inputs due to incorrect assumption about company ID requirement.
V2
HCSI-3957
Bug fixed where Get delivery ticket returned 400 response when including ID and Number in one get request.