Lis
Click here for a complete list of operations.
LabPrescriptionOPD
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 /MOLQ/Lis.asmx HTTP/1.1 Host: reports.molq.in Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/LabPrescriptionOPD" <?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> <LabPrescriptionOPD xmlns="http://tempuri.org/"> <barcodeNo>string</barcodeNo> <myAppNumber>string</myAppNumber> <myAppDate>string</myAppDate> <PatientID>string</PatientID> <Title>string</Title> <PName>string</PName> <Gender>string</Gender> <House_No>string</House_No> <City>string</City> <Phone>string</Phone> <Mobile>string</Mobile> <Age>string</Age> <DOB_ShowFormat>string</DOB_ShowFormat> <DOB_DBFormat>string</DOB_DBFormat> <Relation>string</Relation> <RelationName>string</RelationName> <isActual>int</isActual> <Doctor_ID>string</Doctor_ID> <Panel_ID>string</Panel_ID> <ReferedBy>string</ReferedBy> <Source>string</Source> <TotalDiscAmt>string</TotalDiscAmt> <TotalDiscPer>string</TotalDiscPer> <GrossAmount>string</GrossAmount> <NetAmount>string</NetAmount> <DiscReason>string</DiscReason> <Remarks>string</Remarks> <ApprovedBy>string</ApprovedBy> <UniqueHash>string</UniqueHash> <UserID>string</UserID> <ItemData>string</ItemData> <PaymentData>string</PaymentData> <rdDOB>int</rdDOB> <Sample>string</Sample> <PatientType>string</PatientType> <ReportReceivingType>string</ReportReceivingType> <SampleBySelf>string</SampleBySelf> <OtherDr>string</OtherDr> <CardNo>string</CardNo> <Comments>string</Comments> <EmailID>string</EmailID> <PDispatchData>string</PDispatchData> <HomeVisitBoy>string</HomeVisitBoy> <Locality>string</Locality> <State>string</State> <centreID>string</centreID> <proid>string</proid> <DiscountOn>string</DiscountOn> <frRate>string</frRate> <referlab>string</referlab> <filename>string</filename> <SRFNo>string</SRFNo> <DistrictID>string</DistrictID> </LabPrescriptionOPD> </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> <LabPrescriptionOPDResponse xmlns="http://tempuri.org/"> <LabPrescriptionOPDResult>string</LabPrescriptionOPDResult> </LabPrescriptionOPDResponse> </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 /MOLQ/Lis.asmx HTTP/1.1 Host: reports.molq.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> <LabPrescriptionOPD xmlns="http://tempuri.org/"> <barcodeNo>string</barcodeNo> <myAppNumber>string</myAppNumber> <myAppDate>string</myAppDate> <PatientID>string</PatientID> <Title>string</Title> <PName>string</PName> <Gender>string</Gender> <House_No>string</House_No> <City>string</City> <Phone>string</Phone> <Mobile>string</Mobile> <Age>string</Age> <DOB_ShowFormat>string</DOB_ShowFormat> <DOB_DBFormat>string</DOB_DBFormat> <Relation>string</Relation> <RelationName>string</RelationName> <isActual>int</isActual> <Doctor_ID>string</Doctor_ID> <Panel_ID>string</Panel_ID> <ReferedBy>string</ReferedBy> <Source>string</Source> <TotalDiscAmt>string</TotalDiscAmt> <TotalDiscPer>string</TotalDiscPer> <GrossAmount>string</GrossAmount> <NetAmount>string</NetAmount> <DiscReason>string</DiscReason> <Remarks>string</Remarks> <ApprovedBy>string</ApprovedBy> <UniqueHash>string</UniqueHash> <UserID>string</UserID> <ItemData>string</ItemData> <PaymentData>string</PaymentData> <rdDOB>int</rdDOB> <Sample>string</Sample> <PatientType>string</PatientType> <ReportReceivingType>string</ReportReceivingType> <SampleBySelf>string</SampleBySelf> <OtherDr>string</OtherDr> <CardNo>string</CardNo> <Comments>string</Comments> <EmailID>string</EmailID> <PDispatchData>string</PDispatchData> <HomeVisitBoy>string</HomeVisitBoy> <Locality>string</Locality> <State>string</State> <centreID>string</centreID> <proid>string</proid> <DiscountOn>string</DiscountOn> <frRate>string</frRate> <referlab>string</referlab> <filename>string</filename> <SRFNo>string</SRFNo> <DistrictID>string</DistrictID> </LabPrescriptionOPD> </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> <LabPrescriptionOPDResponse xmlns="http://tempuri.org/"> <LabPrescriptionOPDResult>string</LabPrescriptionOPDResult> </LabPrescriptionOPDResponse> </soap12:Body> </soap12:Envelope>