POST API/V1/Patients/{patientId}/AdministeredDoses/Revise

Request Information

URI Parameters

NameDescriptionTypeAdditional information
patientId

integer

Required

Body Parameters

Collection of iMDsoft.API.Metavision.Data.Doses.DoseActionDataModels.DoseAdministrationData
NameDescriptionTypeAdditional information
Id

The dose Guid. This Guid is the same across multiple dose instance id's

globally unique identifier

None.

DoseForm

Dose form of the medication being administered, for example "Tablet" or "Infusion bag".

iMDsoft.API.Metavision.Data.Data.CodedElement

None.

Route

Route, e.g. "IV" or "Per Os". The route the dose was planned with will be returned. If the dose has no route, null will be returned.

iMDsoft.API.Metavision.Data.Data.CodedElement

None.

Location

Location e.g. "left arm". The location the dose was planned with will be returned. If the dose has no location, null will be returned.

iMDsoft.API.Metavision.Data.Data.CodedElement

None.

StartTime

The start time the dose was planned with.

date

None.

CoSignAdministrationUser

The user who co-signed the dose for administration.

string

None.

CoSignPreparationUser

The user who co-signed the dose for preparation.

string

None.

Comments

Comments entered for the dose.

string

None.

IsSelfAdministered

Indicates whether the dose is self administered.

boolean

None.

IsPrepared

Is dose prepared

boolean

None.

Rate

The drip rate at which the medication should be administered. Whether the main component is in mass or volume unit, rate will be returned (not dose).

iMDsoft.API.Metavision.Data.Data.DripUnitNameAndValueOfSystem.Decimal

None.

InfuseOver

The duration for which the medication should be infused over.

iMDsoft.API.Metavision.Data.Data.UnitNameAndValueOfSystem.Decimal

None.

OrderComponents

List of order components. Represents the dose details grid in the Dose Entry window in MetaVision.

Collection of iMDsoft.API.Metavision.Data.Doses.DoseActionDataModels.ActionOrderComponent

None.

AttachedForms

Attached Forms

