Package net.ihe.gazelle.hl7v3.datatypes
Class EIVLTS
- All Implemented Interfaces:
Serializable
Description of the class EIVLTS.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionA code for a common (periodical) activity of daily living based on which the event related periodic interval is specified. .An interval of elapsed time (duration, not absolute point in time) that marks the offsets for the beginning, width and end of the event-related periodic interval measured from the time each such event actually occurred. .Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEvent()Return event.Return offset.voidset_xmlNodePresentation(Node _xmlNodePresentation) voidSet a value to attribute event.voidSet a value to attribute offset.static voidvalidateByModule(EIVLTS eIVLTS, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.SXCMTS
getOperator, setOperator, validateByModuleMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.TS
getValue, 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
-
event
A code for a common (periodical) activity of daily living based on which the event related periodic interval is specified. . -
offset
An interval of elapsed time (duration, not absolute point in time) that marks the offsets for the beginning, width and end of the event-related periodic interval measured from the time each such event actually occurred. .
-
-
Constructor Details
-
EIVLTS
public EIVLTS()
-
-
Method Details
-
getEvent
Return event.- Returns:
- event : A code for a common (periodical) activity of daily living based on which the event related periodic interval is specified.
-
setEvent
Set a value to attribute event.- Parameters:
event- : A code for a common (periodical) activity of daily living based on which the event related periodic interval is specified.
-
getOffset
Return offset.- Returns:
- offset : An interval of elapsed time (duration, not absolute point in time) that marks the offsets for the beginning, width and end of the event-related periodic interval measured from the time each such event actually occurred.
-
setOffset
Set a value to attribute offset.- Parameters:
offset- : An interval of elapsed time (duration, not absolute point in time) that marks the offsets for the beginning, width and end of the event-related periodic interval measured from the time each such event actually occurred.
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentationin classSXCMTS
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentationin classSXCMTS
-
validateByModule
public static void validateByModule(EIVLTS eIVLTS, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-