
Uses of Class
org.hl7.fhir.r5.model.Citation.CitationCitedArtifactRelatesToComponent
Packages that use Citation.CitationCitedArtifactRelatesToComponent
- 
Uses of Citation.CitationCitedArtifactRelatesToComponent in org.hl7.fhir.r5.formatsMethods 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 voidJsonParser.composeCitationCitedArtifactRelatesToComponent(String name, Citation.CitationCitedArtifactRelatesToComponent element) protected voidRdfParser.composeCitationCitedArtifactRelatesToComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Citation.CitationCitedArtifactRelatesToComponent element, int index) protected voidXmlParser.composeCitationCitedArtifactRelatesToComponent(String name, Citation.CitationCitedArtifactRelatesToComponent element) protected voidXmlParser.composeCitationCitedArtifactRelatesToComponentElements(Citation.CitationCitedArtifactRelatesToComponent element) protected voidJsonParser.composeCitationCitedArtifactRelatesToComponentProperties(Citation.CitationCitedArtifactRelatesToComponent element) protected booleanXmlParser.parseCitationCitedArtifactRelatesToComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Citation.CitationCitedArtifactRelatesToComponent res) protected voidJsonParser.parseCitationCitedArtifactRelatesToComponentProperties(com.google.gson.JsonObject json, Citation.CitationCitedArtifactRelatesToComponent res) 
- 
Uses of Citation.CitationCitedArtifactRelatesToComponent in org.hl7.fhir.r5.modelFields in org.hl7.fhir.r5.model with type parameters of type Citation.CitationCitedArtifactRelatesToComponentModifier and TypeFieldDescriptionCitation.CitationCitedArtifactComponent.relatesToThe 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) voidCitation.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)