Collection of iMDsoft.API.Metavision.Data.Doses.AttachedForm

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:
[
  {
    "id": "ad82597d-b9a0-43c0-a5bf-2059293e3f26",
    "doseForm": {
      "id": 1,
      "code": "sample string 1",
      "description": "sample string 2"
    },
    "route": {
      "id": 1,
      "code": "sample string 1",
      "description": "sample string 2"
    },
    "location": {
      "id": 1,
      "code": "sample string 1",
      "description": "sample string 2"
    },
    "startTime": "2024-09-22T13:23:54.8922242+03:00",
    "coSignAdministrationUser": "sample string 2",
    "coSignPreparationUser": "sample string 3",
    "comments": "sample string 4",
    "isSelfAdministered": true,
    "isPrepared": true,
    "rate": {
      "dripUnit": {
        "id": 1,
        "code": "sample string 1",
        "description": "sample string 2"
      },
      "value": 1.0
    },
    "infuseOver": {
      "unit": {
        "id": 1,
        "code": "sample string 1",
        "description": "sample string 2"
      },
      "value": 1.0
    },
    "orderComponents": [
      {
        "medication": {
          "id": 1,
          "code": "sample string 1",
          "description": "sample string 2"
        },
        "quantityVolume": {
          "unit": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "value": 1.0
        },
        "ampouleDiluent": {
          "medication": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "product": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "volume": {
            "unit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "value": 1.0
          }
        },
        "products": [
          {
            "key": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "quantityVolume": {
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "value": 1.0
            },
            "barcodeInformation": "sample string 1",
            "substitution": {
              "disallowed": true,
              "reason": "sample string 2"
            }
          },
          {
            "key": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "quantityVolume": {
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "value": 1.0
            },
            "barcodeInformation": "sample string 1",
            "substitution": {
              "disallowed": true,
              "reason": "sample string 2"
            }
          }
        ],
        "componentType": "None"
      },
      {
        "medication": {
          "id": 1,
          "code": "sample string 1",
          "description": "sample string 2"
        },
        "quantityVolume": {
          "unit": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "value": 1.0
        },
        "ampouleDiluent": {
          "medication": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "product": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "volume": {
            "unit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "value": 1.0
          }
        },
        "products": [
          {
            "key": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "quantityVolume": {
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "value": 1.0
            },
            "barcodeInformation": "sample string 1",
            "substitution": {
              "disallowed": true,
              "reason": "sample string 2"
            }
          },
          {
            "key": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "quantityVolume": {
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "value": 1.0
            },
            "barcodeInformation": "sample string 1",
            "substitution": {
              "disallowed": true,
              "reason": "sample string 2"
            }
          }
        ],
        "componentType": "None"
      }
    ],
    "attachedForms": [
      {
        "formId": "9c706b3e-b6c2-4cb1-b4e9-b536f074481e",
        "formName": "sample string 2",
        "isMandatory": true,
        "callerId": "16bdd7f0-2b55-4763-abbb-23290c002b77",
        "isCrossPlatform": true
      },
      {
        "formId": "9c706b3e-b6c2-4cb1-b4e9-b536f074481e",
        "formName": "sample string 2",
        "isMandatory": true,
        "callerId": "16bdd7f0-2b55-4763-abbb-23290c002b77",
        "isCrossPlatform": true
      }
    ],
    "actionTime": "2024-09-22T13:23:54.8922242+03:00",
    "dbTimeStamp": "QEA="
  },
  {
    "id": "ad82597d-b9a0-43c0-a5bf-2059293e3f26",
    "doseForm": {
      "id": 1,
      "code": "sample string 1",
      "description": "sample string 2"
    },
    "route": {
      "id": 1,
      "code": "sample string 1",
      "description": "sample string 2"
    },
    "location": {
      "id": 1,
      "code": "sample string 1",
      "description": "sample string 2"
    },
    "startTime": "2024-09-22T13:23:54.8922242+03:00",
    "coSignAdministrationUser": "sample string 2",
    "coSignPreparationUser": "sample string 3",
    "comments": "sample string 4",
    "isSelfAdministered": true,
    "isPrepared": true,
    "rate": {
      "dripUnit": {
        "id": 1,
        "code": "sample string 1",
        "description": "sample string 2"
      },
      "value": 1.0
    },
    "infuseOver": {
      "unit": {
        "id": 1,
        "code": "sample string 1",
        "description": "sample string 2"
      },
      "value": 1.0
    },
    "orderComponents": [
      {
        "medication": {
          "id": 1,
          "code": "sample string 1",
          "description": "sample string 2"
        },
        "quantityVolume": {
          "unit": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "value": 1.0
        },
        "ampouleDiluent": {
          "medication": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "product": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "volume": {
            "unit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "value": 1.0
          }
        },
        "products": [
          {
            "key": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "quantityVolume": {
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "value": 1.0
            },
            "barcodeInformation": "sample string 1",
            "substitution": {
              "disallowed": true,
              "reason": "sample string 2"
            }
          },
          {
            "key": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "quantityVolume": {
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "value": 1.0
            },
            "barcodeInformation": "sample string 1",
            "substitution": {
              "disallowed": true,
              "reason": "sample string 2"
            }
          }
        ],
        "componentType": "None"
      },
      {
        "medication": {
          "id": 1,
          "code": "sample string 1",
          "description": "sample string 2"
        },
        "quantityVolume": {
          "unit": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "value": 1.0
        },
        "ampouleDiluent": {
          "medication": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "product": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "volume": {
            "unit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "value": 1.0
          }
        },
        "products": [
          {
            "key": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "quantityVolume": {
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "value": 1.0
            },
            "barcodeInformation": "sample string 1",
            "substitution": {
              "disallowed": true,
              "reason": "sample string 2"
            }
          },
          {
            "key": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "quantityVolume": {
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "value": 1.0
            },
            "barcodeInformation": "sample string 1",
            "substitution": {
              "disallowed": true,
              "reason": "sample string 2"
            }
          }
        ],
        "componentType": "None"
      }
    ],
    "attachedForms": [
      {
        "formId": "9c706b3e-b6c2-4cb1-b4e9-b536f074481e",
        "formName": "sample string 2",
        "isMandatory": true,
        "callerId": "16bdd7f0-2b55-4763-abbb-23290c002b77",
        "isCrossPlatform": true
      },
      {
        "formId": "9c706b3e-b6c2-4cb1-b4e9-b536f074481e",
        "formName": "sample string 2",
        "isMandatory": true,
        "callerId": "16bdd7f0-2b55-4763-abbb-23290c002b77",
        "isCrossPlatform": true
      }
    ],
    "actionTime": "2024-09-22T13:23:54.8922242+03:00",
    "dbTimeStamp": "QEA="
  }
]

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

