
Uses of Class
org.hl7.fhir.r5.model.Appointment
Packages that use Appointment
-
Uses of Appointment in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return AppointmentModifier and TypeMethodDescriptionstatic Appointment
Extensions.addEpisodeOfCare
(Appointment context, Reference value) static Appointment
Extensions.setReleaseDate
(Appointment context, String value) Methods in org.hl7.fhir.r5.extensions with parameters of type AppointmentModifier and TypeMethodDescriptionstatic Appointment
Extensions.addEpisodeOfCare
(Appointment context, Reference value) Extensions.getEpisodeOfCareList
(Appointment context) static String
Extensions.getReleaseDate
(Appointment context) static Appointment
Extensions.setReleaseDate
(Appointment context, String value) -
Uses of Appointment in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return AppointmentModifier and TypeMethodDescriptionprotected Appointment
JsonParser.parseAppointment
(com.google.gson.JsonObject json) protected Appointment
XmlParser.parseAppointment
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type AppointmentModifier and TypeMethodDescriptionprotected void
JsonParser.composeAppointment
(String name, Appointment element) protected void
RdfParser.composeAppointment
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Appointment element, int index) protected void
XmlParser.composeAppointment
(String name, Appointment element) protected void
XmlParser.composeAppointmentElements
(Appointment element) protected void
JsonParser.composeAppointmentProperties
(Appointment element) protected boolean
XmlParser.parseAppointmentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Appointment res) protected void
JsonParser.parseAppointmentProperties
(com.google.gson.JsonObject json, Appointment res) -
Uses of Appointment in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return AppointmentModifier and TypeMethodDescriptionAppointment.addAccount
(Reference t) Appointment.addBasedOn
(Reference t) Appointment.addClass_
(CodeableConcept t) Appointment.addIdentifier
(Identifier t) Appointment.addNote
(Annotation t) Appointment.addParticipant
(Appointment.AppointmentParticipantComponent t) Appointment.addPatientInstruction
(CodeableReference t) Appointment.addReason
(CodeableReference t) Appointment.addReplaces
(Reference t) Appointment.addRequestedPeriod
(Period t) Appointment.addServiceCategory
(CodeableConcept t) Appointment.addServiceType
(CodeableReference t) Appointment.addSpecialty
(CodeableConcept t) Appointment.addSupportingInformation
(Reference t) Appointment.addVirtualService
(VirtualServiceDetail t) Appointment.copy()
Appointment.setAccount
(List<Reference> theAccount) Appointment.setAppointmentType
(CodeableConcept value) Appointment.setBasedOn
(List<Reference> theBasedOn) Appointment.setCancellationDate
(Date value) Appointment.setCancellationDateElement
(DateTimeType value) Appointment.setCancellationReason
(CodeableConcept value) Appointment.setClass_
(List<CodeableConcept> theClass_) 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.setMinutesDuration
(int value) Appointment.setMinutesDurationElement
(PositiveIntType value) Appointment.setNote
(List<Annotation> theNote) Appointment.setOccurrenceChanged
(boolean value) Appointment.setOccurrenceChangedElement
(BooleanType value) Appointment.setOriginatingAppointment
(Reference value) Appointment.setParticipant
(List<Appointment.AppointmentParticipantComponent> theParticipant) Appointment.setPatientInstruction
(List<CodeableReference> thePatientInstruction) Appointment.setPreviousAppointment
(Reference value) Appointment.setPriority
(CodeableConcept value) Appointment.setReason
(List<CodeableReference> theReason) Appointment.setRecurrenceId
(int value) Appointment.setRecurrenceIdElement
(PositiveIntType value) Appointment.setRecurrenceTemplate
(List<Appointment.AppointmentRecurrenceTemplateComponent> theRecurrenceTemplate) Appointment.setReplaces
(List<Reference> theReplaces) Appointment.setRequestedPeriod
(List<Period> theRequestedPeriod) Appointment.setServiceCategory
(List<CodeableConcept> theServiceCategory) Appointment.setServiceType
(List<CodeableReference> theServiceType) Appointment.setSpecialty
(List<CodeableConcept> theSpecialty) Appointment.setStartElement
(InstantType value) Appointment.setStatus
(Appointment.AppointmentStatus value) Appointment.setStatusElement
(Enumeration<Appointment.AppointmentStatus> value) Appointment.setSubject
(Reference value) Appointment.setSupportingInformation
(List<Reference> theSupportingInformation) Appointment.setVirtualService
(List<VirtualServiceDetail> theVirtualService) protected Appointment
Appointment.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type Appointment