Uses of Class
org.linuxforhealth.fhir.model.resource.Composition.RelatesTo
-
Packages that use Composition.RelatesTo Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Composition.RelatesTo in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Composition.RelatesTo Modifier and Type Method Description Composition.RelatesToComposition.RelatesTo.Builder. build()Build theComposition.RelatesToMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Composition.RelatesTo Modifier and Type Method Description java.util.List<Composition.RelatesTo>Composition. getRelatesTo()Relationships that this composition has with other compositions or documents that already exist.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Composition.RelatesTo Modifier and Type Method Description protected Composition.RelatesTo.BuilderComposition.RelatesTo.Builder. from(Composition.RelatesTo relatesTo)Composition.BuilderComposition.Builder. relatesTo(Composition.RelatesTo... relatesTo)Relationships that this composition has with other compositions or documents that already exist.protected voidComposition.RelatesTo.Builder. validate(Composition.RelatesTo relatesTo)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Composition.RelatesTo Modifier and Type Method Description Composition.BuilderComposition.Builder. relatesTo(java.util.Collection<Composition.RelatesTo> relatesTo)Relationships that this composition has with other compositions or documents that already exist.
-