Uses of Class
org.hl7.fhir.dstu3.model.Contributor
Packages that use Contributor
-
Uses of Contributor in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ContributorModifier and TypeMethodDescriptionprotected 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 ContributorModifier and TypeMethodDescriptionprotected 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 ContributorModifier and TypeFieldDescriptionprotected 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 ContributorModifier 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 ContributorContributor.typedCopy()Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ContributorModifier and TypeMethodDescriptionActivityDefinition.getContributor()Library.getContributor()Measure.getContributor()PlanDefinition.getContributor()ServiceDefinition.getContributor()Methods in org.hl7.fhir.dstu3.model with parameters of type ContributorModifier and TypeMethodDescriptionActivityDefinition.addContributor(Contributor t)Library.addContributor(Contributor t)Measure.addContributor(Contributor t)PlanDefinition.addContributor(Contributor t)ServiceDefinition.addContributor(Contributor t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ContributorModifier 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)