
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Communication
Packages that use Communication
-
Uses of Communication in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return CommunicationModifier and TypeMethodDescriptionCommunication.addIdentifier(IdentifierDt theValue) Adds a given new value for identifier ()Communication.addMedium(CodeableConceptDt theValue) Adds a given new value for medium ()Communication.addPayload(Communication.Payload theValue) Adds a given new value for payload ()Communication.addReason(CodeableConceptDt theValue) Adds a given new value for reason ()Communication.setCategory(CodeableConceptDt theValue) Sets the value(s) for category ()Communication.setEncounter(ResourceReferenceDt theValue) Sets the value(s) for encounter ()Communication.setIdentifier(List<IdentifierDt> theValue) Sets the value(s) for identifier ()Communication.setMedium(List<CodeableConceptDt> theValue) Sets the value(s) for medium ()Communication.setPayload(List<Communication.Payload> theValue) Sets the value(s) for payload ()Communication.setReason(List<CodeableConceptDt> theValue) Sets the value(s) for reason ()Communication.setReceived(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for received ()Communication.setReceived(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for received ()Communication.setReceivedWithSecondsPrecision(Date theDate) Sets the value for received ()Communication.setRecipient(List<ResourceReferenceDt> theValue) Sets the value(s) for recipient ()Communication.setRequestDetail(ResourceReferenceDt theValue) Sets the value(s) for requestDetail ()Communication.setSender(ResourceReferenceDt theValue) Sets the value(s) for sender ()Communication.setSent(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for sent ()Sets the value for sent ()Communication.setSentWithSecondsPrecision(Date theDate) Sets the value for sent ()Communication.setStatus(CommunicationStatusEnum theValue) Sets the value(s) for status ()Communication.setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<CommunicationStatusEnum> theValue) Sets the value(s) for status ()Communication.setSubject(ResourceReferenceDt theValue) Sets the value(s) for subject ()