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.ComponentObservation.Component.Builder. build()Build theObservation.ComponentMethods in com.ibm.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 com.ibm.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 com.ibm.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.
-