Uses of Class
org.hl7.fhir.r5.model.Citation.CitationCitedArtifactContributorshipComponent
-
Uses of Citation.CitationCitedArtifactContributorshipComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseCitationCitedArtifactContributorshipComponent
(com.google.gson.JsonObject json) XmlParser.parseCitationCitedArtifactContributorshipComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeCitationCitedArtifactContributorshipComponent
(String name, Citation.CitationCitedArtifactContributorshipComponent element) protected void
RdfParser.composeCitationCitedArtifactContributorshipComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Citation.CitationCitedArtifactContributorshipComponent element, int index) protected void
XmlParser.composeCitationCitedArtifactContributorshipComponent
(String name, Citation.CitationCitedArtifactContributorshipComponent element) protected void
XmlParser.composeCitationCitedArtifactContributorshipComponentElements
(Citation.CitationCitedArtifactContributorshipComponent element) protected void
JsonParser.composeCitationCitedArtifactContributorshipComponentProperties
(Citation.CitationCitedArtifactContributorshipComponent element) protected boolean
XmlParser.parseCitationCitedArtifactContributorshipComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Citation.CitationCitedArtifactContributorshipComponent res) protected void
JsonParser.parseCitationCitedArtifactContributorshipComponentProperties
(com.google.gson.JsonObject json, Citation.CitationCitedArtifactContributorshipComponent res) -
Uses of Citation.CitationCitedArtifactContributorshipComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionCitation.CitationCitedArtifactComponent.contributorship
This element is used to list authors and other contributors, their contact information, specific contributions, and summary statements.Modifier and TypeMethodDescriptionCitation.CitationCitedArtifactContributorshipComponent.addEntry
(Citation.CitationCitedArtifactContributorshipEntryComponent t) Citation.CitationCitedArtifactContributorshipComponent.addSummary
(Citation.ContributorshipSummaryComponent t) Citation.CitationCitedArtifactContributorshipComponent.copy()
Citation.CitationCitedArtifactComponent.getContributorship()
Citation.CitationCitedArtifactContributorshipComponent.setComplete
(boolean value) Citation.CitationCitedArtifactContributorshipComponent.setCompleteElement
(BooleanType value) Citation.CitationCitedArtifactContributorshipComponent.setEntry
(List<Citation.CitationCitedArtifactContributorshipEntryComponent> theEntry) Citation.CitationCitedArtifactContributorshipComponent.setSummary
(List<Citation.ContributorshipSummaryComponent> theSummary) Modifier and TypeMethodDescriptionvoid
Citation.CitationCitedArtifactContributorshipComponent.copyValues
(Citation.CitationCitedArtifactContributorshipComponent dst) Citation.CitationCitedArtifactComponent.setContributorship
(Citation.CitationCitedArtifactContributorshipComponent value)