Package net.ihe.gazelle.hl7v3.datatypes
Class IVLINT
- All Implemented Interfaces:
Serializable
Description of the class IVLINT.
- 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 TypeMethodDescriptionSet a value to attribute width2.Return center.getHigh()
Return high.getLow()
Return low.getWidth()
Return width.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
Set a value to attribute center.void
Set a value to attribute high.void
Set a value to attribute low.void
Set a value to attribute width.static void
validateByModule
(IVLINT iVLINT, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.SXCMINT
getOperator, setOperator, validateByModule
Methods inherited from class net.ihe.gazelle.hl7v3.datatypes.INT
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
-
IVLINT
public IVLINT()
-
-
Method Details
-
getLow
Return low.- Returns:
- low : The low limit of the interval.
-
setLow
Set a value to attribute low.- Parameters:
low
- : The low limit of the interval. .
-
getWidth
Return width.- Returns:
- 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.
-
setWidth
Set a value to attribute width.- Parameters:
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.
-
getHigh
Return high.- Returns:
- high : The high limit of the interval.
-
setHigh
Set a value to attribute high.- Parameters:
high
- : The high limit of the interval.
-
getCenter
Return center.- Returns:
- 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.
-
setCenter
Set a value to attribute center.- Parameters:
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.
-
get_xmlNodePresentation
Set a value to attribute width2.- Overrides:
get_xmlNodePresentation
in classSXCMINT
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classSXCMINT
-
validateByModule
public static void validateByModule(IVLINT iVLINT, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-