Package net.ihe.gazelle.hl7v3.datatypes
Class IVLMO
- All Implemented Interfaces:
Serializable
Description of the class IVLMO.
- 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 TypeMethodDescriptionReturn center.getHigh()Return high.getLow()Return low.getWidth()Return width.voidset_xmlNodePresentation(Node _xmlNodePresentation) voidSet a value to attribute center.voidSet a value to attribute high.voidSet a value to attribute low.voidSet a value to attribute width.static voidvalidateByModule(IVLMO iVLMO, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.SXCMMO
getOperator, setOperator, validateByModuleMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.MO
getCurrency, getValue, setCurrency, setValue, validateByModuleMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.QTY
validateByModuleMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
getNullFlavor, setNullFlavor, validateByModuleMethods 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
-
IVLMO
public IVLMO()
-
-
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
- Overrides:
get_xmlNodePresentationin classSXCMMO
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentationin classSXCMMO
-
validateByModule
public static void validateByModule(IVLMO iVLMO, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-