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 LabTestInfoName | 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": "27b185e5-8954-437f-a37d-4d52c421f557", "Name": "sample string 2", "Description": "sample string 3", "Abbreviation": "sample string 4", "LabTypeID": 5, "LabType": "sample string 6", "Code": "sample string 7", "DateCreated": "2025-06-08T01:46:36.5969687+00:00", "Practice_Id": "0a6bfec8-f8ef-4033-ab27-4e5ce146ac39", "CategoryID": "854bced6-df18-48a6-b4a9-2804a132945d", "MedicalSpeciality_Id": "a6e1da16-a7cc-406b-833d-c3228e5b74ad" }, { "ID": "27b185e5-8954-437f-a37d-4d52c421f557", "Name": "sample string 2", "Description": "sample string 3", "Abbreviation": "sample string 4", "LabTypeID": 5, "LabType": "sample string 6", "Code": "sample string 7", "DateCreated": "2025-06-08T01:46:36.5969687+00:00", "Practice_Id": "0a6bfec8-f8ef-4033-ab27-4e5ce146ac39", "CategoryID": "854bced6-df18-48a6-b4a9-2804a132945d", "MedicalSpeciality_Id": "a6e1da16-a7cc-406b-833d-c3228e5b74ad" } ]
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>854bced6-df18-48a6-b4a9-2804a132945d</CategoryID> <Code>sample string 7</Code> <DateCreated>2025-06-08T01:46:36.5969687+00:00</DateCreated> <Description>sample string 3</Description> <ID>27b185e5-8954-437f-a37d-4d52c421f557</ID> <LabType>sample string 6</LabType> <LabTypeID>5</LabTypeID> <MedicalSpeciality_Id>a6e1da16-a7cc-406b-833d-c3228e5b74ad</MedicalSpeciality_Id> <Name>sample string 2</Name> <Practice_Id>0a6bfec8-f8ef-4033-ab27-4e5ce146ac39</Practice_Id> </LabTestInfo> <LabTestInfo> <Abbreviation>sample string 4</Abbreviation> <CategoryID>854bced6-df18-48a6-b4a9-2804a132945d</CategoryID> <Code>sample string 7</Code> <DateCreated>2025-06-08T01:46:36.5969687+00:00</DateCreated> <Description>sample string 3</Description> <ID>27b185e5-8954-437f-a37d-4d52c421f557</ID> <LabType>sample string 6</LabType> <LabTypeID>5</LabTypeID> <MedicalSpeciality_Id>a6e1da16-a7cc-406b-833d-c3228e5b74ad</MedicalSpeciality_Id> <Name>sample string 2</Name> <Practice_Id>0a6bfec8-f8ef-4033-ab27-4e5ce146ac39</Practice_Id> </LabTestInfo> </ArrayOfLabTestInfo>