POST API/V1/Patients/{patientId}/AdministeredDoses/LinkAttachedFormSessionsToDose
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
patientId | integer |
Required |
Body Parameters
iMDsoft.API.Metavision.Data.Doses.LinkedAttachedFormName | Description | Type | Additional information |
---|---|---|---|
DoseId |
FormId |
globally unique identifier |
None. |
FormId |
FormId |
globally unique identifier |
None. |
CallerId |
CallerId of the Form |
globally unique identifier |
None. |
ActionTime |
Action time. in offline case we also support the former report not in the future. |
date |
None. |
DbTimeStamp |
Db time stamp used for checking dose is not stale |
Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{ "doseId": "f38a4867-45bf-4e60-aec6-069a61cf2cf2", "formId": "72bdd943-bef4-4eb3-bb38-40ede80ab47c", "callerId": "03a5928b-2294-48ad-b877-02ce10f06ad9", "actionTime": "2024-11-07T02:30:51.0196479+02:00", "dbTimeStamp": "QEA=" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.