WebService_EMR_EnrolledPayment


Click here for a complete list of operations.

GetEnrolledPayment

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
enrolled_id:
RequestID:

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 /Modules/EMR/WebServices/WebService_EMR_EnrolledPayment.asmx HTTP/1.1
Host: 10.20.1.42
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetEnrolledPayment"

<?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>
    <GetEnrolledPayment xmlns="http://tempuri.org/">
      <enrolled_id>string</enrolled_id>
      <RequestID>string</RequestID>
    </GetEnrolledPayment>
  </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>
    <GetEnrolledPaymentResponse xmlns="http://tempuri.org/">
      <GetEnrolledPaymentResult>
        <Active>boolean</Active>
        <CreatedBy>string</CreatedBy>
        <CreatedOn>dateTime</CreatedOn>
        <ModifiedBy>string</ModifiedBy>
        <ModifiedOn>dateTime</ModifiedOn>
        <LastAction>string</LastAction>
        <CreatedByCode>string</CreatedByCode>
        <ModifiedByCode>string</ModifiedByCode>
        <EnrolledPaymentID>string</EnrolledPaymentID>
        <EnrolledPaymentNo>string</EnrolledPaymentNo>
        <ClinicID>string</ClinicID>
        <EnrolledPerson>decimal</EnrolledPerson>
        <BudgetYear>dateTime</BudgetYear>
        <SFPercentBudget>decimal</SFPercentBudget>
        <TFPercentBudget>decimal</TFPercentBudget>
        <TotalBudget>decimal</TotalBudget>
        <FinalPayment>decimal</FinalPayment>
        <StationName>string</StationName>
        <StationCode>string</StationCode>
        <ClinicType>string</ClinicType>
        <Status>string</Status>
        <BudgetPerPerson>decimal</BudgetPerPerson>
        <Remark>string</Remark>
        <TotalMonthlyBalance>decimal</TotalMonthlyBalance>
        <FromDate_First>dateTime</FromDate_First>
        <ToDate_First>dateTime</ToDate_First>
        <Status_First>string</Status_First>
        <Code_First>string</Code_First>
        <FromDate_Second>dateTime</FromDate_Second>
        <Status_Second>string</Status_Second>
        <Code_Second>string</Code_Second>
        <FromDate_Third>dateTime</FromDate_Third>
        <ToDate_Third>dateTime</ToDate_Third>
        <ToDate_Second>dateTime</ToDate_Second>
        <Status_Third>string</Status_Third>
        <Code_Third>string</Code_Third>
        <FromDate_Fourth>dateTime</FromDate_Fourth>
        <ToDate_Fourth>dateTime</ToDate_Fourth>
        <Status_Fourth>string</Status_Fourth>
        <Code_Fourth>string</Code_Fourth>
        <FromDate_Last>dateTime</FromDate_Last>
        <ToDate_Last>dateTime</ToDate_Last>
        <Status_Last>string</Status_Last>
        <Code_Last>string</Code_Last>
      </GetEnrolledPaymentResult>
    </GetEnrolledPaymentResponse>
  </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 /Modules/EMR/WebServices/WebService_EMR_EnrolledPayment.asmx HTTP/1.1
Host: 10.20.1.42
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>
    <GetEnrolledPayment xmlns="http://tempuri.org/">
      <enrolled_id>string</enrolled_id>
      <RequestID>string</RequestID>
    </GetEnrolledPayment>
  </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>
    <GetEnrolledPaymentResponse xmlns="http://tempuri.org/">
      <GetEnrolledPaymentResult>
        <Active>boolean</Active>
        <CreatedBy>string</CreatedBy>
        <CreatedOn>dateTime</CreatedOn>
        <ModifiedBy>string</ModifiedBy>
        <ModifiedOn>dateTime</ModifiedOn>
        <LastAction>string</LastAction>
        <CreatedByCode>string</CreatedByCode>
        <ModifiedByCode>string</ModifiedByCode>
        <EnrolledPaymentID>string</EnrolledPaymentID>
        <EnrolledPaymentNo>string</EnrolledPaymentNo>
        <ClinicID>string</ClinicID>
        <EnrolledPerson>decimal</EnrolledPerson>
        <BudgetYear>dateTime</BudgetYear>
        <SFPercentBudget>decimal</SFPercentBudget>
        <TFPercentBudget>decimal</TFPercentBudget>
        <TotalBudget>decimal</TotalBudget>
        <FinalPayment>decimal</FinalPayment>
        <StationName>string</StationName>
        <StationCode>string</StationCode>
        <ClinicType>string</ClinicType>
        <Status>string</Status>
        <BudgetPerPerson>decimal</BudgetPerPerson>
        <Remark>string</Remark>
        <TotalMonthlyBalance>decimal</TotalMonthlyBalance>
        <FromDate_First>dateTime</FromDate_First>
        <ToDate_First>dateTime</ToDate_First>
        <Status_First>string</Status_First>
        <Code_First>string</Code_First>
        <FromDate_Second>dateTime</FromDate_Second>
        <Status_Second>string</Status_Second>
        <Code_Second>string</Code_Second>
        <FromDate_Third>dateTime</FromDate_Third>
        <ToDate_Third>dateTime</ToDate_Third>
        <ToDate_Second>dateTime</ToDate_Second>
        <Status_Third>string</Status_Third>
        <Code_Third>string</Code_Third>
        <FromDate_Fourth>dateTime</FromDate_Fourth>
        <ToDate_Fourth>dateTime</ToDate_Fourth>
        <Status_Fourth>string</Status_Fourth>
        <Code_Fourth>string</Code_Fourth>
        <FromDate_Last>dateTime</FromDate_Last>
        <ToDate_Last>dateTime</ToDate_Last>
        <Status_Last>string</Status_Last>
        <Code_Last>string</Code_Last>
      </GetEnrolledPaymentResult>
    </GetEnrolledPaymentResponse>
  </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 /Modules/EMR/WebServices/WebService_EMR_EnrolledPayment.asmx/GetEnrolledPayment?enrolled_id=string&RequestID=string HTTP/1.1
