
Package org.hl7.fhir.r5.openehr
Class DV_QUANTIFIED
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.model.LogicalBase
org.hl7.fhir.r5.openehr.DATA_VALUE
org.hl7.fhir.r5.openehr.DV_ORDERED
org.hl7.fhir.r5.openehr.DV_QUANTIFIED
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseDatatype
,org.hl7.fhir.instance.model.api.ICompositeType
- Direct Known Subclasses:
DV_ABSOLUTE_QUANTITY
,DV_AMOUNT
public abstract class DV_QUANTIFIED
extends DV_ORDERED
implements org.hl7.fhir.instance.model.api.ICompositeType
Abstract class defining the concept of true quantified values, i.e. values which are not only ordered, but which have a precise magnitude.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hl7.fhir.r5.model.Base
Base.ProfileSource, Base.ValidationInfo, Base.ValidationMode, Base.ValidationReason
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Base
Accuracy of measurement.protected StringType
Optional status of magnitude with values: '=' : magnitude is a point value 'invalid input: '<'' : value is invalid input: '<' magnitude '>' : value is > magnitude 'invalid input: '<'=' : value is invalid input: '<'= magnitude '>=' : value is >= magnitude '~' : value is approximately magnitude If not present, assumed meaning is '=' .Fields inherited from class org.hl7.fhir.r5.openehr.DV_ORDERED
normal_range, normal_status, other_reference_rangesList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract DV_QUANTIFIED
copy()
void
copyValues
(DV_QUANTIFIED dst) boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
getNamedProperty
(int _hash, String _name, boolean _checkValid) Base[]
getProperty
(int hash, String name, boolean checkValid) String[]
getTypesForProperty
(int hash, String name) boolean
boolean
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) setAccuracy
(Base value) setMagnitude_status
(String value) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) Methods inherited from class org.hl7.fhir.r5.openehr.DV_ORDERED
addOther_reference_ranges, addOther_reference_ranges, copyValues, getNormal_range, getNormal_status, getOther_reference_rangesFirstRep, getOther_reference_rangesList, hasNormal_range, hasNormal_status, hasOther_reference_ranges, setNormal_range, setNormal_status, setOther_reference_rangesList
Methods inherited from class org.hl7.fhir.r5.openehr.DATA_VALUE
copyValues
Methods inherited from class org.hl7.fhir.r5.model.LogicalBase
getFHIRPublicationVersion, getIdBase, setIdBase
Methods inherited from class org.hl7.fhir.r5.model.Base
addDefinition, addFormatCommentsPost, addFormatCommentsPre, addValidationMessage, canHavePrimitiveValue, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyFormatComments, copyUserData, copyValues, dateTimeValue, equals, executeFunction, getChildByName, getChildValueByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getValidationInfo, getValidationMessages, getXhtml, hasFormatComment, hasFormatCommentPost, hasFormatCommentPre, hasPrimitiveValue, hasType, hasUserData, hasValidated, hasValidationInfo, hasValidationMessages, isBooleanPrimitive, isCopyUserData, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, removeChild, setCopyUserData, setUserData, setUserDataINN, setXhtml
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
-
Field Details
-
magnitude_status
Optional status of magnitude with values: '=' : magnitude is a point value 'invalid input: '<'' : value is invalid input: '<' magnitude '>' : value is > magnitude 'invalid input: '<'=' : value is invalid input: '<'= magnitude '>=' : value is >= magnitude '~' : value is approximately magnitude If not present, assumed meaning is '=' . -
accuracy
Accuracy of measurement. Exact form of expression determined in descendants.
-
-
Constructor Details
-
DV_QUANTIFIED
public DV_QUANTIFIED()Constructor
-
-
Method Details
-
getMagnitude_statusElement
- Returns:
magnitude_status
(Optional status of magnitude with values: '=' : magnitude is a point value 'invalid input: '<'' : value is invalid input: '<' magnitude '>' : value is > magnitude 'invalid input: '<'=' : value is invalid input: '<'= magnitude '>=' : value is >= magnitude '~' : value is approximately magnitude If not present, assumed meaning is '=' .). This is the underlying object with id, value and extensions. The accessor "getMagnitude_status" gives direct access to the value
-
hasMagnitude_statusElement
-
hasMagnitude_status
-
setMagnitude_statusElement
- Parameters:
value
-magnitude_status
(Optional status of magnitude with values: '=' : magnitude is a point value 'invalid input: '<'' : value is invalid input: '<' magnitude '>' : value is > magnitude 'invalid input: '<'=' : value is invalid input: '<'= magnitude '>=' : value is >= magnitude '~' : value is approximately magnitude If not present, assumed meaning is '=' .). This is the underlying object with id, value and extensions. The accessor "getMagnitude_status" gives direct access to the value
-
getMagnitude_status
- Returns:
- Optional status of magnitude with values: '=' : magnitude is a point value 'invalid input: '<'' : value is invalid input: '<' magnitude '>' : value is > magnitude 'invalid input: '<'=' : value is invalid input: '<'= magnitude '>=' : value is >= magnitude '~' : value is approximately magnitude If not present, assumed meaning is '=' .
-
setMagnitude_status
- Parameters:
value
- Optional status of magnitude with values: '=' : magnitude is a point value 'invalid input: '<'' : value is invalid input: '<' magnitude '>' : value is > magnitude 'invalid input: '<'=' : value is invalid input: '<'= magnitude '>=' : value is >= magnitude '~' : value is approximately magnitude If not present, assumed meaning is '=' .
-
getAccuracy
- Returns:
accuracy
(Accuracy of measurement. Exact form of expression determined in descendants.)
-
hasAccuracy
-
setAccuracy
- Parameters:
value
-accuracy
(Accuracy of measurement. Exact form of expression determined in descendants.)
-
listChildren
- Overrides:
listChildren
in classDV_ORDERED
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedProperty
in classDV_ORDERED
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getProperty
in classDV_ORDERED
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setProperty
in classDV_ORDERED
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setProperty
in classDV_ORDERED
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makeProperty
in classDV_ORDERED
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForProperty
in classDV_ORDERED
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChild
in classDV_ORDERED
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classDV_ORDERED
- Returns:
- the FHIR type name of the instance (not the java class name)
-
copy
- Specified by:
copy
in classDV_ORDERED
-
copyValues
-
equalsDeep
- Overrides:
equalsDeep
in classDV_ORDERED
-
equalsShallow
- Overrides:
equalsShallow
in classDV_ORDERED
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classDV_ORDERED
-