Appointment |
Appointment.addIdentifier(IdentifierDt theValue) |
Adds a given new value for identifier ()
|
Appointment |
Appointment.addParticipant(Appointment.Participant theValue) |
Adds a given new value for participant ()
|
Appointment |
Appointment.setComment(ca.uhn.fhir.model.primitive.StringDt theValue) |
Sets the value(s) for comment ()
|
Appointment |
Appointment.setComment(String theString) |
Sets the value for comment ()
|
Appointment |
Appointment.setDescription(ca.uhn.fhir.model.primitive.StringDt theValue) |
Sets the value(s) for description ()
|
Appointment |
Appointment.setDescription(String theString) |
Sets the value for description ()
|
Appointment |
Appointment.setEnd(ca.uhn.fhir.model.primitive.InstantDt theValue) |
Sets the value(s) for end ()
|
Appointment |
Appointment.setEnd(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) |
Sets the value for end ()
|
Appointment |
Appointment.setEndWithMillisPrecision(Date theDate) |
Sets the value for end ()
|
Appointment |
Appointment.setIdentifier(List<IdentifierDt> theValue) |
Sets the value(s) for identifier ()
|
Appointment |
Appointment.setMinutesDuration(int theInteger) |
Sets the value for minutesDuration ()
|
Appointment |
Appointment.setMinutesDuration(ca.uhn.fhir.model.primitive.PositiveIntDt theValue) |
Sets the value(s) for minutesDuration ()
|
Appointment |
Appointment.setParticipant(List<Appointment.Participant> theValue) |
Sets the value(s) for participant ()
|
Appointment |
Appointment.setPriority(int theInteger) |
Sets the value for priority ()
|
Appointment |
Appointment.setPriority(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue) |
Sets the value(s) for priority ()
|
Appointment |
Appointment.setReason(CodeableConceptDt theValue) |
Sets the value(s) for reason ()
|
Appointment |
Appointment.setSlot(List<ResourceReferenceDt> theValue) |
Sets the value(s) for slot ()
|
Appointment |
Appointment.setStart(ca.uhn.fhir.model.primitive.InstantDt theValue) |
Sets the value(s) for start ()
|
Appointment |
Appointment.setStart(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) |
Sets the value for start ()
|
Appointment |
Appointment.setStartWithMillisPrecision(Date theDate) |
Sets the value for start ()
|
Appointment |
Appointment.setStatus(AppointmentStatusEnum theValue) |
Sets the value(s) for status ()
|
Appointment |
Appointment.setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<AppointmentStatusEnum> theValue) |
Sets the value(s) for status ()
|
Appointment |
Appointment.setType(CodeableConceptDt theValue) |
Sets the value(s) for type ()
|