Package net.ihe.gazelle.hl7v3.datatypes
Class PQR
- All Implemented Interfaces:
Serializable
Description of the class PQR.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe magnitude of the measurement value in terms of the unit specified in the code. .Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.CD
code, codeSystem, codeSystemName, codeSystemVersion, displayName, originalText, qualifier, translation
Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Return value.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
Set a value to attribute value.static void
validateByModule
(PQR pQR, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.CV
validateByModule
Methods inherited from class net.ihe.gazelle.hl7v3.datatypes.CE
validateByModule
Methods inherited from class net.ihe.gazelle.hl7v3.datatypes.CD
addQualifier, addTranslation, getCode, getCodeSystem, getCodeSystemName, getCodeSystemVersion, getDisplayName, getOriginalText, getQualifier, getTranslation, removeQualifier, removeTranslation, setCode, setCodeSystem, setCodeSystemName, setCodeSystemVersion, setDisplayName, setOriginalText, setQualifier, setTranslation, 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
-
value
The magnitude of the measurement value in terms of the unit specified in the code. .
-
-
Constructor Details
-
PQR
public PQR()
-
-
Method Details
-
getValue
Return value.- Returns:
- value : The magnitude of the measurement value in terms of the unit specified in the code.
-
setValue
Set a value to attribute value.- Parameters:
value
- : The magnitude of the measurement value in terms of the unit specified in the code.
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentation
in classCV
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classCV
-
validateByModule
public static void validateByModule(PQR pQR, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-