Uses of Class
com.ibm.fhir.model.resource.Composition.RelatesTo
-
Packages that use Composition.RelatesTo Package Description com.ibm.fhir.model.resource -
-
Uses of Composition.RelatesTo in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Composition.RelatesTo Modifier and Type Method Description Composition.RelatesTo
Composition.RelatesTo.Builder. build()
Build theComposition.RelatesTo
Methods in com.ibm.fhir.model.resource that return types with arguments of type Composition.RelatesTo Modifier and Type Method Description List<Composition.RelatesTo>
Composition. getRelatesTo()
Relationships that this composition has with other compositions or documents that already exist.Methods in com.ibm.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type Composition.RelatesTo Modifier and Type Method Description Composition.Builder
Composition.Builder. relatesTo(Collection<Composition.RelatesTo> relatesTo)
Relationships that this composition has with other compositions or documents that already exist.
-