| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Patient.PatientLinkComponent |
JsonParser.parsePatientPatientLinkComponent(com.google.gson.JsonObject json,
Patient owner) |
protected Patient.PatientLinkComponent |
XmlParser.parsePatientPatientLinkComponent(org.xmlpull.v1.XmlPullParser xpp,
Patient owner) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composePatientPatientLinkComponent(String name,
Patient.PatientLinkComponent element) |
protected void |
XmlParser.composePatientPatientLinkComponent(String name,
Patient.PatientLinkComponent element) |
protected void |
XmlParser.composePatientPatientLinkComponentElements(Patient.PatientLinkComponent element) |
protected void |
JsonParser.composePatientPatientLinkComponentInner(Patient.PatientLinkComponent element) |
protected boolean |
XmlParser.parsePatientPatientLinkComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Patient owner,
Patient.PatientLinkComponent res) |
protected void |
JsonParser.parsePatientPatientLinkComponentProperties(com.google.gson.JsonObject json,
Patient owner,
Patient.PatientLinkComponent res) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Patient.PatientLinkComponent> |
Patient.link
Link to another patient resource that concerns the same actual patient.
|
| Modifier and Type | Method and Description |
|---|---|
Patient.PatientLinkComponent |
Patient.addLink() |
Patient.PatientLinkComponent |
Patient.PatientLinkComponent.copy() |
Patient.PatientLinkComponent |
Patient.getLinkFirstRep() |
Patient.PatientLinkComponent |
Patient.PatientLinkComponent.setOther(Reference value) |
Patient.PatientLinkComponent |
Patient.PatientLinkComponent.setOtherTarget(Resource value) |
Patient.PatientLinkComponent |
Patient.PatientLinkComponent.setType(Patient.LinkType value) |
Patient.PatientLinkComponent |
Patient.PatientLinkComponent.setTypeElement(Enumeration<Patient.LinkType> value) |
| Modifier and Type | Method and Description |
|---|---|
List<Patient.PatientLinkComponent> |
Patient.getLink() |
| Modifier and Type | Method and Description |
|---|---|
Patient |
Patient.addLink(Patient.PatientLinkComponent t) |
| Modifier and Type | Method and Description |
|---|---|
Patient |
Patient.setLink(List<Patient.PatientLinkComponent> theLink) |
Copyright © 2014–2019 University Health Network. All rights reserved.