Uses of Class
org.hl7.fhir.r5.model.Communication
Packages that use Communication
-
Uses of Communication in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return CommunicationModifier and TypeMethodDescriptionprotected CommunicationJsonParser.parseCommunication(com.google.gson.JsonObject json)protected CommunicationXmlParser.parseCommunication(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type CommunicationModifier and TypeMethodDescriptionprotected voidJsonParser.composeCommunication(String name, Communication element)protected voidRdfParser.composeCommunication(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Communication element, int index)protected voidXmlParser.composeCommunication(String name, Communication element)protected voidXmlParser.composeCommunicationElements(Communication element)protected voidJsonParser.composeCommunicationProperties(Communication element)protected booleanXmlParser.parseCommunicationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Communication res)protected voidJsonParser.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 CommunicationCommunication.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Communication