Lis
Click here for a complete list of operations.
LabAppointmentOPD
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/LabAppointmentOPD" <?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> <LabAppointmentOPD xmlns="http://tempuri.org/"> <AppDate>string</AppDate> <appTime>string</appTime> <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> <PrevAppNo>string</PrevAppNo> <PrevAppTime>string</PrevAppTime> <PrevAppDate>string</PrevAppDate> </LabAppointmentOPD> </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> <LabAppointmentOPDResponse xmlns="http://tempuri.org/"> <LabAppointmentOPDResult>string</LabAppointmentOPDResult> </LabAppointmentOPDResponse> </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> <LabAppointmentOPD xmlns="http://tempuri.org/"> <AppDate>string</AppDate> <appTime>string</appTime> <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> <PrevAppNo>string</PrevAppNo> <PrevAppTime>string</PrevAppTime> <PrevAppDate>string</PrevAppDate> </LabAppointmentOPD> </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> <LabAppointmentOPDResponse xmlns="http://tempuri.org/"> <LabAppointmentOPDResult>string</LabAppointmentOPDResult> </LabAppointmentOPDResponse> </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/LabAppointmentOPD?AppDate=string&appTime=string&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&PrevAppNo=string&PrevAppTime=string&PrevAppDate=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/LabAppointmentOPD HTTP/1.1 Host: 122.160.139.146 Content-Type: application/x-www-form-urlencoded Content-Length: length AppDate=string&appTime=string&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&PrevAppNo=string&PrevAppTime=string&PrevAppDate=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>