Uses of Class
org.hl7.fhir.r4b.model.Citation.CitationCitedArtifactRelatesToComponent
-
Packages that use Citation.CitationCitedArtifactRelatesToComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of Citation.CitationCitedArtifactRelatesToComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return Citation.CitationCitedArtifactRelatesToComponent Modifier and Type Method Description protected Citation.CitationCitedArtifactRelatesToComponentJsonParser. parseCitationCitedArtifactRelatesToComponent(com.google.gson.JsonObject json)protected Citation.CitationCitedArtifactRelatesToComponentXmlParser. parseCitationCitedArtifactRelatesToComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of Citation.CitationCitedArtifactRelatesToComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type Citation.CitationCitedArtifactRelatesToComponent Modifier and Type Field Description protected List<Citation.CitationCitedArtifactRelatesToComponent>Citation.CitationCitedArtifactComponent. relatesToThe artifact related to the cited artifact.Methods in org.hl7.fhir.r4b.model that return types with arguments of type Citation.CitationCitedArtifactRelatesToComponent Modifier and Type Method Description List<Citation.CitationCitedArtifactRelatesToComponent>Citation.CitationCitedArtifactComponent. getRelatesTo()Methods in org.hl7.fhir.r4b.model with parameters of type Citation.CitationCitedArtifactRelatesToComponent Modifier and Type Method Description Citation.CitationCitedArtifactComponentCitation.CitationCitedArtifactComponent. addRelatesTo(Citation.CitationCitedArtifactRelatesToComponent t)voidCitation.CitationCitedArtifactRelatesToComponent. copyValues(Citation.CitationCitedArtifactRelatesToComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type Citation.CitationCitedArtifactRelatesToComponent Modifier and Type Method Description Citation.CitationCitedArtifactComponentCitation.CitationCitedArtifactComponent. setRelatesTo(List<Citation.CitationCitedArtifactRelatesToComponent> theRelatesTo)
-