clinics element

Type: schedulingClinics
Namespace: http://healthcare.agilex.com/directScheduling
XML Schema: ns1.xsd

Created with IntelliJ IDEA. User: patelh Date: 8/28/13 Time: 1:26 PM To change this template use File | Settings | File Templates.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <clinics xmlns="http://healthcare.agilex.com/directScheduling"> <object-type xmlns="">...</object-type> <atom:link xmlns:atom="http://www.w3.org/2005/Atom">...</atom:link> <atom:link xmlns:atom="http://www.w3.org/2005/Atom">...</atom:link> <!--...more "link" elements...--> <id xmlns="">...</id> <name xmlns="">...</name> <department xmlns="">...</department> <service xmlns="">...</service> <specialty xmlns="">...</specialty> <stopCode xmlns="">...</stopCode> <facility xmlns=""> <object-type>...</object-type> <atom:link xmlns:atom="http://www.w3.org/2005/Atom">...</atom:link> <atom:link xmlns:atom="http://www.w3.org/2005/Atom">...</atom:link> <!--...more "link" elements...--> <siteCode>...</siteCode> <name>...</name> <displayName>...</displayName> <regionId>...</regionId> <lastEventTimestamp>...</lastEventTimestamp> <lastEventReason>...</lastEventReason> <uid>...</uid> <pid>...</pid> <type>...</type> <facilityCode>...</facilityCode> <state>...</state> <city>...</city> <address>...</address> <parentSiteCode>...</parentSiteCode> </facility> <askForCheckIn xmlns="">...</askForCheckIn> <facilityCode xmlns="">...</facilityCode> <dssId xmlns="">...</dssId> <schedulingClinic xmlns=""> <object-type>...</object-type> <atom:link xmlns:atom="http://www.w3.org/2005/Atom">...</atom:link> <atom:link xmlns:atom="http://www.w3.org/2005/Atom">...</atom:link> <!--...more "link" elements...--> <id>...</id> <name>...</name> <department>...</department> <service>...</service> <specialty>...</specialty> <stopCode>...</stopCode> <facility> <object-type>...</object-type> <atom:link xmlns:atom="http://www.w3.org/2005/Atom">...</atom:link> <atom:link xmlns:atom="http://www.w3.org/2005/Atom">...</atom:link> <!--...more "link" elements...--> <siteCode>...</siteCode> <name>...</name> <displayName>...</displayName> <regionId>...</regionId> <lastEventTimestamp>...</lastEventTimestamp> <lastEventReason>...</lastEventReason> <uid>...</uid> <pid>...</pid> <type>...</type> <facilityCode>...</facilityCode> <state>...</state> <city>...</city> <address>...</address> <parentSiteCode>...</parentSiteCode> </facility> <askForCheckIn>...</askForCheckIn> <facilityCode>...</facilityCode> <dssId>...</dssId> </schedulingClinic> <schedulingClinic xmlns=""> <!--...--> </schedulingClinic> <!--...more "schedulingClinic" elements...--> </clinics>

Example JSON

{ "schedulingClinic" : [ { "id" : "...", "name" : "...", "department" : "...", "service" : "...", "specialty" : "...", "stopCode" : "...", "facility" : { "siteCode" : "...", "name" : "...", "displayName" : "...", "regionId" : "...", "lastEventTimestamp" : "...", "lastEventReason" : "...", "uid" : "...", "pid" : "...", "type" : "...", "facilityCode" : "...", "state" : "...", "city" : "...", "address" : "...", "parentSiteCode" : "...", "object-type" : "...", "link" : [ { }, { } ] }, "askForCheckIn" : false, "facilityCode" : "...", "dssId" : "...", "object-type" : "...", "link" : [ { }, { } ] }, ... ], "id" : "...", "name" : "...", "department" : "...", "service" : "...", "specialty" : "...", "stopCode" : "...", "facility" : { "siteCode" : "...", "name" : "...", "displayName" : "...", "regionId" : "...", "lastEventTimestamp" : "...", "lastEventReason" : "...", "uid" : "...", "pid" : "...", "type" : "...", "facilityCode" : "...", "state" : "...", "city" : "...", "address" : "...", "parentSiteCode" : "...", "object-type" : "...", "link" : [ { }, { } ] }, "askForCheckIn" : false, "facilityCode" : "...", "dssId" : "...", "object-type" : "...", "link" : [ { }, { } ] }