Lis
Click here for a complete list of operations.
LabPrescriptionOPDEditOnlyPatientData
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/LabPrescriptionOPDEditOnlyPatientData" <?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> <LabPrescriptionOPDEditOnlyPatientData xmlns="http://tempuri.org/"> <PatientType>string</PatientType> <Title>string</Title> <PName>string</PName> <PatientID>string</PatientID> <Age>string</Age> <Gender>string</Gender> <Phone>string</Phone> <Mobile>string</Mobile> <Relation>string</Relation> <RelationName>string</RelationName> <House_No>string</House_No> <City>string</City> <ReferedBy>string</ReferedBy> <ReportReceivingType>string</ReportReceivingType> <LedgerTransactionNo>string</LedgerTransactionNo> <DOB_DBFormat>string</DOB_DBFormat> <rdDOB>int</rdDOB> <Source>string</Source> <OtherDr>string</OtherDr> <CancelResult>string</CancelResult> <CardNo>string</CardNo> <Comments>string</Comments> <EmailID>string</EmailID> <PDispatchData>string</PDispatchData> <HomeVisitBoy>string</HomeVisitBoy> <Area>string</Area> <State>string</State> <proid>string</proid> <referlab>string</referlab> <policyno>string</policyno> <mytokenno>string</mytokenno> <ageyear>string</ageyear> <agemonth>string</agemonth> <ageday>string</ageday> <doctorType>string</doctorType> <dispatchMode>string</dispatchMode> <collectionType>string</collectionType> <collectionBoyId>string</collectionBoyId> <collectionBobyName>string</collectionBobyName> <deliveryBoyId>string</deliveryBoyId> <deliveryBoyName>string</deliveryBoyName> <assistantid>string</assistantid> <referralTypeId>string</referralTypeId> <marketingAgentId>string</marketingAgentId> </LabPrescriptionOPDEditOnlyPatientData> </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> <LabPrescriptionOPDEditOnlyPatientDataResponse xmlns="http://tempuri.org/"> <LabPrescriptionOPDEditOnlyPatientDataResult>string</LabPrescriptionOPDEditOnlyPatientDataResult> </LabPrescriptionOPDEditOnlyPatientDataResponse> </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> <LabPrescriptionOPDEditOnlyPatientData xmlns="http://tempuri.org/"> <PatientType>string</PatientType> <Title>string</Title> <PName>string</PName> <PatientID>string</PatientID> <Age>string</Age> <Gender>string</Gender> <Phone>string</Phone> <Mobile>string</Mobile> <Relation>string</Relation> <RelationName>string</RelationName> <House_No>string</House_No> <City>string</City> <ReferedBy>string</ReferedBy> <ReportReceivingType>string</ReportReceivingType> <LedgerTransactionNo>string</LedgerTransactionNo> <DOB_DBFormat>string</DOB_DBFormat> <rdDOB>int</rdDOB> <Source>string</Source> <OtherDr>string</OtherDr> <CancelResult>string</CancelResult> <CardNo>string</CardNo> <Comments>string</Comments> <EmailID>string</EmailID> <PDispatchData>string</PDispatchData> <HomeVisitBoy>string</HomeVisitBoy> <Area>string</Area> <State>string</State> <proid>string</proid> <referlab>string</referlab> <policyno>string</policyno> <mytokenno>string</mytokenno> <ageyear>string</ageyear> <agemonth>string</agemonth> <ageday>string</ageday> <doctorType>string</doctorType> <dispatchMode>string</dispatchMode> <collectionType>string</collectionType> <collectionBoyId>string</collectionBoyId> <collectionBobyName>string</collectionBobyName> <deliveryBoyId>string</deliveryBoyId> <deliveryBoyName>string</deliveryBoyName> <assistantid>string</assistantid> <referralTypeId>string</referralTypeId> <marketingAgentId>string</marketingAgentId> </LabPrescriptionOPDEditOnlyPatientData> </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> <LabPrescriptionOPDEditOnlyPatientDataResponse xmlns="http://tempuri.org/"> <LabPrescriptionOPDEditOnlyPatientDataResult>string</LabPrescriptionOPDEditOnlyPatientDataResult> </LabPrescriptionOPDEditOnlyPatientDataResponse> </soap12:Body> </soap12:Envelope>