Uses of Class
org.hl7.fhir.dstu3.model.Communication
Packages that use Communication
-
Uses of Communication in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.formats with parameters of type CommunicationModifier and TypeMethodDescriptionprotected voidJsonParser.composeCommunication(String name, Communication element)protected voidRdfParser.composeCommunication(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.composeCommunicationInner(Communication element)JsonParser.parseCommunicationCommunicationPayloadComponent(com.google.gson.JsonObject json, Communication owner)XmlParser.parseCommunicationCommunicationPayloadComponent(org.xmlpull.v1.XmlPullParser xpp, Communication owner)protected booleanXmlParser.parseCommunicationCommunicationPayloadComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Communication owner, Communication.CommunicationPayloadComponent res)protected voidJsonParser.parseCommunicationCommunicationPayloadComponentProperties(com.google.gson.JsonObject json, Communication owner, Communication.CommunicationPayloadComponent res)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.dstu3.model
Methods in org.hl7.fhir.dstu3.model that return CommunicationModifier and TypeMethodDescriptionCommunication.addBasedOn(Reference t)Communication.addCategory(CodeableConcept t)Communication.addDefinition(Reference t)Communication.addIdentifier(Identifier t)Communication.addMedium(CodeableConcept t)Communication.addNote(Annotation t)Communication.addPayload(Communication.CommunicationPayloadComponent t)Communication.addReasonCode(CodeableConcept t)Communication.addReasonReference(Reference t)Communication.addRecipient(Reference t)Communication.copy()Communication.setBasedOn(List<Reference> theBasedOn)Communication.setCategory(List<CodeableConcept> theCategory)Communication.setContext(Reference value)Communication.setContextTarget(Resource value)Communication.setDefinition(List<Reference> theDefinition)Communication.setIdentifier(List<Identifier> theIdentifier)Communication.setMedium(List<CodeableConcept> theMedium)Communication.setNotDone(boolean value)Communication.setNotDoneElement(BooleanType value)Communication.setNotDoneReason(CodeableConcept value)Communication.setNote(List<Annotation> theNote)Communication.setPayload(List<Communication.CommunicationPayloadComponent> thePayload)Communication.setReasonCode(List<CodeableConcept> theReasonCode)Communication.setReasonReference(List<Reference> theReasonReference)Communication.setReceived(Date value)Communication.setReceivedElement(DateTimeType value)Communication.setRecipient(List<Reference> theRecipient)Communication.setSenderTarget(Resource value)Communication.setSentElement(DateTimeType value)Communication.setStatus(Communication.CommunicationStatus value)Communication.setStatusElement(Enumeration<Communication.CommunicationStatus> value)Communication.setSubject(Reference value)Communication.setSubjectTarget(Resource value)protected CommunicationCommunication.typedCopy()