
Package org.hl7.fhir.r5.openehr
Class DV_TEMPORAL
- 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_DATE
public abstract class DV_TEMPORAL
extends DV_ABSOLUTE_QUANTITY
implements org.hl7.fhir.instance.model.api.ICompositeType
Specialised temporal variant of DV_ABSOLUTE_QUANTITY whose diff type is DV_DURATION.
- 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
Fields inherited from class org.hl7.fhir.r5.openehr.DV_QUANTIFIED
accuracy, magnitude_statusFields 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_TEMPORALcopy()voidcopyValues(DV_TEMPORAL dst) fhirType()Methods inherited from class org.hl7.fhir.r5.openehr.DV_ABSOLUTE_QUANTITY
copyValuesMethods inherited from class org.hl7.fhir.r5.openehr.DV_QUANTIFIED
addChild, copyValues, equalsDeep, equalsShallow, getAccuracy, getMagnitude_status, getMagnitude_statusElement, getNamedProperty, getProperty, getTypesForProperty, hasAccuracy, hasMagnitude_status, hasMagnitude_statusElement, isEmpty, listChildren, makeProperty, setAccuracy, setMagnitude_status, setMagnitude_statusElement, setProperty, setPropertyMethods 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_rangesListMethods inherited from class org.hl7.fhir.r5.openehr.DATA_VALUE
copyValuesMethods inherited from class org.hl7.fhir.r5.model.LogicalBase
getFHIRPublicationVersion, getIdBase, setIdBaseMethods 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, setXhtmlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, isEmpty, setUserData
-
Constructor Details
-
DV_TEMPORAL
public DV_TEMPORAL()Constructor
-
-
Method Details
-
fhirType
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classDV_ABSOLUTE_QUANTITY- Returns:
- the FHIR type name of the instance (not the java class name)
-
copy
- Specified by:
copyin classDV_ABSOLUTE_QUANTITY
-
copyValues
-