Uses of Class
org.hl7.fhir.r4b.model.Citation.CitationRelatesToComponent
-
Packages that use Citation.CitationRelatesToComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of Citation.CitationRelatesToComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return Citation.CitationRelatesToComponent Modifier and Type Method Description protected Citation.CitationRelatesToComponentJsonParser. parseCitationRelatesToComponent(com.google.gson.JsonObject json)protected Citation.CitationRelatesToComponentXmlParser. parseCitationRelatesToComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of Citation.CitationRelatesToComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type Citation.CitationRelatesToComponent Modifier and Type Field Description protected List<Citation.CitationRelatesToComponent>Citation. relatesToArtifact related to the Citation Resource.Methods in org.hl7.fhir.r4b.model that return Citation.CitationRelatesToComponent Modifier and Type Method Description Citation.CitationRelatesToComponentCitation. addRelatesTo()Citation.CitationRelatesToComponentCitation.CitationRelatesToComponent. addTargetClassifier(CodeableConcept t)Citation.CitationRelatesToComponentCitation.CitationRelatesToComponent. copy()Citation.CitationRelatesToComponentCitation. getRelatesToFirstRep()Citation.CitationRelatesToComponentCitation.CitationRelatesToComponent. setRelationshipType(CodeableConcept value)Citation.CitationRelatesToComponentCitation.CitationRelatesToComponent. setTarget(DataType value)Citation.CitationRelatesToComponentCitation.CitationRelatesToComponent. setTargetClassifier(List<CodeableConcept> theTargetClassifier)Methods in org.hl7.fhir.r4b.model that return types with arguments of type Citation.CitationRelatesToComponent Modifier and Type Method Description List<Citation.CitationRelatesToComponent>Citation. getRelatesTo()Methods in org.hl7.fhir.r4b.model with parameters of type Citation.CitationRelatesToComponent Modifier and Type Method Description CitationCitation. addRelatesTo(Citation.CitationRelatesToComponent t)voidCitation.CitationRelatesToComponent. copyValues(Citation.CitationRelatesToComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type Citation.CitationRelatesToComponent Modifier and Type Method Description CitationCitation. setRelatesTo(List<Citation.CitationRelatesToComponent> theRelatesTo)
-