Uses of Class
ca.uhn.fhir.model.dstu2.resource.CommunicationRequest
-
Uses of CommunicationRequest in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionCommunicationRequest.addIdentifier
(IdentifierDt theValue) Adds a given new value for identifier ()CommunicationRequest.addMedium
(CodeableConceptDt theValue) Adds a given new value for medium ()CommunicationRequest.addPayload
(CommunicationRequest.Payload theValue) Adds a given new value for payload ()CommunicationRequest.addReason
(CodeableConceptDt theValue) Adds a given new value for reason ()CommunicationRequest.setCategory
(CodeableConceptDt theValue) Sets the value(s) for category ()CommunicationRequest.setEncounter
(ResourceReferenceDt theValue) Sets the value(s) for encounter ()CommunicationRequest.setIdentifier
(List<IdentifierDt> theValue) Sets the value(s) for identifier ()CommunicationRequest.setMedium
(List<CodeableConceptDt> theValue) Sets the value(s) for medium ()CommunicationRequest.setPayload
(List<CommunicationRequest.Payload> theValue) Sets the value(s) for payload ()CommunicationRequest.setPriority
(CodeableConceptDt theValue) Sets the value(s) for priority ()CommunicationRequest.setReason
(List<CodeableConceptDt> theValue) Sets the value(s) for reason ()CommunicationRequest.setRecipient
(List<ResourceReferenceDt> theValue) Sets the value(s) for recipient ()CommunicationRequest.setRequestedOn
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for requestedOn ()CommunicationRequest.setRequestedOn
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for requestedOn ()CommunicationRequest.setRequestedOnWithSecondsPrecision
(Date theDate) Sets the value for requestedOn ()CommunicationRequest.setRequester
(ResourceReferenceDt theValue) Sets the value(s) for requester ()CommunicationRequest.setScheduled
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for scheduled[x] ()CommunicationRequest.setSender
(ResourceReferenceDt theValue) Sets the value(s) for sender ()CommunicationRequest.setStatus
(CommunicationRequestStatusEnum theValue) Sets the value(s) for status ()CommunicationRequest.setStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<CommunicationRequestStatusEnum> theValue) Sets the value(s) for status ()CommunicationRequest.setSubject
(ResourceReferenceDt theValue) Sets the value(s) for subject ()