Service1


Click here for a complete list of operations.

GetResultsWithPreAdmitsByTime2

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 /Service1.asmx HTTP/1.1
Host: 94.183.30.115
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetResultsWithPreAdmitsByTime2"

<?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>
    <GetResultsWithPreAdmitsByTime2 xmlns="http://tempuri.org/">
      <UserName>string</UserName>
      <Password>string</Password>
      <FirstDate>string</FirstDate>
      <FirstTime>string</FirstTime>
      <LastTime>string</LastTime>
      <App>Centeral or Saja or Paja</App>
      <VirtualLab>int</VirtualLab>
      <ErrorText>string</ErrorText>
    </GetResultsWithPreAdmitsByTime2>
  </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>
    <GetResultsWithPreAdmitsByTime2Response xmlns="http://tempuri.org/">
      <GetResultsWithPreAdmitsByTime2Result>
        <Cls_TestResult>
          <PreAdmitID>int</PreAdmitID>
          <AdmitID>int</AdmitID>
          <App>Centeral or Saja or Paja</App>
          <TestID>int</TestID>
          <ParentID>int</ParentID>
          <TestGeneralName>string</TestGeneralName>
          <TestSpecialName>string</TestSpecialName>
          <NationalNum>string</NationalNum>
          <Snomed>string</Snomed>
          <AdmitDate>string</AdmitDate>
          <AdmitTime>string</AdmitTime>
          <PatientWIP>Deleted or AdmitPatient or AdmitPatientConfirm or Cost or QuestionAnswer or Sampling or Divide or ReciveSample or ResultEntry or DeparetmentConfirm or LabConfirm or ResultReady or ResultPrinted or DeliveredToResultDep or ResultDelivered or Reserved12 or Reserved13 or Reserved14 or Completed</PatientWIP>
          <TestWIP>Deleted or AdmitPatient or AdmitPatientConfirm or Cost or QuestionAnswer or Sampling or Divide or ReciveSample or ResultEntry or DeparetmentConfirm or LabConfirm or ResultReady or ResultPrinted or DeliveredToResultDep or ResultDelivered or Reserved12 or Reserved13 or Reserved14 or Completed</TestWIP>
          <Result>string</Result>
          <NormalRange>string</NormalRange>
          <Risk>int</Risk>
          <RiskText>string</RiskText>
          <HighValue>int</HighValue>
          <LowValue>int</LowValue>
          <Commnet>string</Commnet>
          <SamplingDate>string</SamplingDate>
          <DepartmentName>string</DepartmentName>
          <PatientName>string</PatientName>
          <AgeAdmit>int</AgeAdmit>
          <Birthday>string</Birthday>
          <PatientInsuranceNumber>string</PatientInsuranceNumber>
          <AdmitPrice>int</AdmitPrice>
          <TotalPatientCharges>int</TotalPatientCharges>
        </Cls_TestResult>
        <Cls_TestResult>
          <PreAdmitID>int</PreAdmitID>
          <AdmitID>int</AdmitID>
          <App>Centeral or Saja or Paja</App>
          <TestID>int</TestID>
          <ParentID>int</ParentID>
          <TestGeneralName>string</TestGeneralName>
          <TestSpecialName>string</TestSpecialName>
          <NationalNum>string</NationalNum>
          <Snomed>string</Snomed>
          <AdmitDate>string</AdmitDate>
          <AdmitTime>string</AdmitTime>
          <PatientWIP>Deleted or AdmitPatient or AdmitPatientConfirm or Cost or QuestionAnswer or Sampling or Divide or ReciveSample or ResultEntry or DeparetmentConfirm or LabConfirm or ResultReady or ResultPrinted or DeliveredToResultDep or ResultDelivered or Reserved12 or Reserved13 or Reserved14 or Completed</PatientWIP>
          <TestWIP>Deleted or AdmitPatient or AdmitPatientConfirm or Cost or QuestionAnswer or Sampling or Divide or ReciveSample or ResultEntry or DeparetmentConfirm or LabConfirm or ResultReady or ResultPrinted or DeliveredToResultDep or ResultDelivered or Reserved12 or Reserved13 or Reserved14 or Completed</TestWIP>
          <Result>string</Result>
          <NormalRange>string</NormalRange>
          <Risk>int</Risk>
          <RiskText>string</RiskText>
          <HighValue>int</HighValue>
          <LowValue>int</LowValue>
          <Commnet>string</Commnet>
          <SamplingDate>string</SamplingDate>
          <DepartmentName>string</DepartmentName>
          <PatientName>string</PatientName>
          <AgeAdmit>int</AgeAdmit>
          <Birthday>string</Birthday>
          <PatientInsuranceNumber>string</PatientInsuranceNumber>
          <AdmitPrice>int</AdmitPrice>
          <TotalPatientCharges>int</TotalPatientCharges>
        </Cls_TestResult>
      </GetResultsWithPreAdmitsByTime2Result>
      <ErrorText>string</ErrorText>
    </GetResultsWithPreAdmitsByTime2Response>
  </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 /Service1.asmx HTTP/1.1
