Expected Date of Delivery
Expected Date of Delivery feature allows the user update the EDD information during the clinical OB Episode.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Update expected date of delivery information using 18-20 week inputs
PUT
/v1/{practiceid}/chart/{patientid}/obepisodes/{obepisodeid}/18to20weekeddupdate
BETA: Modifies the expected date of delivery calculations based on the OB episode information during the 18 to 20 week window
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
practiceid
integer
practiceid
patientid
integer
patientid
obepisodeid
integer
obepisodeid
Content-Type
string
Content type of the payload
❙ Request Body
Expand allOutput Parameters
Expand all
success
string
True if the put was successful, otherwise false.
Example Code
Update expected date of delivery information for OB Episode
PUT
/v1/{practiceid}/chart/{patientid}/obepisodes/{obepisodeid}/eddcalculation
BETA: Modifies the expected date of delivery information for an specific OB episode
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
practiceid
integer
practiceid
patientid
integer
patientid
obepisodeid
integer
obepisodeid
Content-Type
string
Content type of the payload
❙ Request Body
Expand allOutput Parameters
Expand all
success
string
True if the put was successful, otherwise false.
Example Code