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.RelatesTo
Citation.RelatesTo.Builder. build()
Build theCitation.RelatesTo
Methods 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.Builder
Citation.RelatesTo.Builder. from(Citation.RelatesTo relatesTo)
Citation.Builder
Citation.Builder. relatesTo(Citation.RelatesTo... relatesTo)
Artifact related to the Citation Resource.protected void
Citation.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.Builder
Citation.Builder. relatesTo(java.util.Collection<Citation.RelatesTo> relatesTo)
Artifact related to the Citation Resource.
-