| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Patient.ContactComponent |
JsonParser.parsePatientContactComponent(com.google.gson.JsonObject json,
Patient owner) |
protected Patient.ContactComponent |
XmlParser.parsePatientContactComponent(org.xmlpull.v1.XmlPullParser xpp,
Patient owner) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composePatientContactComponent(String name,
Patient.ContactComponent element) |
protected void |
XmlParser.composePatientContactComponent(String name,
Patient.ContactComponent element) |
protected void |
RdfParser.composePatientContactComponent(Turtle.Complex parent,
String parentType,
String name,
Patient.ContactComponent element,
int index) |
protected void |
XmlParser.composePatientContactComponentElements(Patient.ContactComponent element) |
protected void |
JsonParser.composePatientContactComponentInner(Patient.ContactComponent element) |
protected boolean |
XmlParser.parsePatientContactComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Patient owner,
Patient.ContactComponent res) |
protected void |
JsonParser.parsePatientContactComponentProperties(com.google.gson.JsonObject json,
Patient owner,
Patient.ContactComponent res) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Patient.ContactComponent> |
Patient.contact
A contact party (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
List<Patient.ContactComponent> |
Patient.getContact() |
| Modifier and Type | Method and Description |
|---|---|
Patient |
Patient.addContact(Patient.ContactComponent t) |
void |
Patient.ContactComponent.copyValues(Patient.ContactComponent dst) |
| Modifier and Type | Method and Description |
|---|---|
Patient |
Patient.setContact(List<Patient.ContactComponent> theContact) |
Copyright © 2014–2021 Health Level 7. All rights reserved.