| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Basic |
JsonParser.parseBasic(com.google.gson.JsonObject json) |
protected Basic |
XmlParser.parseBasic(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeBasic(String name,
Basic element) |
protected void |
XmlParser.composeBasic(String name,
Basic element) |
protected void |
RdfParser.composeBasic(Turtle.Complex parent,
String parentType,
String name,
Basic element,
int index) |
protected void |
XmlParser.composeBasicElements(Basic element) |
protected void |
JsonParser.composeBasicInner(Basic element) |
protected boolean |
XmlParser.parseBasicContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Basic res) |
protected void |
JsonParser.parseBasicProperties(com.google.gson.JsonObject json,
Basic res) |
| Modifier and Type | Method and Description |
|---|---|
Basic |
Basic.addIdentifier(Identifier t) |
Basic |
Basic.copy() |
Basic |
Basic.setAuthor(Reference value) |
Basic |
Basic.setAuthorTarget(Resource value) |
Basic |
Basic.setCode(CodeableConcept value) |
Basic |
Basic.setCreated(Date value) |
Basic |
Basic.setCreatedElement(DateType value) |
Basic |
Basic.setIdentifier(List<Identifier> theIdentifier) |
Basic |
Basic.setSubject(Reference value) |
Basic |
Basic.setSubjectTarget(Resource value) |
protected Basic |
Basic.typedCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
Basic.copyValues(Basic dst) |
Copyright © 2014–2021 Health Level 7. All rights reserved.