coreSettings element
Type: | coreSettings |
Namespace: | http://healthcare.agilex.com/VeteranAppointmentRequest |
XML Schema: | ns2.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<coreSettings xmlns="http://healthcare.agilex.com/VeteranAppointmentRequest">
<typeOfCare xmlns="">...</typeOfCare>
<patientHistoryRequired xmlns="">...</patientHistoryRequired>
<patientHistoryDuration xmlns="">...</patientHistoryDuration>
</coreSettings>
Example JSON
{
"typeOfCare" : "...",
"patientHistoryRequired" : "...",
"patientHistoryDuration" : ...
}