Host: 94.183.30.115
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>
    <GetResultsWithPreAdmitsByTime2 xmlns="http://tempuri.org/">
      <UserName>string</UserName>
      <Password>string</Password>
      <FirstDate>string</FirstDate>
      <FirstTime>string</FirstTime>
      <LastTime>string</LastTime>
      <App>Centeral or Saja or Paja</App>
      <VirtualLab>int</VirtualLab>
      <ErrorText>string</ErrorText>
    </GetResultsWithPreAdmitsByTime2>
  </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>
    <GetResultsWithPreAdmitsByTime2Response xmlns="http://tempuri.org/">
      <GetResultsWithPreAdmitsByTime2Result>
        <Cls_TestResult>
          <PreAdmitID>int</PreAdmitID>
          <AdmitID>int</AdmitID>
          <App>Centeral or Saja or Paja</App>
          <TestID>int</TestID>
          <ParentID>int</ParentID>
          <TestGeneralName>string</TestGeneralName>
          <TestSpecialName>string</TestSpecialName>
          <NationalNum>string</NationalNum>
          <Snomed>string</Snomed>
          <AdmitDate>string</AdmitDate>
          <AdmitTime>string</AdmitTime>
          <PatientWIP>Deleted or AdmitPatient or AdmitPatientConfirm or Cost or QuestionAnswer or Sampling or Divide or ReciveSample or ResultEntry or DeparetmentConfirm or LabConfirm or ResultReady or ResultPrinted or DeliveredToResultDep or ResultDelivered or Reserved12 or Reserved13 or Reserved14 or Completed</PatientWIP>
          <TestWIP>Deleted or AdmitPatient or AdmitPatientConfirm or Cost or QuestionAnswer or Sampling or Divide or ReciveSample or ResultEntry or DeparetmentConfirm or LabConfirm or ResultReady or ResultPrinted or DeliveredToResultDep or ResultDelivered or Reserved12 or Reserved13 or Reserved14 or Completed</TestWIP>
          <Result>string</Result>
          <NormalRange>string</NormalRange>
          <Risk>int</Risk>
          <RiskText>string</RiskText>
          <HighValue>int</HighValue>
          <LowValue>int</LowValue>
          <Commnet>string</Commnet>
          <SamplingDate>string</SamplingDate>
          <DepartmentName>string</DepartmentName>
          <PatientName>string</PatientName>
          <AgeAdmit>int</AgeAdmit>
          <Birthday>string</Birthday>
          <PatientInsuranceNumber>string</PatientInsuranceNumber>
          <AdmitPrice>int</AdmitPrice>
          <TotalPatientCharges>int</TotalPatientCharges>
        </Cls_TestResult>
        <Cls_TestResult>
          <PreAdmitID>int</PreAdmitID>
          <AdmitID>int</AdmitID>
          <App>Centeral or Saja or Paja</App>
          <TestID>int</TestID>
          <ParentID>int</ParentID>
          <TestGeneralName>string</TestGeneralName>
          <TestSpecialName>string</TestSpecialName>
          <NationalNum>string</NationalNum>
          <Snomed>string</Snomed>
          <AdmitDate>string</AdmitDate>
          <AdmitTime>string</AdmitTime>
          <PatientWIP>Deleted or AdmitPatient or AdmitPatientConfirm or Cost or QuestionAnswer or Sampling or Divide or ReciveSample or ResultEntry or DeparetmentConfirm or LabConfirm or ResultReady or ResultPrinted or DeliveredToResultDep or ResultDelivered or Reserved12 or Reserved13 or Reserved14 or Completed</PatientWIP>
          <TestWIP>Deleted or AdmitPatient or AdmitPatientConfirm or Cost or QuestionAnswer or Sampling or Divide or ReciveSample or ResultEntry or DeparetmentConfirm or LabConfirm or ResultReady or ResultPrinted or DeliveredToResultDep or ResultDelivered or Reserved12 or Reserved13 or Reserved14 or Completed</TestWIP>
          <Result>string</Result>
          <NormalRange>string</NormalRange>
          <Risk>int</Risk>
          <RiskText>string</RiskText>
          <HighValue>int</HighValue>
          <LowValue>int</LowValue>
          <Commnet>string</Commnet>
          <SamplingDate>string</SamplingDate>
          <DepartmentName>string</DepartmentName>
          <PatientName>string</PatientName>
          <AgeAdmit>int</AgeAdmit>
          <Birthday>string</Birthday>
          <PatientInsuranceNumber>string</PatientInsuranceNumber>
          <AdmitPrice>int</AdmitPrice>
          <TotalPatientCharges>int</TotalPatientCharges>
        </Cls_TestResult>
      </GetResultsWithPreAdmitsByTime2Result>
      <ErrorText>string</ErrorText>
    </GetResultsWithPreAdmitsByTime2Response>
  </soap12:Body>
</soap12:Envelope>