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.Component
Observation.Component.Builder. build()
Build theObservation.Component
Methods 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.Builder
Observation.Builder. component(Observation.Component... component)
Some observations have multiple component observations.protected Observation.Component.Builder
Observation.Component.Builder. from(Observation.Component component)
protected void
Observation.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.Builder
Observation.Builder. component(java.util.Collection<Observation.Component> component)
Some observations have multiple component observations.
-