Package net.ihe.gazelle.hl7v3.datatypes
Class IVLREAL
- All Implemented Interfaces:
Serializable
Description of the class IVLREAL.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe arithmetic mean of the interval (low plus high divided by 2).The high limit of the interval. .The low limit of the interval. .The difference between high and low boundary.Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHigh()
getLow()
getWidth()
void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
void
void
void
static void
validateByModule
(IVLREAL iVLREAL, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.SXCMREAL
getOperator, setOperator, validateByModule
Methods inherited from class net.ihe.gazelle.hl7v3.datatypes.REAL
getValue, setValue, validateByModule
Methods inherited from class net.ihe.gazelle.hl7v3.datatypes.QTY
validateByModule
Methods inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
getNullFlavor, setNullFlavor, validateByModule
Methods inherited from class net.ihe.gazelle.gen.common.CommonOperations
getValuesetChecker, isBIN, isCSType, isDTM, isOID, isRUID, isSTType, isTSType, isUID, isUUID, isXCN, isXON, isXPN, matches, matches, matches, matches, matchesCodeToValueSet, matchesValueSet, matchesValueSetWithDisplayName, setValuesetChecker, setValueSetProvider
-
Field Details
-
low
The low limit of the interval. . -
width
The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived. . -
high
The high limit of the interval. . -
center
The arithmetic mean of the interval (low plus high divided by 2). The purpose of distinguishing the center as a semantic property is for conversions of intervals from and to point values. .
-
-
Constructor Details
-
IVLREAL
public IVLREAL()
-
-
Method Details
-
getLow
-
setLow
-
getWidth
-
setWidth
-
getHigh
-
setHigh
-
getCenter
-
setCenter
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentation
in classSXCMREAL
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classSXCMREAL
-
validateByModule
public static void validateByModule(IVLREAL iVLREAL, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-