| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
Observation.Component |
Observation.addComponent()
Adds and returns a new value for component ()
|
Observation.Component |
Observation.Component.addReferenceRange(Observation.ReferenceRange theValue)
Adds a given new value for referenceRange ()
|
Observation.Component |
Observation.getComponentFirstRep()
Gets the first repetition for component (),
creating it if it does not already exist.
|
Observation.Component |
Observation.Component.setCode(CodeableConceptDt theValue)
Sets the value(s) for code (what)
|
Observation.Component |
Observation.Component.setDataAbsentReason(CodeableConceptDt theValue)
Sets the value(s) for dataAbsentReason ()
|
Observation.Component |
Observation.Component.setReferenceRange(List<Observation.ReferenceRange> theValue)
Sets the value(s) for referenceRange ()
|
Observation.Component |
Observation.Component.setValue(IDatatype theValue)
Sets the value(s) for value[x] ()
|
| Modifier and Type | Method and Description |
|---|---|
List<Observation.Component> |
Observation.getComponent()
Gets the value(s) for component ().
|
| Modifier and Type | Method and Description |
|---|---|
Observation |
Observation.addComponent(Observation.Component theValue)
Adds a given new value for component ()
|
| Modifier and Type | Method and Description |
|---|---|
Observation |
Observation.setComponent(List<Observation.Component> theValue)
Sets the value(s) for component ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.