| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Contributor |
JsonParser.parseContributor(com.google.gson.JsonObject json) |
protected Contributor |
XmlParser.parseContributor(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeContributor(String name,
Contributor element) |
protected void |
XmlParser.composeContributor(String name,
Contributor element) |
protected void |
RdfParser.composeContributor(Turtle.Complex parent,
String parentType,
String name,
Contributor element,
int index) |
protected void |
XmlParser.composeContributorElements(Contributor element) |
protected void |
JsonParser.composeContributorInner(Contributor element) |
protected boolean |
XmlParser.parseContributorContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Contributor res) |
protected void |
JsonParser.parseContributorProperties(com.google.gson.JsonObject json,
Contributor res) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Contributor> |
PlanDefinition.contributor
A contributor to the content of the plan definition, including authors, editors, reviewers, and endorsers.
|
protected List<Contributor> |
EventDefinition.contributor
A contributor to the content of the module, including authors, editors, reviewers, and endorsers.
|
protected List<Contributor> |
Library.contributor
A contributor to the content of the library, including authors, editors, reviewers, and endorsers.
|
protected List<Contributor> |
ActivityDefinition.contributor
A contributor to the content of the activity definition, including authors, editors, reviewers, and endorsers.
|
protected List<Contributor> |
Measure.contributor
A contributor to the content of the measure, including authors, editors, reviewers, and endorsers.
|
| Modifier and Type | Method and Description |
|---|---|
List<Contributor> |
PlanDefinition.getContributor() |
List<Contributor> |
EventDefinition.getContributor() |
List<Contributor> |
Library.getContributor() |
List<Contributor> |
ActivityDefinition.getContributor() |
List<Contributor> |
Measure.getContributor() |
| Modifier and Type | Method and Description |
|---|---|
PlanDefinition |
PlanDefinition.addContributor(Contributor t) |
EventDefinition |
EventDefinition.addContributor(Contributor t) |
Library |
Library.addContributor(Contributor t) |
ActivityDefinition |
ActivityDefinition.addContributor(Contributor t) |
Measure |
Measure.addContributor(Contributor t) |
| Modifier and Type | Method and Description |
|---|---|
PlanDefinition |
PlanDefinition.setContributor(List<Contributor> theContributor) |
EventDefinition |
EventDefinition.setContributor(List<Contributor> theContributor) |
Library |
Library.setContributor(List<Contributor> theContributor) |
ActivityDefinition |
ActivityDefinition.setContributor(List<Contributor> theContributor) |
Measure |
Measure.setContributor(List<Contributor> theContributor) |
Copyright © 2014–2018 University Health Network. All rights reserved.