Host: 10.20.1.42
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<EMR_EnrolledPaymentView xmlns="http://tempuri.org/">
  <Active>boolean</Active>
  <CreatedBy>string</CreatedBy>
  <CreatedOn>dateTime</CreatedOn>
  <ModifiedBy>string</ModifiedBy>
  <ModifiedOn>dateTime</ModifiedOn>
  <LastAction>string</LastAction>
  <CreatedByCode>string</CreatedByCode>
  <ModifiedByCode>string</ModifiedByCode>
  <EnrolledPaymentID>string</EnrolledPaymentID>
  <EnrolledPaymentNo>string</EnrolledPaymentNo>
  <ClinicID>string</ClinicID>
  <EnrolledPerson>decimal</EnrolledPerson>
  <BudgetYear>dateTime</BudgetYear>
  <SFPercentBudget>decimal</SFPercentBudget>
  <TFPercentBudget>decimal</TFPercentBudget>
  <TotalBudget>decimal</TotalBudget>
  <FinalPayment>decimal</FinalPayment>
  <StationName>string</StationName>
  <StationCode>string</StationCode>
  <ClinicType>string</ClinicType>
  <Status>string</Status>
  <BudgetPerPerson>decimal</BudgetPerPerson>
  <Remark>string</Remark>
  <TotalMonthlyBalance>decimal</TotalMonthlyBalance>
  <FromDate_First>dateTime</FromDate_First>
  <ToDate_First>dateTime</ToDate_First>
  <Status_First>string</Status_First>
  <Code_First>string</Code_First>
  <FromDate_Second>dateTime</FromDate_Second>
  <Status_Second>string</Status_Second>
  <Code_Second>string</Code_Second>
  <FromDate_Third>dateTime</FromDate_Third>
  <ToDate_Third>dateTime</ToDate_Third>
  <ToDate_Second>dateTime</ToDate_Second>
  <Status_Third>string</Status_Third>
  <Code_Third>string</Code_Third>
  <FromDate_Fourth>dateTime</FromDate_Fourth>
  <ToDate_Fourth>dateTime</ToDate_Fourth>
  <Status_Fourth>string</Status_Fourth>
  <Code_Fourth>string</Code_Fourth>
  <FromDate_Last>dateTime</FromDate_Last>
  <ToDate_Last>dateTime</ToDate_Last>
  <Status_Last>string</Status_Last>
  <Code_Last>string</Code_Last>
</EMR_EnrolledPaymentView>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /Modules/EMR/WebServices/WebService_EMR_EnrolledPayment.asmx/GetEnrolledPayment HTTP/1.1
Host: 10.20.1.42
Content-Type: application/x-www-form-urlencoded
Content-Length: length

enrolled_id=string&RequestID=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<EMR_EnrolledPaymentView xmlns="http://tempuri.org/">
  <Active>boolean</Active>
  <CreatedBy>string</CreatedBy>
  <CreatedOn>dateTime</CreatedOn>
  <ModifiedBy>string</ModifiedBy>
  <ModifiedOn>dateTime</ModifiedOn>
  <LastAction>string</LastAction>
  <CreatedByCode>string</CreatedByCode>
  <ModifiedByCode>string</ModifiedByCode>
  <EnrolledPaymentID>string</EnrolledPaymentID>
  <EnrolledPaymentNo>string</EnrolledPaymentNo>
  <ClinicID>string</ClinicID>
  <EnrolledPerson>decimal</EnrolledPerson>
  <BudgetYear>dateTime</BudgetYear>
  <SFPercentBudget>decimal</SFPercentBudget>
  <TFPercentBudget>decimal</TFPercentBudget>
  <TotalBudget>decimal</TotalBudget>
  <FinalPayment>decimal</FinalPayment>
  <StationName>string</StationName>
  <StationCode>string</StationCode>
  <ClinicType>string</ClinicType>
  <Status>string</Status>
  <BudgetPerPerson>decimal</BudgetPerPerson>
  <Remark>string</Remark>
  <TotalMonthlyBalance>decimal</TotalMonthlyBalance>
  <FromDate_First>dateTime</FromDate_First>
  <ToDate_First>dateTime</ToDate_First>
  <Status_First>string</Status_First>
  <Code_First>string</Code_First>
  <FromDate_Second>dateTime</FromDate_Second>
  <Status_Second>string</Status_Second>
  <Code_Second>string</Code_Second>
  <FromDate_Third>dateTime</FromDate_Third>
  <ToDate_Third>dateTime</ToDate_Third>
  <ToDate_Second>dateTime</ToDate_Second>
  <Status_Third>string</Status_Third>
  <Code_Third>string</Code_Third>
  <FromDate_Fourth>dateTime</FromDate_Fourth>
  <ToDate_Fourth>dateTime</ToDate_Fourth>
  <Status_Fourth>string</Status_Fourth>
  <Code_Fourth>string</Code_Fourth>
  <FromDate_Last>dateTime</FromDate_Last>
  <ToDate_Last>dateTime</ToDate_Last>
  <Status_Last>string</Status_Last>
  <Code_Last>string</Code_Last>
</EMR_EnrolledPaymentView>