Package net.ihe.gazelle.hl7v3.datatypes
Class HXITPQ
java.lang.Object
net.ihe.gazelle.gen.common.CommonOperations
net.ihe.gazelle.hl7v3.datatypes.ANY
net.ihe.gazelle.hl7v3.datatypes.QTY
net.ihe.gazelle.hl7v3.datatypes.PQ
net.ihe.gazelle.hl7v3.datatypes.HXITPQ
- All Implemented Interfaces:
Serializable
Description of the class HXITPQ.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe time interval during which the given information was, is, or is expected to be valid.Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.PQ
translation, unit, value
Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn validTime.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
setValidTime
(IVLTS validTime) Set a value to attribute validTime.static void
validateByModule
(HXITPQ hXITPQ, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.PQ
addTranslation, getTranslation, getUnit, getValue, removeTranslation, setTranslation, setUnit, 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
-
validTime
The time interval during which the given information was, is, or is expected to be valid. The interval can be open or closed, as well as infinite or undefined on either side. .
-
-
Constructor Details
-
HXITPQ
public HXITPQ()
-
-
Method Details
-
getValidTime
Return validTime.- Returns:
- validTime : The time interval during which the given information was, is, or is expected to be valid. The interval can be open or closed, as well as infinite or undefined on either side.
-
setValidTime
Set a value to attribute validTime.- Parameters:
validTime
- : The time interval during which the given information was, is, or is expected to be valid. The interval can be open or closed, as well as infinite or undefined on either side.
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentation
in classPQ
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classPQ
-
validateByModule
public static void validateByModule(HXITPQ hXITPQ, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-