Collection of iMDsoft.API.Metavision.Data.Doses.DoseResultOfiMDsoft.API.Metavision.Data.Doses.Dose
NameDescriptionTypeAdditional information
DoseData

iMDsoft.API.Metavision.Data.Doses.Dose

None.

DoseId

globally unique identifier

None.

DoseInstanceId

integer

None.

TemplateId

integer

None.

TemplateInstanceGuid

globally unique identifier

None.

ValidationErrors

Collection of iMDsoft.API.Metavision.Data.Doses.ValidationError

None.

DetectedIssues

Collection of iMDsoft.API.Metavision.Data.Doses.DetectedIssue

None.

IsSuccess

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "doseData": {
      "doseId": 1,
      "id": "ea9be987-734b-4844-a48b-8f75b90d9006",
      "doseInstanceId": 2,
      "patientId": 3,
      "orderId": 4,
      "orderGuid": "3c317759-0ab2-43dc-a1c9-b7109d5fb8bb",
      "orderHistoryId": 1,
      "route": {
        "id": 1,
        "code": "sample string 1",
        "description": "sample string 2"
      },
      "location": {
        "id": 1,
        "code": "sample string 1",
        "description": "sample string 2"
      },
      "startTime": "2024-09-22T13:23:54.8922242+03:00",
      "endTime": "2024-09-22T13:23:54.8922242+03:00",
      "coSignAdministrationUser": "sample string 6",
      "enteredByUser": "sample string 7",
      "enteredTime": "2024-09-22T13:23:54.8922242+03:00",
      "updateTime": "2024-09-22T13:23:54.8922242+03:00",
      "orderedByUser": "sample string 10",
      "coSignPreparationUser": "sample string 11",
      "dosingWeightType": "sample string 12",
      "weight": 1.0,
      "weightUnit": {
        "id": 1,
        "code": "sample string 1",
        "description": "sample string 2"
      },
      "status": "sample string 13",
      "statusReasonId": 1,
      "statusReason": "sample string 14",
      "statusReasonComments": "sample string 15",
      "hasWarning": true,
      "comments": "sample string 17",
      "isSelfAdministered": true,
      "isPlanned": true,
      "rate": {
        "isVariable": true,
        "unit": {
          "id": 1,
          "code": "sample string 1",
          "description": "sample string 2"
        },
        "value": 1.0
      },
      "infuseOver": {
        "unit": {
          "id": 1,
          "code": "sample string 1",
          "description": "sample string 2"
        },
        "value": 1.0
      },
      "orderComponents": [
        {
          "medication": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "medicationDoseForm": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "quantityVolume": {
            "unit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "value": 1.0
          },
          "ampouleDiluent": {
            "medication": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "product": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "volume": {
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "value": 1.0
            }
          },
          "concentrationRatio": {
            "value": 1.0,
            "unit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "volumeUnit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            }
          },
          "products": [
            {
              "key": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "quantityVolume": {
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "value": 1.0
              },
              "barcodeInformation": "sample string 1",
              "substitution": {
                "disallowed": true,
                "reason": "sample string 2"
              }
            },
            {
              "key": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "quantityVolume": {
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "value": 1.0
              },
              "barcodeInformation": "sample string 1",
              "substitution": {
                "disallowed": true,
                "reason": "sample string 2"
              }
            }
          ],
          "componentType": "None"
        },
        {
          "medication": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "medicationDoseForm": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "quantityVolume": {
            "unit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "value": 1.0
          },
          "ampouleDiluent": {
            "medication": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "product": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "volume": {
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "value": 1.0
            }
          },
          "concentrationRatio": {
            "value": 1.0,
            "unit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "volumeUnit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            }
          },
          "products": [
            {
              "key": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "quantityVolume": {
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "value": 1.0
              },
              "barcodeInformation": "sample string 1",
              "substitution": {
                "disallowed": true,
                "reason": "sample string 2"
              }
            },
            {
              "key": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "quantityVolume": {
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "value": 1.0
              },
              "barcodeInformation": "sample string 1",
              "substitution": {
                "disallowed": true,
                "reason": "sample string 2"
              }
            }
          ],
          "componentType": "None"
        }
      ],
      "sections": [
        {
          "startTime": "2024-09-22T13:23:54.8922242+03:00",
          "endTime": "2024-09-22T13:23:54.8922242+03:00",
          "rate": {
            "dripUnit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "value": 1.0
          },
          "infuseOver": {
            "unit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "value": 1.0
          },
          "orderComponents": [
            {
              "medication": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "medicationDoseForm": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "quantityVolume": {
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "value": 1.0
              },
              "ampouleDiluent": {
                "medication": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "product": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "volume": {
                  "unit": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "value": 1.0
                }
              },
              "concentrationRatio": {
                "value": 1.0,
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "volumeUnit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                }
              },
              "products": [
                {
                  "key": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "quantityVolume": {
                    "unit": {
                      "id": 1,
                      "code": "sample string 1",
                      "description": "sample string 2"
                    },
                    "value": 1.0
                  },
                  "barcodeInformation": "sample string 1",
                  "substitution": {
                    "disallowed": true,
                    "reason": "sample string 2"
                  }
                },
                {
                  "key": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "quantityVolume": {
                    "unit": {
                      "id": 1,
                      "code": "sample string 1",
                      "description": "sample string 2"
                    },
                    "value": 1.0
                  },
                  "barcodeInformation": "sample string 1",
                  "substitution": {
                    "disallowed": true,
                    "reason": "sample string 2"
                  }
                }
              ],
              "componentType": "None"
            },
            {
              "medication": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "medicationDoseForm": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "quantityVolume": {
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "value": 1.0
              },
              "ampouleDiluent": {
                "medication": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "product": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "volume": {
                  "unit": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "value": 1.0
                }
              },
              "concentrationRatio": {
                "value": 1.0,
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "volumeUnit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                }
              },
              "products": [
                {
                  "key": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "quantityVolume": {
                    "unit": {
                      "id": 1,
                      "code": "sample string 1",
                      "description": "sample string 2"
                    },
                    "value": 1.0
                  },
                  "barcodeInformation": "sample string 1",
                  "substitution": {
                    "disallowed": true,
                    "reason": "sample string 2"
                  }
                },
                {
                  "key": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "quantityVolume": {
                    "unit": {
                      "id": 1,
                      "code": "sample string 1",
                      "description": "sample string 2"
                    },
                    "value": 1.0
                  },
                  "barcodeInformation": "sample string 1",
                  "substitution": {
                    "disallowed": true,
                    "reason": "sample string 2"
                  }
                }
              ],
              "componentType": "None"
            }
          ]
        },
        {
          "startTime": "2024-09-22T13:23:54.8922242+03:00",
          "endTime": "2024-09-22T13:23:54.8922242+03:00",
          "rate": {
            "dripUnit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "value": 1.0
          },
          "infuseOver": {
            "unit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "value": 1.0
          },
          "orderComponents": [
            {
              "medication": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "medicationDoseForm": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "quantityVolume": {
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "value": 1.0
              },
              "ampouleDiluent": {
                "medication": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "product": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "volume": {
                  "unit": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "value": 1.0
                }
              },
              "concentrationRatio": {
                "value": 1.0,
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "volumeUnit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                }
              },
              "products": [
                {
                  "key": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "quantityVolume": {
                    "unit": {
                      "id": 1,
                      "code": "sample string 1",
                      "description": "sample string 2"
                    },
                    "value": 1.0
                  },
                  "barcodeInformation": "sample string 1",
                  "substitution": {
                    "disallowed": true,
                    "reason": "sample string 2"
                  }
                },
                {
                  "key": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "quantityVolume": {
                    "unit": {
                      "id": 1,
                      "code": "sample string 1",
                      "description": "sample string 2"
                    },
                    "value": 1.0
                  },
                  "barcodeInformation": "sample string 1",
                  "substitution": {
                    "disallowed": true,
                    "reason": "sample string 2"
                  }
                }
              ],
              "componentType": "None"
            },
            {
              "medication": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "medicationDoseForm": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "quantityVolume": {
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "value": 1.0
              },
              "ampouleDiluent": {
                "medication": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "product": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "volume": {
                  "unit": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "value": 1.0
                }
              },
              "concentrationRatio": {
                "value": 1.0,
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "volumeUnit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                }
              },
              "products": [
                {
                  "key": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "quantityVolume": {
                    "unit": {
                      "id": 1,
                      "code": "sample string 1",
                      "description": "sample string 2"
                    },
                    "value": 1.0
                  },
                  "barcodeInformation": "sample string 1",
                  "substitution": {
                    "disallowed": true,
                    "reason": "sample string 2"
                  }
                },
                {
                  "key": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "quantityVolume": {
                    "unit": {
                      "id": 1,
                      "code": "sample string 1",
                      "description": "sample string 2"
                    },
                    "value": 1.0
                  },
                  "barcodeInformation": "sample string 1",
                  "substitution": {
                    "disallowed": true,
                    "reason": "sample string 2"
                  }
                }
              ],
              "componentType": "None"
            }
          ]
        }
      ],
      "attachedForms": [
        {
          "formId": "641dc169-ae05-4784-865e-23fc10dcb989",
          "formName": "sample string 2",
          "isMandatory": true,
          "callerId": "fc7fada9-9db8-4281-8671-3b0e8c585da3",
          "isCrossPlatform": true
        },
        {
          "formId": "641dc169-ae05-4784-865e-23fc10dcb989",
          "formName": "sample string 2",
          "isMandatory": true,
          "callerId": "fc7fada9-9db8-4281-8671-3b0e8c585da3",
          "isCrossPlatform": true
        }
      ],
      "dbTimeStamp": "QEA=",
      "detectedIssues": [
        {
          "issueId": "None",
          "description": "sample string 1",
          "severity": "Minor",
          "requiredMitigation": "Acknowledge",
          "mitigation": {
            "acknowledged": true,
            "coSignUser": "sample string 2",
            "reason": "sample string 3"
          }
        },
        {
          "issueId": "None",
          "description": "sample string 1",
          "severity": "Minor",
          "requiredMitigation": "Acknowledge",
          "mitigation": {
            "acknowledged": true,
            "coSignUser": "sample string 2",
            "reason": "sample string 3"
          }
        }
      ],
      "nextPrnDoseId": "fc7503cc-bfa9-4cb0-8e49-ecf3a99de943"
    },
    "doseId": "18e0ebb8-4c6d-4aa4-8650-50307399746b",
    "doseInstanceId": 1,
    "templateId": 1,
    "templateInstanceGuid": "83ca2b4e-d777-42bd-929c-3a94d02acd36",
    "validationErrors": [
      {
        "errorCode": 0,
        "description": "sample string 1"
      },
      {
        "errorCode": 0,
        "description": "sample string 1"
      }
    ],
    "detectedIssues": [
      {
        "issueId": "None",
        "description": "sample string 1",
        "severity": "Minor",
        "requiredMitigation": "Acknowledge",
        "mitigation": {
          "acknowledged": true,
          "coSignUser": "sample string 2",
          "reason": "sample string 3"
        }
      },
      {
        "issueId": "None",
        "description": "sample string 1",
        "severity": "Minor",
        "requiredMitigation": "Acknowledge",
        "mitigation": {
          "acknowledged": true,
          "coSignUser": "sample string 2",
          "reason": "sample string 3"
        }
      }
    ],
    "isSuccess": true
  },
  {
    "doseData": {
      "doseId": 1,
      "id": "ea9be987-734b-4844-a48b-8f75b90d9006",
      "doseInstanceId": 2,
      "patientId": 3,
      "orderId": 4,
      "orderGuid": "3c317759-0ab2-43dc-a1c9-b7109d5fb8bb",
      "orderHistoryId": 1,
      "route": {
        "id": 1,
        "code": "sample string 1",
        "description": "sample string 2"
      },
      "location": {
        "id": 1,
        "code": "sample string 1",
        "description": "sample string 2"
      },
      "startTime": "2024-09-22T13:23:54.8922242+03:00",
      "endTime": "2024-09-22T13:23:54.8922242+03:00",
      "coSignAdministrationUser": "sample string 6",
      "enteredByUser": "sample string 7",
      "enteredTime": "2024-09-22T13:23:54.8922242+03:00",
      "updateTime": "2024-09-22T13:23:54.8922242+03:00",
      "orderedByUser": "sample string 10",
      "coSignPreparationUser": "sample string 11",
      "dosingWeightType": "sample string 12",
      "weight": 1.0,
      "weightUnit": {
        "id": 1,
        "code": "sample string 1",
        "description": "sample string 2"
      },
      "status": "sample string 13",
      "statusReasonId": 1,
      "statusReason": "sample string 14",
      "statusReasonComments": "sample string 15",
      "hasWarning": true,
      "comments": "sample string 17",
      "isSelfAdministered": true,
      "isPlanned": true,
      "rate": {
        "isVariable": true,
        "unit": {
          "id": 1,
          "code": "sample string 1",
          "description": "sample string 2"
        },
        "value": 1.0
      },
      "infuseOver": {
        "unit": {
          "id": 1,
          "code": "sample string 1",
          "description": "sample string 2"
        },
        "value": 1.0
      },
      "orderComponents": [
        {
          "medication": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "medicationDoseForm": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "quantityVolume": {
            "unit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "value": 1.0
          },
          "ampouleDiluent": {
            "medication": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "product": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "volume": {
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "value": 1.0
            }
          },
          "concentrationRatio": {
            "value": 1.0,
            "unit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "volumeUnit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            }
          },
          "products": [
            {
              "key": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "quantityVolume": {
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "value": 1.0
              },
              "barcodeInformation": "sample string 1",
              "substitution": {
                "disallowed": true,
                "reason": "sample string 2"
              }
            },
            {
              "key": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "quantityVolume": {
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "value": 1.0
              },
              "barcodeInformation": "sample string 1",
              "substitution": {
                "disallowed": true,
                "reason": "sample string 2"
              }
            }
          ],
          "componentType": "None"
        },
        {
          "medication": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "medicationDoseForm": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "quantityVolume": {
            "unit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "value": 1.0
          },
          "ampouleDiluent": {
            "medication": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "product": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "volume": {
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "value": 1.0
            }
          },
          "concentrationRatio": {
            "value": 1.0,
            "unit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "volumeUnit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            }
          },
          "products": [
            {
              "key": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "quantityVolume": {
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "value": 1.0
              },
              "barcodeInformation": "sample string 1",
              "substitution": {
                "disallowed": true,
                "reason": "sample string 2"
              }
            },
            {
              "key": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "quantityVolume": {
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "value": 1.0
              },
              "barcodeInformation": "sample string 1",
              "substitution": {
                "disallowed": true,
                "reason": "sample string 2"
              }
            }
          ],
          "componentType": "None"
        }
      ],
      "sections": [
        {
          "startTime": "2024-09-22T13:23:54.8922242+03:00",
          "endTime": "2024-09-22T13:23:54.8922242+03:00",
          "rate": {
            "dripUnit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "value": 1.0
          },
          "infuseOver": {
            "unit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "value": 1.0
          },
          "orderComponents": [
            {
              "medication": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "medicationDoseForm": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "quantityVolume": {
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "value": 1.0
              },
              "ampouleDiluent": {
                "medication": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "product": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "volume": {
                  "unit": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "value": 1.0
                }
              },
              "concentrationRatio": {
                "value": 1.0,
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "volumeUnit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                }
              },
              "products": [
                {
                  "key": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "quantityVolume": {
                    "unit": {
                      "id": 1,
                      "code": "sample string 1",
                      "description": "sample string 2"
                    },
                    "value": 1.0
                  },
                  "barcodeInformation": "sample string 1",
                  "substitution": {
                    "disallowed": true,
                    "reason": "sample string 2"
                  }
                },
                {
                  "key": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "quantityVolume": {
                    "unit": {
                      "id": 1,
                      "code": "sample string 1",
                      "description": "sample string 2"
                    },
                    "value": 1.0
                  },
                  "barcodeInformation": "sample string 1",
                  "substitution": {
                    "disallowed": true,
                    "reason": "sample string 2"
                  }
                }
              ],
              "componentType": "None"
            },
            {
              "medication": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "medicationDoseForm": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "quantityVolume": {
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "value": 1.0
              },
              "ampouleDiluent": {
                "medication": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "product": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "volume": {
                  "unit": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "value": 1.0
                }
              },
              "concentrationRatio": {
                "value": 1.0,
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "volumeUnit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                }
              },
              "products": [
                {
                  "key": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "quantityVolume": {
                    "unit": {
                      "id": 1,
                      "code": "sample string 1",
                      "description": "sample string 2"
                    },
                    "value": 1.0
                  },
                  "barcodeInformation": "sample string 1",
                  "substitution": {
                    "disallowed": true,
                    "reason": "sample string 2"
                  }
                },
                {
                  "key": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "quantityVolume": {
                    "unit": {
                      "id": 1,
                      "code": "sample string 1",
                      "description": "sample string 2"
                    },
                    "value": 1.0
                  },
                  "barcodeInformation": "sample string 1",
                  "substitution": {
                    "disallowed": true,
                    "reason": "sample string 2"
                  }
                }
              ],
              "componentType": "None"
            }
          ]
        },
        {
          "startTime": "2024-09-22T13:23:54.8922242+03:00",
          "endTime": "2024-09-22T13:23:54.8922242+03:00",
          "rate": {
            "dripUnit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "value": 1.0
          },
          "infuseOver": {
            "unit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "value": 1.0
          },
          "orderComponents": [
            {
              "medication": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "medicationDoseForm": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "quantityVolume": {
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "value": 1.0
              },
              "ampouleDiluent": {
                "medication": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "product": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "volume": {
                  "unit": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "value": 1.0
                }
              },
              "concentrationRatio": {
                "value": 1.0,
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "volumeUnit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                }
              },
              "products": [
                {
                  "key": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "quantityVolume": {
                    "unit": {
                      "id": 1,
                      "code": "sample string 1",
                      "description": "sample string 2"
                    },
                    "value": 1.0
                  },
                  "barcodeInformation": "sample string 1",
                  "substitution": {
                    "disallowed": true,
                    "reason": "sample string 2"
                  }
                },
                {
                  "key": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "quantityVolume": {
                    "unit": {
                      "id": 1,
                      "code": "sample string 1",
                      "description": "sample string 2"
                    },
                    "value": 1.0
                  },
                  "barcodeInformation": "sample string 1",
                  "substitution": {
                    "disallowed": true,
                    "reason": "sample string 2"
                  }
                }
              ],
              "componentType": "None"
            },
            {
              "medication": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "medicationDoseForm": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "quantityVolume": {
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "value": 1.0
              },
              "ampouleDiluent": {
                "medication": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "product": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "volume": {
                  "unit": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "value": 1.0
                }
              },
              "concentrationRatio": {
                "value": 1.0,
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "volumeUnit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                }
              },
              "products": [
                {
                  "key": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "quantityVolume": {
                    "unit": {
                      "id": 1,
                      "code": "sample string 1",
                      "description": "sample string 2"
                    },
                    "value": 1.0
                  },
                  "barcodeInformation": "sample string 1",
                  "substitution": {
                    "disallowed": true,
                    "reason": "sample string 2"
                  }
                },
                {
                  "key": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "quantityVolume": {
                    "unit": {
                      "id": 1,
                      "code": "sample string 1",
                      "description": "sample string 2"
                    },
                    "value": 1.0
                  },
                  "barcodeInformation": "sample string 1",
                  "substitution": {
                    "disallowed": true,
                    "reason": "sample string 2"
                  }
                }
              ],
              "componentType": "None"
            }
          ]
        }
      ],
      "attachedForms": [
        {
          "formId": "641dc169-ae05-4784-865e-23fc10dcb989",
          "formName": "sample string 2",
          "isMandatory": true,
          "callerId": "fc7fada9-9db8-4281-8671-3b0e8c585da3",
          "isCrossPlatform": true
        },
        {
          "formId": "641dc169-ae05-4784-865e-23fc10dcb989",
          "formName": "sample string 2",
          "isMandatory": true,
          "callerId": "fc7fada9-9db8-4281-8671-3b0e8c585da3",
          "isCrossPlatform": true
        }
      ],
      "dbTimeStamp": "QEA=",
      "detectedIssues": [
        {
          "issueId": "None",
          "description": "sample string 1",
          "severity": "Minor",
          "requiredMitigation": "Acknowledge",
          "mitigation": {
            "acknowledged": true,
            "coSignUser": "sample string 2",
            "reason": "sample string 3"
          }
        },
        {
          "issueId": "None",
          "description": "sample string 1",
          "severity": "Minor",
          "requiredMitigation": "Acknowledge",
          "mitigation": {
            "acknowledged": true,
            "coSignUser": "sample string 2",
            "reason": "sample string 3"
          }
        }
      ],
      "nextPrnDoseId": "fc7503cc-bfa9-4cb0-8e49-ecf3a99de943"
    },
    "doseId": "18e0ebb8-4c6d-4aa4-8650-50307399746b",
    "doseInstanceId": 1,
    "templateId": 1,
    "templateInstanceGuid": "83ca2b4e-d777-42bd-929c-3a94d02acd36",
    "validationErrors": [
      {
        "errorCode": 0,
        "description": "sample string 1"
      },
      {
        "errorCode": 0,
        "description": "sample string 1"
      }
    ],
    "detectedIssues": [
      {
        "issueId": "None",
        "description": "sample string 1",
        "severity": "Minor",
        "requiredMitigation": "Acknowledge",
        "mitigation": {
          "acknowledged": true,
          "coSignUser": "sample string 2",
          "reason": "sample string 3"
        }
      },
      {
        "issueId": "None",
        "description": "sample string 1",
        "severity": "Minor",
        "requiredMitigation": "Acknowledge",
        "mitigation": {
          "acknowledged": true,
          "coSignUser": "sample string 2",
          "reason": "sample string 3"
        }
      }
    ],
    "isSuccess": true
  }
]