feedback element

Type: VARFeedback
Namespace: http://healthcare.agilex.com/VeteranAppointmentRequest
XML Schema: ns2.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <feedback xmlns="http://healthcare.agilex.com/VeteranAppointmentRequest"> <uniqueId xmlns="">...</uniqueId> <dateCreated xmlns="">...</dateCreated> <type xmlns="">...</type> <appointmentProcessedAsPerUserNeed xmlns="">...</appointmentProcessedAsPerUserNeed> <recommendationRating xmlns="">...</recommendationRating> <comments xmlns="">...</comments> </feedback>

Example JSON

{ "uniqueId" : "...", "dateCreated" : "...", "type" : "...", "appointmentProcessedAsPerUserNeed" : "Never", "recommendationRating" : ..., "comments" : "..." }