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 /ArthDiagnostic/Lis.asmx HTTP/1.1
Host: 150.242.254.169
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_ShowFormat>string</DOB_ShowFormat>
<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>
</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 /ArthDiagnostic/Lis.asmx HTTP/1.1
Host: 150.242.254.169
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_ShowFormat>string</DOB_ShowFormat>
<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>
</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>