
Uses of Class
org.hl7.fhir.dstu3.model.Appointment
Packages that use Appointment
-
Uses of Appointment in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return AppointmentModifier and TypeMethodDescriptionprotected AppointmentJsonParser.parseAppointment(com.google.gson.JsonObject json) protected AppointmentXmlParser.parseAppointment(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type AppointmentModifier and TypeMethodDescriptionprotected voidJsonParser.composeAppointment(String name, Appointment element) protected voidRdfParser.composeAppointment(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Appointment element, int index) protected voidXmlParser.composeAppointment(String name, Appointment element) protected voidXmlParser.composeAppointmentElements(Appointment element) protected voidJsonParser.composeAppointmentInner(Appointment element) JsonParser.parseAppointmentAppointmentParticipantComponent(com.google.gson.JsonObject json, Appointment owner) XmlParser.parseAppointmentAppointmentParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, Appointment owner) protected booleanXmlParser.parseAppointmentAppointmentParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Appointment owner, Appointment.AppointmentParticipantComponent res) protected voidJsonParser.parseAppointmentAppointmentParticipantComponentProperties(com.google.gson.JsonObject json, Appointment owner, Appointment.AppointmentParticipantComponent res) protected booleanXmlParser.parseAppointmentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Appointment res) protected voidJsonParser.parseAppointmentProperties(com.google.gson.JsonObject json, Appointment res) -
Uses of Appointment in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as AppointmentModifier and TypeFieldDescriptionprotected AppointmentAppointmentResponse.appointmentTargetThe actual object that is the target of the reference (Appointment that this response is replying to.)protected AppointmentEncounter.appointmentTargetThe actual object that is the target of the reference (The appointment that scheduled this encounter.)Methods in org.hl7.fhir.dstu3.model that return AppointmentModifier and TypeMethodDescriptionAppointment.addIdentifier(Identifier t) Appointment.addIncomingReferral(Reference t) Appointment.addIndication(Reference t) Appointment.addParticipant(Appointment.AppointmentParticipantComponent t) Appointment.addReason(CodeableConcept t) Appointment.addRequestedPeriod(Period t) Appointment.addServiceType(CodeableConcept t) Appointment.addSpecialty(CodeableConcept t) Appointment.addSupportingInformation(Reference t) Appointment.copy()AppointmentResponse.getAppointmentTarget()Encounter.getAppointmentTarget()Appointment.setAppointmentType(CodeableConcept value) Appointment.setComment(String value) Appointment.setCommentElement(StringType value) Appointment.setCreated(Date value) Appointment.setCreatedElement(DateTimeType value) Appointment.setDescription(String value) Appointment.setDescriptionElement(StringType value) Appointment.setEndElement(InstantType value) Appointment.setIdentifier(List<Identifier> theIdentifier) Appointment.setIncomingReferral(List<Reference> theIncomingReferral) Appointment.setIndication(List<Reference> theIndication) Appointment.setMinutesDuration(int value) Appointment.setMinutesDurationElement(PositiveIntType value) Appointment.setParticipant(List<Appointment.AppointmentParticipantComponent> theParticipant) Appointment.setPriority(int value) Appointment.setPriorityElement(UnsignedIntType value) Appointment.setReason(List<CodeableConcept> theReason) Appointment.setRequestedPeriod(List<Period> theRequestedPeriod) Appointment.setServiceCategory(CodeableConcept value) Appointment.setServiceType(List<CodeableConcept> theServiceType) Appointment.setSpecialty(List<CodeableConcept> theSpecialty) Appointment.setStartElement(InstantType value) Appointment.setStatus(Appointment.AppointmentStatus value) Appointment.setStatusElement(Enumeration<Appointment.AppointmentStatus> value) Appointment.setSupportingInformation(List<Reference> theSupportingInformation) protected AppointmentAppointment.typedCopy()Methods in org.hl7.fhir.dstu3.model with parameters of type AppointmentModifier and TypeMethodDescriptionAppointmentResponse.setAppointmentTarget(Appointment value) Encounter.setAppointmentTarget(Appointment value)