Menstrual History
Menstrual History feature allows the user to record and update the menstrual cycle information
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Primary
Update menstrual history
PUT
/v1/{practiceid}/chart/{patientid}/obepisodes/{obepisodeid}/menstrualhistory
BETA: Modifies the patients menstrual history data for the patient's 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