Lis
Click here for a complete list of operations.
LabAppointmentOPD
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 /SagePath/Lis.asmx HTTP/1.1 Host: sos.sagepathlabs.com 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 /SagePath/Lis.asmx HTTP/1.1 Host: sos.sagepathlabs.com 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>