GET api/LabResult?laborderid={laborderid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
laborderid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
LabResultPrintName | Description | Type | Additional information |
---|---|---|---|
Patient | LabPatientModel |
None. |
|
Facility | FacilityModel |
None. |
|
LabOrder | LabOrderModel |
None. |
|
LabResult | Collection of LabResultModel |
None. |
|
LabNote | Collection of LabNoteModel |
None. |
|
Template | TemplateModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "Patient": { "PatientName": "sample string 1", "PatientGender": "sample string 2", "PatientAge": "sample string 3", "PatientNo": "sample string 4", "Address1": "sample string 5", "CellPhone": "sample string 6", "Email": "sample string 7", "DOB": "sample string 8" }, "Facility": { "FacilityName": "sample string 1", "Code": "sample string 2", "Address1": "sample string 3", "CellPhone": "sample string 4", "Email": "sample string 5" }, "LabOrder": { "OrderNo": "sample string 1", "OrderDate": "sample string 2", "RequestedByName": "sample string 3", "Note": "sample string 4", "Name": "sample string 5", "ReportedTime": "sample string 6", "FilePath": "sample string 7", "MemberId": "sample string 8" }, "LabResult": [ { "LabTestId": "3547755b-7126-42e8-8e0d-1298fe72b99c", "OrderDetailId": "sample string 2", "ParentTestId": "sample string 3", "Code": "sample string 4", "Name": "sample string 5", "TypeId": 6, "LabTestItemId": "fce6b283-87fd-41c4-82f3-60588df61f5f", "DataTypeId": 1, "Options": "sample string 7", "RangeDef": "sample string 8", "ResultValue": "sample string 9", "RowNumber": "sample string 10", "MethodologyName": "sample string 11", "UnitName": "sample string 12", "Department": "sample string 13", "SpecimenName": "sample string 14", "GrowthResult": "sample string 15", "ParentTestName": "sample string 16", "PackageName": "sample string 17", "SubHeader": "sample string 18", "Range": "sample string 19", "DisplayOrder": 20 }, { "LabTestId": "3547755b-7126-42e8-8e0d-1298fe72b99c", "OrderDetailId": "sample string 2", "ParentTestId": "sample string 3", "Code": "sample string 4", "Name": "sample string 5", "TypeId": 6, "LabTestItemId": "fce6b283-87fd-41c4-82f3-60588df61f5f", "DataTypeId": 1, "Options": "sample string 7", "RangeDef": "sample string 8", "ResultValue": "sample string 9", "RowNumber": "sample string 10", "MethodologyName": "sample string 11", "UnitName": "sample string 12", "Department": "sample string 13", "SpecimenName": "sample string 14", "GrowthResult": "sample string 15", "ParentTestName": "sample string 16", "PackageName": "sample string 17", "SubHeader": "sample string 18", "Range": "sample string 19", "DisplayOrder": 20 } ], "LabNote": [ { "Note": "sample string 1", "RowNumber": "sample string 2" }, { "Note": "sample string 1", "RowNumber": "sample string 2" } ], "Template": { "FilePath": "sample string 1" } }