MediwareLabAPI
Click here for a complete list of operations.
GetLabProcedureList
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /API/MediwareLabAPI.asmx HTTP/1.1
Host: whatsapp.cosmopolitanhospitals.in
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetLabProcedureList"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetLabProcedureList xmlns="http://tempuri.org/">
<UserName>string</UserName>
<AuthorisationID>string</AuthorisationID>
<ProcedureCode>string</ProcedureCode>
</GetLabProcedureList>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetLabProcedureListResponse xmlns="http://tempuri.org/">
<GetLabProcedureListResult>
<LabProcedureList>
<ProcedureCode>string</ProcedureCode>
<ProcedureDescription>string</ProcedureDescription>
<ProcedureAlias>string</ProcedureAlias>
<ProcedureGroup>string</ProcedureGroup>
<ProcedureAmount>double</ProcedureAmount>
<ProcedureRate>double</ProcedureRate>
<ProcedureRateBased>string</ProcedureRateBased>
<ProcedureCost>string</ProcedureCost>
<ProcedureCostBased>string</ProcedureCostBased>
<NormalValueType>string</NormalValueType>
<ReportType>string</ReportType>
<ClinicalProcedure>string</ClinicalProcedure>
<ISHL7>string</ISHL7>
<OutletCode>string</OutletCode>
<InBillingScreen>string</InBillingScreen>
<COutletCode>string</COutletCode>
<Status>string</Status>
<ProcedureOrder>string</ProcedureOrder>
<ProcedureDedCons>string</ProcedureDedCons>
<ProcedureCPTCode>string</ProcedureCPTCode>
<ISResultEntry>string</ISResultEntry>
<ProcedureMinRate>string</ProcedureMinRate>
<ProcedureMaximumRate>string</ProcedureMaximumRate>
<IsHour>string</IsHour>
<Equipment>string</Equipment>
<ProcedureMinhour>string</ProcedureMinhour>
<IsNurseProcedure>string</IsNurseProcedure>
<IsOutsideTest>string</IsOutsideTest>
<Interpretation>string</Interpretation>
<IsGroup>string</IsGroup>
</LabProcedureList>
<LabProcedureList>
<ProcedureCode>string</ProcedureCode>
<ProcedureDescription>string</ProcedureDescription>
<ProcedureAlias>string</ProcedureAlias>
<ProcedureGroup>string</ProcedureGroup>
<ProcedureAmount>double</ProcedureAmount>
<ProcedureRate>double</ProcedureRate>
<ProcedureRateBased>string</ProcedureRateBased>
<ProcedureCost>string</ProcedureCost>
<ProcedureCostBased>string</ProcedureCostBased>
<NormalValueType>string</NormalValueType>
<ReportType>string</ReportType>
<ClinicalProcedure>string</ClinicalProcedure>
<ISHL7>string</ISHL7>
<OutletCode>string</OutletCode>
<InBillingScreen>string</InBillingScreen>
<COutletCode>string</COutletCode>
<Status>string</Status>
<ProcedureOrder>string</ProcedureOrder>
<ProcedureDedCons>string</ProcedureDedCons>
<ProcedureCPTCode>string</ProcedureCPTCode>
<ISResultEntry>string</ISResultEntry>
<ProcedureMinRate>string</ProcedureMinRate>
<ProcedureMaximumRate>string</ProcedureMaximumRate>
<IsHour>string</IsHour>
<Equipment>string</Equipment>
<ProcedureMinhour>string</ProcedureMinhour>
<IsNurseProcedure>string</IsNurseProcedure>
<IsOutsideTest>string</IsOutsideTest>
<Interpretation>string</Interpretation>
<IsGroup>string</IsGroup>
</LabProcedureList>
</GetLabProcedureListResult>
</GetLabProcedureListResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /API/MediwareLabAPI.asmx HTTP/1.1
Host: whatsapp.cosmopolitanhospitals.in
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetLabProcedureList xmlns="http://tempuri.org/">
<UserName>string</UserName>
<AuthorisationID>string</AuthorisationID>
<ProcedureCode>string</ProcedureCode>
</GetLabProcedureList>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetLabProcedureListResponse xmlns="http://tempuri.org/">
<GetLabProcedureListResult>
<LabProcedureList>
<ProcedureCode>string</ProcedureCode>
<ProcedureDescription>string</ProcedureDescription>
<ProcedureAlias>string</ProcedureAlias>
<ProcedureGroup>string</ProcedureGroup>
<ProcedureAmount>double</ProcedureAmount>
<ProcedureRate>double</ProcedureRate>
<ProcedureRateBased>string</ProcedureRateBased>
<ProcedureCost>string</ProcedureCost>
<ProcedureCostBased>string</ProcedureCostBased>
<NormalValueType>string</NormalValueType>
<ReportType>string</ReportType>
<ClinicalProcedure>string</ClinicalProcedure>
<ISHL7>string</ISHL7>
<OutletCode>string</OutletCode>
<InBillingScreen>string</InBillingScreen>
<COutletCode>string</COutletCode>
<Status>string</Status>
<ProcedureOrder>string</ProcedureOrder>
<ProcedureDedCons>string</ProcedureDedCons>
<ProcedureCPTCode>string</ProcedureCPTCode>
<ISResultEntry>string</ISResultEntry>
<ProcedureMinRate>string</ProcedureMinRate>
<ProcedureMaximumRate>string</ProcedureMaximumRate>
<IsHour>string</IsHour>
<Equipment>string</Equipment>
<ProcedureMinhour>string</ProcedureMinhour>
<IsNurseProcedure>string</IsNurseProcedure>
<IsOutsideTest>string</IsOutsideTest>
<Interpretation>string</Interpretation>
<IsGroup>string</IsGroup>
</LabProcedureList>
<LabProcedureList>
<ProcedureCode>string</ProcedureCode>
<ProcedureDescription>string</ProcedureDescription>
<ProcedureAlias>string</ProcedureAlias>
<ProcedureGroup>string</ProcedureGroup>
<ProcedureAmount>double</ProcedureAmount>
<ProcedureRate>double</ProcedureRate>
<ProcedureRateBased>string</ProcedureRateBased>
<ProcedureCost>string</ProcedureCost>
<ProcedureCostBased>string</ProcedureCostBased>
<NormalValueType>string</NormalValueType>
<ReportType>string</ReportType>
<ClinicalProcedure>string</ClinicalProcedure>
<ISHL7>string</ISHL7>
<OutletCode>string</OutletCode>
<InBillingScreen>string</InBillingScreen>
<COutletCode>string</COutletCode>
<Status>string</Status>
<ProcedureOrder>string</ProcedureOrder>
<ProcedureDedCons>string</ProcedureDedCons>
<ProcedureCPTCode>string</ProcedureCPTCode>
<ISResultEntry>string</ISResultEntry>
<ProcedureMinRate>string</ProcedureMinRate>
<ProcedureMaximumRate>string</ProcedureMaximumRate>
<IsHour>string</IsHour>
<Equipment>string</Equipment>
<ProcedureMinhour>string</ProcedureMinhour>
<IsNurseProcedure>string</IsNurseProcedure>
<IsOutsideTest>string</IsOutsideTest>
<Interpretation>string</Interpretation>
<IsGroup>string</IsGroup>
</LabProcedureList>
</GetLabProcedureListResult>
</GetLabProcedureListResponse>
</soap12:Body>
</soap12:Envelope>