clinic element

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

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

Example XML

<?xml version="1.0" encoding="UTF-8"?> <clinic 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> </clinic>

Example JSON

{ "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" : [ { }, { } ] }