
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Appointment
Packages that use Appointment
-
Uses of Appointment in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return AppointmentModifier and TypeMethodDescriptionAppointment.addIdentifier(IdentifierDt theValue) Adds a given new value for identifier ()Appointment.addParticipant(Appointment.Participant theValue) Adds a given new value for participant ()Appointment.setComment(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for comment ()Appointment.setComment(String theString) Sets the value for comment ()Appointment.setDescription(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()Appointment.setDescription(String theString) Sets the value for description ()Appointment.setEnd(ca.uhn.fhir.model.primitive.InstantDt theValue) Sets the value(s) for end ()Sets the value for end ()Appointment.setEndWithMillisPrecision(Date theDate) Sets the value for end ()Appointment.setIdentifier(List<IdentifierDt> theValue) Sets the value(s) for identifier ()Appointment.setMinutesDuration(int theInteger) Sets the value for minutesDuration ()Appointment.setMinutesDuration(ca.uhn.fhir.model.primitive.PositiveIntDt theValue) Sets the value(s) for minutesDuration ()Appointment.setParticipant(List<Appointment.Participant> theValue) Sets the value(s) for participant ()Appointment.setPriority(int theInteger) Sets the value for priority ()Appointment.setPriority(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue) Sets the value(s) for priority ()Appointment.setReason(CodeableConceptDt theValue) Sets the value(s) for reason ()Appointment.setSlot(List<ResourceReferenceDt> theValue) Sets the value(s) for slot ()Appointment.setStart(ca.uhn.fhir.model.primitive.InstantDt theValue) Sets the value(s) for start ()Sets the value for start ()Appointment.setStartWithMillisPrecision(Date theDate) Sets the value for start ()Appointment.setStatus(AppointmentStatusEnum theValue) Sets the value(s) for status ()Appointment.setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<AppointmentStatusEnum> theValue) Sets the value(s) for status ()Appointment.setType(CodeableConceptDt theValue) Sets the value(s) for type ()