Uses of Class
org.linuxforhealth.fhir.model.resource.Citation.RelatesTo
- 
Packages that use Citation.RelatesTo Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of Citation.RelatesTo in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Citation.RelatesTo Modifier and Type Method Description Citation.RelatesToCitation.RelatesTo.Builder. build()Build theCitation.RelatesToMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Citation.RelatesTo Modifier and Type Method Description java.util.List<Citation.RelatesTo>Citation. getRelatesTo()Artifact related to the Citation Resource.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Citation.RelatesTo Modifier and Type Method Description protected Citation.RelatesTo.BuilderCitation.RelatesTo.Builder. from(Citation.RelatesTo relatesTo)Citation.BuilderCitation.Builder. relatesTo(Citation.RelatesTo... relatesTo)Artifact related to the Citation Resource.protected voidCitation.RelatesTo.Builder. validate(Citation.RelatesTo relatesTo)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Citation.RelatesTo Modifier and Type Method Description Citation.BuilderCitation.Builder. relatesTo(java.util.Collection<Citation.RelatesTo> relatesTo)Artifact related to the Citation Resource. 
 -