
Uses of Class
org.hl7.fhir.r5.model.Communication
Packages that use Communication
-
Uses of Communication in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return CommunicationModifier and TypeMethodDescriptionstatic Communication
Extensions.addAdheresTo
(Communication context, Reference value) static Communication
Extensions.addAdheresToCanonical
(Communication context, String value) static Communication
Extensions.addAdheresToUri
(Communication context, String value) static Communication
Extensions.addCMedia
(Communication context, Attachment value) static Communication
Extensions.addEpisodeOfCare
(Communication context, Reference value) static Communication
Extensions.setReleaseDate
(Communication context, String value) static Communication
Extensions.setTriggeredBy
(Communication context, Reference value) static Communication
Extensions.setTriggeredByCanonical
(Communication context, String value) static Communication
Extensions.setTriggeredByUri
(Communication context, String value) Methods in org.hl7.fhir.r5.extensions with parameters of type CommunicationModifier and TypeMethodDescriptionstatic Communication
Extensions.addAdheresTo
(Communication context, Reference value) static Communication
Extensions.addAdheresToCanonical
(Communication context, String value) static Communication
Extensions.addAdheresToUri
(Communication context, String value) static Communication
Extensions.addCMedia
(Communication context, Attachment value) static Communication
Extensions.addEpisodeOfCare
(Communication context, Reference value) Extensions.getAdheresToReferenceList
(Communication context) Extensions.getAdheresToStringList
(Communication context) static List
<Attachment> Extensions.getCMediaList
(Communication context) Extensions.getEpisodeOfCareList
(Communication context) static String
Extensions.getReleaseDate
(Communication context) static Reference
Extensions.getTriggeredByReference
(Communication context) static String
Extensions.getTriggeredByString
(Communication context) static Communication
Extensions.setReleaseDate
(Communication context, String value) static Communication
Extensions.setTriggeredBy
(Communication context, Reference value) static Communication
Extensions.setTriggeredByCanonical
(Communication context, String value) static Communication
Extensions.setTriggeredByUri
(Communication context, String value) -
Uses of Communication in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return CommunicationModifier and TypeMethodDescriptionprotected Communication
JsonParser.parseCommunication
(com.google.gson.JsonObject json) protected Communication
XmlParser.parseCommunication
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type CommunicationModifier and TypeMethodDescriptionprotected void
JsonParser.composeCommunication
(String name, Communication element) protected void
RdfParser.composeCommunication
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Communication element, int index) protected void
XmlParser.composeCommunication
(String name, Communication element) protected void
XmlParser.composeCommunicationElements
(Communication element) protected void
JsonParser.composeCommunicationProperties
(Communication element) protected boolean
XmlParser.parseCommunicationContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Communication res) protected void
JsonParser.parseCommunicationProperties
(com.google.gson.JsonObject json, Communication res) -
Uses of Communication in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return CommunicationModifier and TypeMethodDescriptionCommunication.addBasedOn
(Reference t) Communication.addCategory
(CodeableConcept t) Communication.addIdentifier
(Identifier t) Communication.addInResponseTo
(Reference t) Communication.addInstantiatesCanonical
(String value) Communication.addInstantiatesUri
(String value) Communication.addMedium
(CodeableConcept t) Communication.addNote
(Annotation t) Communication.addPayload
(Communication.CommunicationPayloadComponent t) Communication.addReason
(CodeableReference t) Communication.addRecipient
(Reference t) Communication.copy()
Communication.setBasedOn
(List<Reference> theBasedOn) Communication.setCategory
(List<CodeableConcept> theCategory) Communication.setEncounter
(Reference value) Communication.setIdentifier
(List<Identifier> theIdentifier) Communication.setInResponseTo
(List<Reference> theInResponseTo) Communication.setInstantiatesCanonical
(List<CanonicalType> theInstantiatesCanonical) Communication.setInstantiatesUri
(List<UriType> theInstantiatesUri) Communication.setMedium
(List<CodeableConcept> theMedium) Communication.setNote
(List<Annotation> theNote) Communication.setPayload
(List<Communication.CommunicationPayloadComponent> thePayload) Communication.setPriority
(Enumerations.RequestPriority value) Communication.setPriorityElement
(Enumeration<Enumerations.RequestPriority> value) Communication.setReason
(List<CodeableReference> theReason) Communication.setReceived
(Date value) Communication.setReceivedElement
(DateTimeType value) Communication.setRecipient
(List<Reference> theRecipient) Communication.setSentElement
(DateTimeType value) Communication.setStatus
(Enumerations.EventStatus value) Communication.setStatusElement
(Enumeration<Enumerations.EventStatus> value) Communication.setStatusReason
(CodeableConcept value) Communication.setSubject
(Reference value) Communication.setTopic
(CodeableConcept value) protected Communication
Communication.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type Communication