Uses of Class
org.hl7.fhir.dstu2.model.Communication
-
Uses of Communication in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Communication
JsonParser.parseCommunication
(com.google.gson.JsonObject json) protected Communication
XmlParser.parseCommunication
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeCommunication
(String name, Communication element) protected void
XmlParser.composeCommunication
(String name, Communication element) protected void
JsonParser.composeCommunicationInner
(Communication element) JsonParser.parseCommunicationCommunicationPayloadComponent
(com.google.gson.JsonObject json, Communication owner) XmlParser.parseCommunicationCommunicationPayloadComponent
(org.xmlpull.v1.XmlPullParser xpp, Communication owner) -
Uses of Communication in org.hl7.fhir.dstu2.model
Modifier and TypeMethodDescriptionCommunication.addIdentifier
(Identifier t) Communication.addMedium
(CodeableConcept t) Communication.addPayload
(Communication.CommunicationPayloadComponent t) Communication.addReason
(CodeableConcept t) Communication.addRecipient
(Reference t) Communication.copy()
Communication.setCategory
(CodeableConcept value) Communication.setEncounter
(Reference value) Communication.setEncounterTarget
(Encounter value) Communication.setReceived
(Date value) Communication.setReceivedElement
(DateTimeType value) Communication.setRequestDetail
(Reference value) Communication.setRequestDetailTarget
(CommunicationRequest value) 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
(Patient value) protected Communication
Communication.typedCopy()