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.RelatesTo
Composition.RelatesTo.Builder. build()
Build theComposition.RelatesTo
Methods 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.Builder
Composition.RelatesTo.Builder. from(Composition.RelatesTo relatesTo)
Composition.Builder
Composition.Builder. relatesTo(Composition.RelatesTo... relatesTo)
Relationships that this composition has with other compositions or documents that already exist.protected void
Composition.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.Builder
Composition.Builder. relatesTo(java.util.Collection<Composition.RelatesTo> relatesTo)
Relationships that this composition has with other compositions or documents that already exist.
-