Uses of Class
com.ibm.fhir.model.resource.Observation.Component
-
Packages that use Observation.Component Package Description com.ibm.fhir.model.resource -
-
Uses of Observation.Component in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Observation.Component Modifier and Type Method Description Observation.Component
Observation.Component.Builder. build()
Build theObservation.Component
Methods in com.ibm.fhir.model.resource that return types with arguments of type Observation.Component Modifier and Type Method Description List<Observation.Component>
Observation. getComponent()
Some observations have multiple component observations.Methods in com.ibm.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 com.ibm.fhir.model.resource with type arguments of type Observation.Component Modifier and Type Method Description Observation.Builder
Observation.Builder. component(Collection<Observation.Component> component)
Some observations have multiple component observations.
-