Lis
Click here for a complete list of operations.
LabPrescriptionOPDEditOnlyPatientData
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/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> <DrBusinessReport>string</DrBusinessReport> <RefNo>string</RefNo> <RefDate>string</RefDate> <SRFID>string</SRFID> <AadharCardNo>string</AadharCardNo> <Nationality>string</Nationality> </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 /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> <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> <DrBusinessReport>string</DrBusinessReport> <RefNo>string</RefNo> <RefDate>string</RefDate> <SRFID>string</SRFID> <AadharCardNo>string</AadharCardNo> <Nationality>string</Nationality> </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>
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/LabPrescriptionOPDEditOnlyPatientData?PatientType=string&Title=string&PName=string&PatientID=string&Age=string&Gender=string&Phone=string&Mobile=string&Relation=string&RelationName=string&House_No=string&City=string&ReferedBy=string&ReportReceivingType=string&LedgerTransactionNo=string&DOB_ShowFormat=string&rdDOB=string&Source=string&OtherDr=string&CancelResult=string&CardNo=string&Comments=string&EmailID=string&PDispatchData=string&HomeVisitBoy=string&Area=string&State=string&DrBusinessReport=string&RefNo=string&RefDate=string&SRFID=string&AadharCardNo=string&Nationality=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/LabPrescriptionOPDEditOnlyPatientData HTTP/1.1 Host: 122.160.139.146 Content-Type: application/x-www-form-urlencoded Content-Length: length PatientType=string&Title=string&PName=string&PatientID=string&Age=string&Gender=string&Phone=string&Mobile=string&Relation=string&RelationName=string&House_No=string&City=string&ReferedBy=string&ReportReceivingType=string&LedgerTransactionNo=string&DOB_ShowFormat=string&rdDOB=string&Source=string&OtherDr=string&CancelResult=string&CardNo=string&Comments=string&EmailID=string&PDispatchData=string&HomeVisitBoy=string&Area=string&State=string&DrBusinessReport=string&RefNo=string&RefDate=string&SRFID=string&AadharCardNo=string&Nationality=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>