AppointmentResponse |
AppointmentResponse.addIdentifier(IdentifierDt theValue) |
Adds a given new value for identifier ()
|
AppointmentResponse |
AppointmentResponse.setActor(ResourceReferenceDt theValue) |
Sets the value(s) for actor ()
|
AppointmentResponse |
AppointmentResponse.setAppointment(ResourceReferenceDt theValue) |
Sets the value(s) for appointment ()
|
AppointmentResponse |
AppointmentResponse.setComment(ca.uhn.fhir.model.primitive.StringDt theValue) |
Sets the value(s) for comment ()
|
AppointmentResponse |
AppointmentResponse.setComment(String theString) |
Sets the value for comment ()
|
AppointmentResponse |
AppointmentResponse.setEnd(ca.uhn.fhir.model.primitive.InstantDt theValue) |
Sets the value(s) for end ()
|
AppointmentResponse |
AppointmentResponse.setEnd(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) |
Sets the value for end ()
|
AppointmentResponse |
AppointmentResponse.setEndWithMillisPrecision(Date theDate) |
Sets the value for end ()
|
AppointmentResponse |
AppointmentResponse.setIdentifier(List<IdentifierDt> theValue) |
Sets the value(s) for identifier ()
|
AppointmentResponse |
AppointmentResponse.setParticipantStatus(ParticipantStatusEnum theValue) |
Sets the value(s) for participantStatus ()
|
AppointmentResponse |
AppointmentResponse.setParticipantStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<ParticipantStatusEnum> theValue) |
Sets the value(s) for participantStatus ()
|
AppointmentResponse |
AppointmentResponse.setParticipantType(ParticipantTypeEnum theValue) |
Sets the value(s), and clears any existing value(s) for participantType ()
|
AppointmentResponse |
AppointmentResponse.setParticipantType(List<BoundCodeableConceptDt<ParticipantTypeEnum>> theValue) |
Sets the value(s) for participantType ()
|
AppointmentResponse |
AppointmentResponse.setStart(ca.uhn.fhir.model.primitive.InstantDt theValue) |
Sets the value(s) for start ()
|
AppointmentResponse |
AppointmentResponse.setStart(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) |
Sets the value for start ()
|
AppointmentResponse |
AppointmentResponse.setStartWithMillisPrecision(Date theDate) |
Sets the value for start ()
|