Package net.ihe.gazelle.hl7v3.datatypes
Class IVLTS
- All Implemented Interfaces:
Serializable
Description of the class IVLTS.
- 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
(IVLTS iVLTS, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.SXCMTS
getOperator, setOperator, validateByModule
Methods inherited from class net.ihe.gazelle.hl7v3.datatypes.TS
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
-
IVLTS
public IVLTS() -
IVLTS
-
-
Method Details
-
getLow
-
setLow
-
getWidth
-
setWidth
-
getHigh
-
setHigh
-
getCenter
-
setCenter
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentation
in classSXCMTS
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classSXCMTS
-
validateByModule
public static void validateByModule(IVLTS iVLTS, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-