| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Patient.PatientCommunicationComponent |
JsonParser.parsePatientPatientCommunicationComponent(com.google.gson.JsonObject json,
Patient owner) |
protected Patient.PatientCommunicationComponent |
XmlParser.parsePatientPatientCommunicationComponent(org.xmlpull.v1.XmlPullParser xpp,
Patient owner) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composePatientPatientCommunicationComponent(String name,
Patient.PatientCommunicationComponent element) |
protected void |
XmlParser.composePatientPatientCommunicationComponent(String name,
Patient.PatientCommunicationComponent element) |
protected void |
XmlParser.composePatientPatientCommunicationComponentElements(Patient.PatientCommunicationComponent element) |
protected void |
JsonParser.composePatientPatientCommunicationComponentInner(Patient.PatientCommunicationComponent element) |
protected boolean |
XmlParser.parsePatientPatientCommunicationComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Patient owner,
Patient.PatientCommunicationComponent res) |
protected void |
JsonParser.parsePatientPatientCommunicationComponentProperties(com.google.gson.JsonObject json,
Patient owner,
Patient.PatientCommunicationComponent res) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Patient.PatientCommunicationComponent> |
Patient.communication
A language which may be used to communicate with the patient about his or her health.
|
| Modifier and Type | Method and Description |
|---|---|
Patient.PatientCommunicationComponent |
Patient.addCommunication() |
Patient.PatientCommunicationComponent |
Patient.PatientCommunicationComponent.copy() |
Patient.PatientCommunicationComponent |
Patient.getCommunicationFirstRep() |
Patient.PatientCommunicationComponent |
Patient.PatientCommunicationComponent.setLanguage(CodeableConcept value) |
Patient.PatientCommunicationComponent |
Patient.PatientCommunicationComponent.setPreferred(boolean value) |
Patient.PatientCommunicationComponent |
Patient.PatientCommunicationComponent.setPreferredElement(BooleanType value) |
| Modifier and Type | Method and Description |
|---|---|
List<Patient.PatientCommunicationComponent> |
Patient.getCommunication() |
| Modifier and Type | Method and Description |
|---|---|
Patient |
Patient.addCommunication(Patient.PatientCommunicationComponent t) |
| Modifier and Type | Method and Description |
|---|---|
Patient |
Patient.setCommunication(List<Patient.PatientCommunicationComponent> theCommunication) |
Copyright © 2014–2019 University Health Network. All rights reserved.