Uses of Class
org.linuxforhealth.fhir.model.resource.Observation.Component
-
Packages that use Observation.Component Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Observation.Component in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Observation.Component Modifier and Type Method Description Observation.ComponentObservation.Component.Builder. build()Build theObservation.ComponentMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Observation.Component Modifier and Type Method Description java.util.List<Observation.Component>Observation. getComponent()Some observations have multiple component observations.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Observation.Component Modifier and Type Method Description Observation.BuilderObservation.Builder. component(Observation.Component... component)Some observations have multiple component observations.protected Observation.Component.BuilderObservation.Component.Builder. from(Observation.Component component)protected voidObservation.Component.Builder. validate(Observation.Component component)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Observation.Component Modifier and Type Method Description Observation.BuilderObservation.Builder. component(java.util.Collection<Observation.Component> component)Some observations have multiple component observations.
-