clinicalServices element

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

Example XML

<?xml version="1.0" encoding="UTF-8"?> <clinicalServices 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> <createdDate xmlns="">...</createdDate> <lastModifiedDate xmlns="">...</lastModifiedDate> <createdBy xmlns="">...</createdBy> <modifiedBy xmlns="">...</modifiedBy> <name xmlns="">...</name> <stopCodes xmlns=""> <primary>...</primary> <secondary>...</secondary> </stopCodes> <stopCodes xmlns=""> <!--...--> </stopCodes> <!--...more "stopCodes" elements...--> </clinicalServices>

Example JSON

{ "name" : "...", "stopCodes" : [ { "primary" : "...", "secondary" : "..." }, ... ], "id" : "...", "createdDate" : "...", "lastModifiedDate" : "...", "createdBy" : "...", "modifiedBy" : "...", "object-type" : "...", "link" : [ { }, { } ] }