Lis
Click here for a complete list of operations.
LabPrescriptionOPDEdit
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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 /kos/Lis.asmx HTTP/1.1 Host: 122.160.139.146 Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/LabPrescriptionOPDEdit" <?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> <LabPrescriptionOPDEdit xmlns="http://tempuri.org/"> <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> <LedgerTransactionNo>string</LedgerTransactionNo> <CardNo>string</CardNo> <Comments>string</Comments> <EmailID>string</EmailID> <PDispatchData>string</PDispatchData> <HomeVisitBoy>string</HomeVisitBoy> <Locality>string</Locality> <State>string</State> <DrBusinessReport>string</DrBusinessReport> <RefNo>string</RefNo> <RefDate>string</RefDate> <SRFID>string</SRFID> <AadharCardNo>string</AadharCardNo> <Nationality>string</Nationality> <BarcodeNo>string</BarcodeNo> <sampledata>string</sampledata> </LabPrescriptionOPDEdit> </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> <LabPrescriptionOPDEditResponse xmlns="http://tempuri.org/"> <LabPrescriptionOPDEditResult>string</LabPrescriptionOPDEditResult> </LabPrescriptionOPDEditResponse> </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 /kos/Lis.asmx HTTP/1.1 Host: 122.160.139.146 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> <LabPrescriptionOPDEdit xmlns="http://tempuri.org/"> <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> <LedgerTransactionNo>string</LedgerTransactionNo> <CardNo>string</CardNo> <Comments>string</Comments> <EmailID>string</EmailID> <PDispatchData>string</PDispatchData> <HomeVisitBoy>string</HomeVisitBoy> <Locality>string</Locality> <State>string</State> <DrBusinessReport>string</DrBusinessReport> <RefNo>string</RefNo> <RefDate>string</RefDate> <SRFID>string</SRFID> <AadharCardNo>string</AadharCardNo> <Nationality>string</Nationality> <BarcodeNo>string</BarcodeNo> <sampledata>string</sampledata> </LabPrescriptionOPDEdit> </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> <LabPrescriptionOPDEditResponse xmlns="http://tempuri.org/"> <LabPrescriptionOPDEditResult>string</LabPrescriptionOPDEditResult> </LabPrescriptionOPDEditResponse> </soap12:Body> </soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /kos/Lis.asmx/LabPrescriptionOPDEdit?PatientID=string&Title=string&PName=string&Gender=string&House_No=string&City=string&Phone=string&Mobile=string&Age=string&DOB_ShowFormat=string&DOB_DBFormat=string&Relation=string&RelationName=string&isActual=string&Doctor_ID=string&Panel_ID=string&ReferedBy=string&Source=string&TotalDiscAmt=string&TotalDiscPer=string&GrossAmount=string&NetAmount=string&DiscReason=string&Remarks=string&ApprovedBy=string&UniqueHash=string&UserID=string&ItemData=string&PaymentData=string&rdDOB=string&Sample=string&PatientType=string&ReportReceivingType=string&SampleBySelf=string&OtherDr=string&LedgerTransactionNo=string&CardNo=string&Comments=string&EmailID=string&PDispatchData=string&HomeVisitBoy=string&Locality=string&State=string&DrBusinessReport=string&RefNo=string&RefDate=string&SRFID=string&AadharCardNo=string&Nationality=string&BarcodeNo=string&sampledata=string HTTP/1.1 Host: 122.160.139.146
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="http://tempuri.org/">string</string>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /kos/Lis.asmx/LabPrescriptionOPDEdit HTTP/1.1 Host: 122.160.139.146 Content-Type: application/x-www-form-urlencoded Content-Length: length PatientID=string&Title=string&PName=string&Gender=string&House_No=string&City=string&Phone=string&Mobile=string&Age=string&DOB_ShowFormat=string&DOB_DBFormat=string&Relation=string&RelationName=string&isActual=string&Doctor_ID=string&Panel_ID=string&ReferedBy=string&Source=string&TotalDiscAmt=string&TotalDiscPer=string&GrossAmount=string&NetAmount=string&DiscReason=string&Remarks=string&ApprovedBy=string&UniqueHash=string&UserID=string&ItemData=string&PaymentData=string&rdDOB=string&Sample=string&PatientType=string&ReportReceivingType=string&SampleBySelf=string&OtherDr=string&LedgerTransactionNo=string&CardNo=string&Comments=string&EmailID=string&PDispatchData=string&HomeVisitBoy=string&Locality=string&State=string&DrBusinessReport=string&RefNo=string&RefDate=string&SRFID=string&AadharCardNo=string&Nationality=string&BarcodeNo=string&sampledata=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="http://tempuri.org/">string</string>