Uses of Class
org.hl7.fhir.r4.model.Contributor
-
Packages that use Contributor Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Contributor in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.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.r4.model
Methods in org.hl7.fhir.r4.model that return Contributor Modifier and Type Method Description ContributorContributor. addContact(ContactDetail t)ContributorBase. castToContributor(Base b)ContributorContributor. copy()ContributorContributor. setContact(List<ContactDetail> theContact)ContributorContributor. setName(String value)ContributorContributor. setNameElement(StringType value)ContributorContributor. setType(Contributor.ContributorType value)ContributorContributor. setTypeElement(Enumeration<Contributor.ContributorType> value)protected ContributorContributor. typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type Contributor Modifier and Type Method Description voidContributor. copyValues(Contributor dst)
-