Uses of Class
org.hl7.fhir.dstu3.model.Contributor
-
Packages that use Contributor Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of Contributor in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Contributor Modifier and Type Method Description protected ContributorJsonParser. parseContributor(com.google.gson.JsonObject json)protected ContributorXmlParser. parseContributor(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu3.formats with parameters of type Contributor Modifier and Type Method Description protected voidJsonParser. composeContributor(String name, Contributor element)protected voidRdfParser. composeContributor(Turtle.Complex parent, String parentType, String name, Contributor element, int index)protected voidXmlParser. composeContributor(String name, Contributor element)protected voidXmlParser. composeContributorElements(Contributor element)protected voidJsonParser. composeContributorInner(Contributor element)protected booleanXmlParser. parseContributorContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contributor res)protected voidJsonParser. parseContributorProperties(com.google.gson.JsonObject json, Contributor res) -
Uses of Contributor in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Contributor Modifier and Type Field Description protected List<Contributor>ActivityDefinition. contributorA contributor to the content of the asset, including authors, editors, reviewers, and endorsers.protected List<Contributor>Library. contributorA contributor to the content of the library, including authors, editors, reviewers, and endorsers.protected List<Contributor>Measure. contributorA contributor to the content of the measure, including authors, editors, reviewers, and endorsers.protected List<Contributor>PlanDefinition. contributorA contributor to the content of the asset, including authors, editors, reviewers, and endorsers.protected List<Contributor>ServiceDefinition. contributorA contributor to the content of the module, including authors, editors, reviewers, and endorsers.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Contributor Modifier and Type Method Description List<Contributor>ActivityDefinition. getContributor()List<Contributor>Library. getContributor()List<Contributor>Measure. getContributor()List<Contributor>PlanDefinition. getContributor()List<Contributor>ServiceDefinition. getContributor()Methods in org.hl7.fhir.dstu3.model with parameters of type Contributor Modifier and Type Method Description ActivityDefinitionActivityDefinition. addContributor(Contributor t)LibraryLibrary. addContributor(Contributor t)MeasureMeasure. addContributor(Contributor t)PlanDefinitionPlanDefinition. addContributor(Contributor t)ServiceDefinitionServiceDefinition. addContributor(Contributor t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Contributor Modifier and Type Method Description ActivityDefinitionActivityDefinition. setContributor(List<Contributor> theContributor)LibraryLibrary. setContributor(List<Contributor> theContributor)MeasureMeasure. setContributor(List<Contributor> theContributor)PlanDefinitionPlanDefinition. setContributor(List<Contributor> theContributor)ServiceDefinitionServiceDefinition. setContributor(List<Contributor> theContributor)
-