| Package | Description |
|---|---|
| org.hl7.fhir.dstu3.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<Contributor> |
PlanDefinition.contributor
A contributor to the content of the asset, 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> |
ServiceDefinition.contributor
A contributor to the content of the module, including authors, editors, reviewers, and endorsers.
|
protected List<Contributor> |
ActivityDefinition.contributor
A contributor to the content of the asset, 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> |
Library.getContributor() |
List<Contributor> |
ServiceDefinition.getContributor() |
List<Contributor> |
ActivityDefinition.getContributor() |
List<Contributor> |
Measure.getContributor() |
| Modifier and Type | Method and Description |
|---|---|
PlanDefinition |
PlanDefinition.addContributor(Contributor t) |
Library |
Library.addContributor(Contributor t) |
ServiceDefinition |
ServiceDefinition.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) |
Library |
Library.setContributor(List<Contributor> theContributor) |
ServiceDefinition |
ServiceDefinition.setContributor(List<Contributor> theContributor) |
ActivityDefinition |
ActivityDefinition.setContributor(List<Contributor> theContributor) |
Measure |
Measure.setContributor(List<Contributor> theContributor) |
Copyright © 2014–2017 University Health Network. All rights reserved.