POST api/account/SampleCollectionForAppointment
Request Information
URI Parameters
None.
Body Parameters
DTOSampleCollection| Name | Description | Type | Additional information |
|---|---|---|---|
| IsInvestigationQueue | boolean |
None. |
|
| PatientId | globally unique identifier |
None. |
|
| VisitNo | string |
None. |
|
| statusBit | integer |
None. |
|
| DepartmentId | globally unique identifier |
None. |
|
| SubDepartmentId | globally unique identifier |
None. |
|
| DoctorId | globally unique identifier |
None. |
|
| SubServiceId | globally unique identifier |
None. |
|
| RoleId | globally unique identifier |
None. |
|
| DesignationId | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| PatientCheckInId | globally unique identifier |
None. |
|
| ListLabServiceDataDetail | Collection of DTOLabPatientDetailQueue |
None. |
|
| PaidAmount | integer |
None. |
|
| SubDepartmentManualCodeString | string |
None. |
|
| SampleCollectionStickerCount | integer |
None. |
|
| AutoNumberGenerated | string |
None. |
|
| AutoNumberGenerationLabelText | string |
None. |
|
| SessionUserId | globally unique identifier |
None. |
|
| AppointmentNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsInvestigationQueue": true,
"PatientId": "00e1bf23-1a94-470e-bcb1-109bc65ea2ca",
"VisitNo": "sample string 3",
"statusBit": 4,
"DepartmentId": "7c02d1bb-3da4-44e7-b2a4-f896c9cb82c8",
"SubDepartmentId": "a1baad21-128e-4658-b75c-5c6fd5677224",
"DoctorId": "7949d260-26c1-4a1c-b83f-c3dd13f5dacf",
"SubServiceId": "ba3b5897-bb15-4985-af7b-ac12a34e9673",
"RoleId": "be0f5666-3d94-4e6f-b42e-8c5d29a431ed",
"DesignationId": "110798a9-e4d4-46a3-a466-2465029d84d5",
"UserId": "04fecc08-ddf0-4fcf-aa16-c7937e51564f",
"PatientCheckInId": "4d8fde3c-402a-4bad-bf75-531f38d57b43",
"ListLabServiceDataDetail": [
{
"SrNo": 1,
"Id": "7bd2f873-afcf-40f0-8683-f21f10776b9e",
"PatientLabCheckInId": "7a438c6e-4472-44a8-94f3-ed96afe3be6b",
"PatientId": "ad601f64-5c01-47d3-b601-17efd1e6c0bf",
"DepartmentId": "3eeaf032-6876-4f51-a612-46ec48e6182a",
"SubDepartmentId": "7db51489-cc7a-4505-84e6-e9b306842559",
"UserId": "4238b0ca-6aa5-475b-87c9-3c157ae0f4ef",
"DesignationId": "aea29361-40b2-43a8-9d37-f3879c1901fd",
"RoleId": "2c498db7-07c0-4935-885b-892ea89e1ded",
"IsInPatient": true,
"PatientVisitNo": "sample string 3",
"SubserviceName": "sample string 4",
"PrescribedbyName": "sample string 5",
"Charges": 1.1,
"PrescribedQuantity": 6,
"TotalCharges": 1.1,
"VisitTime": "2025-12-17T08:54:06.3325661+05:00",
"Total": 1.1,
"PatientStatusId": "7a0e9982-e961-469a-b148-dc1cf400626f",
"SubServiceId": "de714425-aaff-4a09-9a9e-07f19117c5f0",
"PatientStatusValue": 8,
"ServiceTotal": 1.1,
"IsOutsideSample": true,
"OutSourcedBranchId": "4e06fe1f-96ff-4e0c-b345-8701e97408b4",
"OutSideSampleComments": "sample string 10",
"ConsumtionItems": "sample string 11",
"Html": "sample string 12",
"PrescribedBy": "sample string 13",
"PatientEntitled": 14,
"AutoNumberGenerated": "sample string 15",
"AutoNumberGenerationLabelText": "sample string 16"
},
{
"SrNo": 1,
"Id": "7bd2f873-afcf-40f0-8683-f21f10776b9e",
"PatientLabCheckInId": "7a438c6e-4472-44a8-94f3-ed96afe3be6b",
"PatientId": "ad601f64-5c01-47d3-b601-17efd1e6c0bf",
"DepartmentId": "3eeaf032-6876-4f51-a612-46ec48e6182a",
"SubDepartmentId": "7db51489-cc7a-4505-84e6-e9b306842559",
"UserId": "4238b0ca-6aa5-475b-87c9-3c157ae0f4ef",
"DesignationId": "aea29361-40b2-43a8-9d37-f3879c1901fd",
"RoleId": "2c498db7-07c0-4935-885b-892ea89e1ded",
"IsInPatient": true,
"PatientVisitNo": "sample string 3",
"SubserviceName": "sample string 4",
"PrescribedbyName": "sample string 5",
"Charges": 1.1,
"PrescribedQuantity": 6,
"TotalCharges": 1.1,
"VisitTime": "2025-12-17T08:54:06.3325661+05:00",
"Total": 1.1,
"PatientStatusId": "7a0e9982-e961-469a-b148-dc1cf400626f",
"SubServiceId": "de714425-aaff-4a09-9a9e-07f19117c5f0",
"PatientStatusValue": 8,
"ServiceTotal": 1.1,
"IsOutsideSample": true,
"OutSourcedBranchId": "4e06fe1f-96ff-4e0c-b345-8701e97408b4",
"OutSideSampleComments": "sample string 10",
"ConsumtionItems": "sample string 11",
"Html": "sample string 12",
"PrescribedBy": "sample string 13",
"PatientEntitled": 14,
"AutoNumberGenerated": "sample string 15",
"AutoNumberGenerationLabelText": "sample string 16"
}
],
"PaidAmount": 1,
"SubDepartmentManualCodeString": "sample string 6",
"SampleCollectionStickerCount": 1,
"AutoNumberGenerated": "sample string 7",
"AutoNumberGenerationLabelText": "sample string 8",
"SessionUserId": "e0884a66-71fd-4da8-9e39-2c42c7f40509",
"AppointmentNo": "sample string 9"
}
application/xml, text/xml
Sample:
<DTOSampleCollection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeCarePortal.BAL.DTOModels">
<AppointmentNo>sample string 9</AppointmentNo>
<AutoNumberGenerated>sample string 7</AutoNumberGenerated>
<AutoNumberGenerationLabelText>sample string 8</AutoNumberGenerationLabelText>
<DepartmentId>7c02d1bb-3da4-44e7-b2a4-f896c9cb82c8</DepartmentId>
<DesignationId>110798a9-e4d4-46a3-a466-2465029d84d5</DesignationId>
<DoctorId>7949d260-26c1-4a1c-b83f-c3dd13f5dacf</DoctorId>
<IsInvestigationQueue>true</IsInvestigationQueue>
<ListLabServiceDataDetail>
<DTOLabPatientDetailQueue>
<AutoNumberGenerated>sample string 15</AutoNumberGenerated>
<AutoNumberGenerationLabelText>sample string 16</AutoNumberGenerationLabelText>
<Charges>1.1</Charges>
<ConsumtionItems>sample string 11</ConsumtionItems>
<DepartmentId>3eeaf032-6876-4f51-a612-46ec48e6182a</DepartmentId>
<DesignationId>aea29361-40b2-43a8-9d37-f3879c1901fd</DesignationId>
<Html>sample string 12</Html>
<Id>7bd2f873-afcf-40f0-8683-f21f10776b9e</Id>
<IsInPatient>true</IsInPatient>
<IsOutsideSample>true</IsOutsideSample>
<OutSideSampleComments>sample string 10</OutSideSampleComments>
<OutSourcedBranchId>4e06fe1f-96ff-4e0c-b345-8701e97408b4</OutSourcedBranchId>
<PatientEntitled>14</PatientEntitled>
<PatientId>ad601f64-5c01-47d3-b601-17efd1e6c0bf</PatientId>
<PatientLabCheckInId>7a438c6e-4472-44a8-94f3-ed96afe3be6b</PatientLabCheckInId>
<PatientStatusId>7a0e9982-e961-469a-b148-dc1cf400626f</PatientStatusId>
<PatientStatusValue>8</PatientStatusValue>
<PatientVisitNo>sample string 3</PatientVisitNo>
<PrescribedBy>sample string 13</PrescribedBy>
<PrescribedQuantity>6</PrescribedQuantity>
<PrescribedbyName>sample string 5</PrescribedbyName>
<RoleId>2c498db7-07c0-4935-885b-892ea89e1ded</RoleId>
<ServiceTotal>1.1</ServiceTotal>
<SrNo>1</SrNo>
<SubDepartmentId>7db51489-cc7a-4505-84e6-e9b306842559</SubDepartmentId>
<SubServiceId>de714425-aaff-4a09-9a9e-07f19117c5f0</SubServiceId>
<SubserviceName>sample string 4</SubserviceName>
<Total>1.1</Total>
<TotalCharges>1.1</TotalCharges>
<UserId>4238b0ca-6aa5-475b-87c9-3c157ae0f4ef</UserId>
<VisitTime>2025-12-17T08:54:06.3325661+05:00</VisitTime>
</DTOLabPatientDetailQueue>
<DTOLabPatientDetailQueue>
<AutoNumberGenerated>sample string 15</AutoNumberGenerated>
<AutoNumberGenerationLabelText>sample string 16</AutoNumberGenerationLabelText>
<Charges>1.1</Charges>
<ConsumtionItems>sample string 11</ConsumtionItems>
<DepartmentId>3eeaf032-6876-4f51-a612-46ec48e6182a</DepartmentId>
<DesignationId>aea29361-40b2-43a8-9d37-f3879c1901fd</DesignationId>
<Html>sample string 12</Html>
<Id>7bd2f873-afcf-40f0-8683-f21f10776b9e</Id>
<IsInPatient>true</IsInPatient>
<IsOutsideSample>true</IsOutsideSample>
<OutSideSampleComments>sample string 10</OutSideSampleComments>
<OutSourcedBranchId>4e06fe1f-96ff-4e0c-b345-8701e97408b4</OutSourcedBranchId>
<PatientEntitled>14</PatientEntitled>
<PatientId>ad601f64-5c01-47d3-b601-17efd1e6c0bf</PatientId>
<PatientLabCheckInId>7a438c6e-4472-44a8-94f3-ed96afe3be6b</PatientLabCheckInId>
<PatientStatusId>7a0e9982-e961-469a-b148-dc1cf400626f</PatientStatusId>
<PatientStatusValue>8</PatientStatusValue>
<PatientVisitNo>sample string 3</PatientVisitNo>
<PrescribedBy>sample string 13</PrescribedBy>
<PrescribedQuantity>6</PrescribedQuantity>
<PrescribedbyName>sample string 5</PrescribedbyName>
<RoleId>2c498db7-07c0-4935-885b-892ea89e1ded</RoleId>
<ServiceTotal>1.1</ServiceTotal>
<SrNo>1</SrNo>
<SubDepartmentId>7db51489-cc7a-4505-84e6-e9b306842559</SubDepartmentId>
<SubServiceId>de714425-aaff-4a09-9a9e-07f19117c5f0</SubServiceId>
<SubserviceName>sample string 4</SubserviceName>
<Total>1.1</Total>
<TotalCharges>1.1</TotalCharges>
<UserId>4238b0ca-6aa5-475b-87c9-3c157ae0f4ef</UserId>
<VisitTime>2025-12-17T08:54:06.3325661+05:00</VisitTime>
</DTOLabPatientDetailQueue>
</ListLabServiceDataDetail>
<PaidAmount>1</PaidAmount>
<PatientCheckInId>4d8fde3c-402a-4bad-bf75-531f38d57b43</PatientCheckInId>
<PatientId>00e1bf23-1a94-470e-bcb1-109bc65ea2ca</PatientId>
<RoleId>be0f5666-3d94-4e6f-b42e-8c5d29a431ed</RoleId>
<SampleCollectionStickerCount>1</SampleCollectionStickerCount>
<SessionUserId>e0884a66-71fd-4da8-9e39-2c42c7f40509</SessionUserId>
<SubDepartmentId>a1baad21-128e-4658-b75c-5c6fd5677224</SubDepartmentId>
<SubDepartmentManualCodeString>sample string 6</SubDepartmentManualCodeString>
<SubServiceId>ba3b5897-bb15-4985-af7b-ac12a34e9673</SubServiceId>
<UserId>04fecc08-ddf0-4fcf-aa16-c7937e51564f</UserId>
<VisitNo>sample string 3</VisitNo>
<statusBit>4</statusBit>
</DTOSampleCollection>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.