Package net.ihe.gazelle.hl7v3.datatypes
Class EIVLPPDTS
- All Implemented Interfaces:
Serializable
Description of the class EIVLPPDTS.
- 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.PPDTS
distributionType, standardDeviation
Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEvent()
Return event.Return offset.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
Set a value to attribute event.void
Set a value to attribute offset.static void
validateByModule
(EIVLPPDTS eIVLPPDTS, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.SXCMPPDTS
getOperator, setOperator, validateByModule
Methods inherited from class net.ihe.gazelle.hl7v3.datatypes.PPDTS
getDistributionType, getStandardDeviation, setDistributionType, setStandardDeviation, 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
-
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
-
EIVLPPDTS
public EIVLPPDTS()
-
-
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_xmlNodePresentation
in classSXCMPPDTS
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classSXCMPPDTS
-
validateByModule
public static void validateByModule(EIVLPPDTS eIVLPPDTS, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-