POST API/V1/Patients/{patientId}/AdministeredDoses/CreateOrphanDoseFromTemplate
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| patientId | integer |
Required |
Body Parameters
iMDsoft.API.Metavision.Data.Doses.DoseActionDataModels.OrphanDoseFromTemplateData| Name | Description | Type | Additional information |
|---|---|---|---|
| TemplateId | integer |
None. |
|
| TemplateInstanceGuid | globally unique identifier |
None. |
|
| IsHomeMedication | boolean |
None. |
|
| IsSelfAdmin | boolean |
None. |
|
| StartTime | date |
None. |
|
| CoSignPreparationUser | string |
None. |
|
| CosignAdministrationUser | string |
None. |
|
| OrderedBy | string |
None. |
|
| IsPrepared | boolean |
None. |
|
| PumpId | integer |
None. |
|
| AttachedForms | Collection of iMDsoft.API.Metavision.Data.Doses.AttachedForm |
None. |
|
| ActionTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"templateId": 1,
"templateInstanceGuid": "96c980a1-d8ea-4737-811c-646fdfc704a4",
"isHomeMedication": true,
"isSelfAdmin": true,
"startTime": "2026-08-31T15:04:12.2112566+03:00",
"coSignPreparationUser": "sample string 4",
"cosignAdministrationUser": "sample string 5",
"orderedBy": "sample string 6",
"isPrepared": true,
"pumpId": 1,
"attachedForms": [
{
"formId": "43b35639-4313-41c5-8b58-505ff1e34aa8",
"formName": "sample string 2",
"isMandatory": true,
"callerId": "c954c92d-cf2c-4ba8-aec2-3f3e986b4687",
"isCrossPlatform": true,
"hasSession": true
},
{
"formId": "43b35639-4313-41c5-8b58-505ff1e34aa8",
"formName": "sample string 2",
"isMandatory": true,
"callerId": "c954c92d-cf2c-4ba8-aec2-3f3e986b4687",
"isCrossPlatform": true,
"hasSession": true
}
],
"actionTime": "2026-08-31T15:04:12.2112566+03:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.