GET api/ProviderService/GetPracticeLabTests?practiceID={practiceID}
Get Practice Lab Tests
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| practiceID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LabTestInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Abbreviation | string |
None. |
|
| LabTypeID | integer |
None. |
|
| LabType | string |
None. |
|
| Code | string |
None. |
|
| DateCreated | date |
None. |
|
| Practice_Id | globally unique identifier |
None. |
|
| CategoryID | globally unique identifier |
None. |
|
| MedicalSpeciality_Id | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": "885bc67c-eb65-4f81-a620-b901e4f15d79",
"Name": "sample string 2",
"Description": "sample string 3",
"Abbreviation": "sample string 4",
"LabTypeID": 5,
"LabType": "sample string 6",
"Code": "sample string 7",
"DateCreated": "2025-12-14T08:51:21.1023403+00:00",
"Practice_Id": "d63ca127-7754-4685-a903-54532722d546",
"CategoryID": "088d492f-1676-4109-9dce-e9190dcd8fa4",
"MedicalSpeciality_Id": "b91333e0-8c4a-44ca-954f-9f41af2e40a0"
},
{
"ID": "885bc67c-eb65-4f81-a620-b901e4f15d79",
"Name": "sample string 2",
"Description": "sample string 3",
"Abbreviation": "sample string 4",
"LabTypeID": 5,
"LabType": "sample string 6",
"Code": "sample string 7",
"DateCreated": "2025-12-14T08:51:21.1023403+00:00",
"Practice_Id": "d63ca127-7754-4685-a903-54532722d546",
"CategoryID": "088d492f-1676-4109-9dce-e9190dcd8fa4",
"MedicalSpeciality_Id": "b91333e0-8c4a-44ca-954f-9f41af2e40a0"
}
]
application/xml, text/xml
Sample:
<ArrayOfLabTestInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">
<LabTestInfo>
<Abbreviation>sample string 4</Abbreviation>
<CategoryID>088d492f-1676-4109-9dce-e9190dcd8fa4</CategoryID>
<Code>sample string 7</Code>
<DateCreated>2025-12-14T08:51:21.1023403+00:00</DateCreated>
<Description>sample string 3</Description>
<ID>885bc67c-eb65-4f81-a620-b901e4f15d79</ID>
<LabType>sample string 6</LabType>
<LabTypeID>5</LabTypeID>
<MedicalSpeciality_Id>b91333e0-8c4a-44ca-954f-9f41af2e40a0</MedicalSpeciality_Id>
<Name>sample string 2</Name>
<Practice_Id>d63ca127-7754-4685-a903-54532722d546</Practice_Id>
</LabTestInfo>
<LabTestInfo>
<Abbreviation>sample string 4</Abbreviation>
<CategoryID>088d492f-1676-4109-9dce-e9190dcd8fa4</CategoryID>
<Code>sample string 7</Code>
<DateCreated>2025-12-14T08:51:21.1023403+00:00</DateCreated>
<Description>sample string 3</Description>
<ID>885bc67c-eb65-4f81-a620-b901e4f15d79</ID>
<LabType>sample string 6</LabType>
<LabTypeID>5</LabTypeID>
<MedicalSpeciality_Id>b91333e0-8c4a-44ca-954f-9f41af2e40a0</MedicalSpeciality_Id>
<Name>sample string 2</Name>
<Practice_Id>d63ca127-7754-4685-a903-54532722d546</Practice_Id>
</LabTestInfo>
</ArrayOfLabTestInfo>