
Uses of Class
org.hl7.fhir.r5.model.Citation.CitationCitedArtifactRelatesToComponent
Packages that use Citation.CitationCitedArtifactRelatesToComponent
-
Uses of Citation.CitationCitedArtifactRelatesToComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Citation.CitationCitedArtifactRelatesToComponentModifier and TypeMethodDescriptionJsonParser.parseCitationCitedArtifactRelatesToComponent
(com.google.gson.JsonObject json) XmlParser.parseCitationCitedArtifactRelatesToComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Citation.CitationCitedArtifactRelatesToComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeCitationCitedArtifactRelatesToComponent
(String name, Citation.CitationCitedArtifactRelatesToComponent element) protected void
RdfParser.composeCitationCitedArtifactRelatesToComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Citation.CitationCitedArtifactRelatesToComponent element, int index) protected void
XmlParser.composeCitationCitedArtifactRelatesToComponent
(String name, Citation.CitationCitedArtifactRelatesToComponent element) protected void
XmlParser.composeCitationCitedArtifactRelatesToComponentElements
(Citation.CitationCitedArtifactRelatesToComponent element) protected void
JsonParser.composeCitationCitedArtifactRelatesToComponentProperties
(Citation.CitationCitedArtifactRelatesToComponent element) protected boolean
XmlParser.parseCitationCitedArtifactRelatesToComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Citation.CitationCitedArtifactRelatesToComponent res) protected void
JsonParser.parseCitationCitedArtifactRelatesToComponentProperties
(com.google.gson.JsonObject json, Citation.CitationCitedArtifactRelatesToComponent res) -
Uses of Citation.CitationCitedArtifactRelatesToComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Citation.CitationCitedArtifactRelatesToComponentModifier and TypeFieldDescriptionCitation.CitationCitedArtifactComponent.relatesTo
The artifact related to the cited artifact.Methods in org.hl7.fhir.r5.model that return Citation.CitationCitedArtifactRelatesToComponentModifier and TypeMethodDescriptionCitation.CitationCitedArtifactRelatesToComponent.addClassifier
(CodeableConcept t) Citation.CitationCitedArtifactComponent.addRelatesTo()
Citation.CitationCitedArtifactRelatesToComponent.copy()
Citation.CitationCitedArtifactComponent.getRelatesToFirstRep()
Citation.CitationCitedArtifactRelatesToComponent.setCitation
(String value) Citation.CitationCitedArtifactRelatesToComponent.setCitationElement
(MarkdownType value) Citation.CitationCitedArtifactRelatesToComponent.setClassifier
(List<CodeableConcept> theClassifier) Citation.CitationCitedArtifactRelatesToComponent.setDisplay
(String value) Citation.CitationCitedArtifactRelatesToComponent.setDisplayElement
(StringType value) Citation.CitationCitedArtifactRelatesToComponent.setDocument
(Attachment value) Citation.CitationCitedArtifactRelatesToComponent.setLabelElement
(StringType value) Citation.CitationCitedArtifactRelatesToComponent.setResource
(String value) Citation.CitationCitedArtifactRelatesToComponent.setResourceElement
(CanonicalType value) Citation.CitationCitedArtifactRelatesToComponent.setResourceReference
(Reference value) Citation.CitationCitedArtifactRelatesToComponent.setType
(Citation.RelatedArtifactTypeExpanded value) Citation.CitationCitedArtifactRelatesToComponent.setTypeElement
(Enumeration<Citation.RelatedArtifactTypeExpanded> value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Citation.CitationCitedArtifactRelatesToComponentMethods in org.hl7.fhir.r5.model with parameters of type Citation.CitationCitedArtifactRelatesToComponentModifier and TypeMethodDescriptionCitation.CitationCitedArtifactComponent.addRelatesTo
(Citation.CitationCitedArtifactRelatesToComponent t) void
Citation.CitationCitedArtifactRelatesToComponent.copyValues
(Citation.CitationCitedArtifactRelatesToComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Citation.CitationCitedArtifactRelatesToComponentModifier and TypeMethodDescriptionCitation.CitationCitedArtifactComponent.setRelatesTo
(List<Citation.CitationCitedArtifactRelatesToComponent> theRelatesTo)