
Uses of Class
org.hl7.fhir.r5.model.Citation.CitationCitedArtifactContributorshipComponent
Packages that use Citation.CitationCitedArtifactContributorshipComponent
-
Uses of Citation.CitationCitedArtifactContributorshipComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Citation.CitationCitedArtifactContributorshipComponentModifier and TypeMethodDescriptionJsonParser.parseCitationCitedArtifactContributorshipComponent(com.google.gson.JsonObject json) XmlParser.parseCitationCitedArtifactContributorshipComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Citation.CitationCitedArtifactContributorshipComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeCitationCitedArtifactContributorshipComponent(String name, Citation.CitationCitedArtifactContributorshipComponent element) protected voidRdfParser.composeCitationCitedArtifactContributorshipComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Citation.CitationCitedArtifactContributorshipComponent element, int index) protected voidXmlParser.composeCitationCitedArtifactContributorshipComponent(String name, Citation.CitationCitedArtifactContributorshipComponent element) protected voidXmlParser.composeCitationCitedArtifactContributorshipComponentElements(Citation.CitationCitedArtifactContributorshipComponent element) protected voidJsonParser.composeCitationCitedArtifactContributorshipComponentProperties(Citation.CitationCitedArtifactContributorshipComponent element) protected booleanXmlParser.parseCitationCitedArtifactContributorshipComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Citation.CitationCitedArtifactContributorshipComponent res) protected voidJsonParser.parseCitationCitedArtifactContributorshipComponentProperties(com.google.gson.JsonObject json, Citation.CitationCitedArtifactContributorshipComponent res) -
Uses of Citation.CitationCitedArtifactContributorshipComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as Citation.CitationCitedArtifactContributorshipComponentModifier and TypeFieldDescriptionCitation.CitationCitedArtifactComponent.contributorshipThis element is used to list authors and other contributors, their contact information, specific contributions, and summary statements.Methods in org.hl7.fhir.r5.model that return Citation.CitationCitedArtifactContributorshipComponentModifier 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) Methods in org.hl7.fhir.r5.model with parameters of type Citation.CitationCitedArtifactContributorshipComponentModifier and TypeMethodDescriptionvoidCitation.CitationCitedArtifactContributorshipComponent.copyValues(Citation.CitationCitedArtifactContributorshipComponent dst) Citation.CitationCitedArtifactComponent.setContributorship(Citation.CitationCitedArtifactContributorshipComponent value)