GET api/RotationAnalysis?token={token}&startDateTime={startDateTime}&endDateTime={endDateTime}&mandatorId={mandatorId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| startDateTime | string |
Required |
|
| endDateTime | string |
Required |
|
| mandatorId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MDLRotationAnalysis| Name | Description | Type | Additional information |
|---|---|---|---|
| ProcedureReleaseId | integer |
None. |
|
| SetTypeName | string |
None. |
|
| DepartmentName | string |
None. |
|
| CostCenterIdentifier | string |
None. |
|
| CostCenterId | integer |
None. |
|
| SetTypeId | integer |
None. |
|
| SterilizedEquipmentSize | decimal number |
None. |
|
| SetTypeNumber | string |
None. |
|
| Runs | integer |
None. |
|
| SetCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProcedureReleaseId": 1,
"SetTypeName": "sample string 2",
"DepartmentName": "sample string 3",
"CostCenterIdentifier": "sample string 4",
"CostCenterId": 5,
"SetTypeId": 6,
"SterilizedEquipmentSize": 7.0,
"SetTypeNumber": "sample string 8",
"Runs": 9,
"SetCount": 10
},
{
"ProcedureReleaseId": 1,
"SetTypeName": "sample string 2",
"DepartmentName": "sample string 3",
"CostCenterIdentifier": "sample string 4",
"CostCenterId": 5,
"SetTypeId": 6,
"SterilizedEquipmentSize": 7.0,
"SetTypeNumber": "sample string 8",
"Runs": 9,
"SetCount": 10
}
]
application/xml, text/xml
Sample:
<ArrayOfMDLRotationAnalysis xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Asanus.BarCon.Middleware.Models">
<MDLRotationAnalysis>
<CostCenterId>5</CostCenterId>
<CostCenterIdentifier>sample string 4</CostCenterIdentifier>
<DepartmentName>sample string 3</DepartmentName>
<ProcedureReleaseId>1</ProcedureReleaseId>
<Runs>9</Runs>
<SetCount>10</SetCount>
<SetTypeId>6</SetTypeId>
<SetTypeName>sample string 2</SetTypeName>
<SetTypeNumber>sample string 8</SetTypeNumber>
<SterilizedEquipmentSize>7</SterilizedEquipmentSize>
</MDLRotationAnalysis>
<MDLRotationAnalysis>
<CostCenterId>5</CostCenterId>
<CostCenterIdentifier>sample string 4</CostCenterIdentifier>
<DepartmentName>sample string 3</DepartmentName>
<ProcedureReleaseId>1</ProcedureReleaseId>
<Runs>9</Runs>
<SetCount>10</SetCount>
<SetTypeId>6</SetTypeId>
<SetTypeName>sample string 2</SetTypeName>
<SetTypeNumber>sample string 8</SetTypeNumber>
<SterilizedEquipmentSize>7</SterilizedEquipmentSize>
</MDLRotationAnalysis>
</ArrayOfMDLRotationAnalysis>