WebService_EMR_AppointmentInformation


Click here for a complete list of operations.

SaveAppointment

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
appointment_id:
ScheduleNo:
scheduleInfo_id:
Station_ID:
doctor_id:
speciallityID:
create_date:
app_date:
app_time:
patient_name:
status:
ssno:
remainder:
gender:
age:
contactNo:
email:
address:
description:
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_AppointmentInformation.asmx HTTP/1.1
Host: 10.20.1.42
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/SaveAppointment"

<?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>
    <SaveAppointment xmlns="http://tempuri.org/">
      <appointment_id>string</appointment_id>
      <ScheduleNo>string</ScheduleNo>
      <scheduleInfo_id>string</scheduleInfo_id>
      <Station_ID>string</Station_ID>
      <doctor_id>string</doctor_id>
      <speciallityID>string</speciallityID>
      <create_date>string</create_date>
      <app_date>string</app_date>
      <app_time>string</app_time>
      <patient_name>string</patient_name>
      <status>string</status>
      <ssno>string</ssno>
      <remainder>string</remainder>
      <gender>string</gender>
      <age>string</age>
      <contactNo>string</contactNo>
      <email>string</email>
      <address>string</address>
      <description>string</description>
      <RequestID>string</RequestID>
    </SaveAppointment>
  </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>
    <SaveAppointmentResponse xmlns="http://tempuri.org/">
      <SaveAppointmentResult>string</SaveAppointmentResult>
    </SaveAppointmentResponse>
  </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_AppointmentInformation.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>
    <SaveAppointment xmlns="http://tempuri.org/">
      <appointment_id>string</appointment_id>
      <ScheduleNo>string</ScheduleNo>
      <scheduleInfo_id>string</scheduleInfo_id>
      <Station_ID>string</Station_ID>
      <doctor_id>string</doctor_id>
      <speciallityID>string</speciallityID>
      <create_date>string</create_date>
      <app_date>string</app_date>
      <app_time>string</app_time>
      <patient_name>string</patient_name>
      <status>string</status>
      <ssno>string</ssno>
      <remainder>string</remainder>
      <gender>string</gender>
      <age>string</age>
      <contactNo>string</contactNo>
      <email>string</email>
      <address>string</address>
      <description>string</description>
      <RequestID>string</RequestID>
    </SaveAppointment>
  </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>
    <SaveAppointmentResponse xmlns="http://tempuri.org/">
      <SaveAppointmentResult>string</SaveAppointmentResult>
    </SaveAppointmentResponse>
  </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_AppointmentInformation.asmx/SaveAppointment?appointment_id=string&ScheduleNo=string&scheduleInfo_id=string&Station_ID=string&doctor_id=string&speciallityID=string&create_date=string&app_date=string&app_time=string&patient_name=string&status=string&ssno=string&remainder=string&gender=string&age=string&contactNo=string&email=string&address=string&description=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"?>
<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 /Modules/EMR/WebServices/WebService_EMR_AppointmentInformation.asmx/SaveAppointment HTTP/1.1
Host: 10.20.1.42
Content-Type: application/x-www-form-urlencoded
Content-Length: length

appointment_id=string&ScheduleNo=string&scheduleInfo_id=string&Station_ID=string&doctor_id=string&speciallityID=string&create_date=string&app_date=string&app_time=string&patient_name=string&status=string&ssno=string&remainder=string&gender=string&age=string&contactNo=string&email=string&address=string&description=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"?>
<string xmlns="http://tempuri.org/">string</string>