Uses of Class
org.hl7.fhir.dstu2.model.Communication
Packages that use Communication
-
Uses of Communication in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type CommunicationModifier and TypeMethodDescriptionprotected voidJsonParser.composeCommunication(String name, Communication element)protected voidXmlParser.composeCommunication(String name, 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) -
Uses of Communication in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.model that return CommunicationModifier 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 CommunicationCommunication.typedCopy()