Uses of Class
org.hl7.fhir.r4.model.Contributor
-
Uses of Contributor in org.hl7.fhir.r4.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.r4.model
Modifier and TypeMethodDescriptionContributor.addContact
(ContactDetail t) Base.castToContributor
(Base b) Contributor.copy()
Contributor.setContact
(List<ContactDetail> theContact) Contributor.setNameElement
(StringType value) Contributor.setType
(Contributor.ContributorType value) Contributor.setTypeElement
(Enumeration<Contributor.ContributorType> value) protected Contributor
Contributor.typedCopy()