Uses of Class
org.hl7.fhir.dstu3.model.Contributor
-
Uses of Contributor in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected Contributor
JsonParser.parseContributor
(com.google.gson.JsonObject json) protected Contributor
XmlParser.parseContributor
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeContributor
(String name, Contributor element) protected void
RdfParser.composeContributor
(Turtle.Complex parent, String parentType, String name, Contributor element, int index) protected void
XmlParser.composeContributor
(String name, Contributor element) 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) -
Uses of Contributor in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected List
<Contributor> ActivityDefinition.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> Measure.contributor
A contributor to the content of the measure, including authors, editors, reviewers, and endorsers.protected List
<Contributor> PlanDefinition.contributor
A contributor to the content of the asset, 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.Modifier and TypeMethodDescriptionContributor.addContact
(ContactDetail t) ActivityDefinition.addContributor()
Library.addContributor()
Measure.addContributor()
PlanDefinition.addContributor()
ServiceDefinition.addContributor()
Base.castToContributor
(Base b) Contributor.copy()
ActivityDefinition.getContributorFirstRep()
Library.getContributorFirstRep()
Measure.getContributorFirstRep()
PlanDefinition.getContributorFirstRep()
ServiceDefinition.getContributorFirstRep()
Contributor.setContact
(List<ContactDetail> theContact) Contributor.setNameElement
(StringType value) Contributor.setType
(Contributor.ContributorType value) Contributor.setTypeElement
(Enumeration<Contributor.ContributorType> value) protected Contributor
Contributor.typedCopy()
Modifier and TypeMethodDescriptionActivityDefinition.getContributor()
Library.getContributor()
Measure.getContributor()
PlanDefinition.getContributor()
ServiceDefinition.getContributor()
Modifier and TypeMethodDescriptionActivityDefinition.addContributor
(Contributor t) Library.addContributor
(Contributor t) Measure.addContributor
(Contributor t) PlanDefinition.addContributor
(Contributor t) ServiceDefinition.addContributor
(Contributor t) Modifier and TypeMethodDescriptionActivityDefinition.setContributor
(List<Contributor> theContributor) Library.setContributor
(List<Contributor> theContributor) Measure.setContributor
(List<Contributor> theContributor) PlanDefinition.setContributor
(List<Contributor> theContributor) ServiceDefinition.setContributor
(List<Contributor> theContributor)