dt_Real : public class
| Created: |
09/19/06 10:30:02 |
| Modified: |
09/21/06 13:33:47 |
|
Project: |
|
| Author: |
John Arnett |
| Version: |
1.0 |
| Phase: |
1.0 |
| Status: |
Proposed |
| Complexity: |
Easy |
Advanced: |
|
| UUID: |
{B00DF6F8-FE98-45b9-BF4E-5243A55E9082} |
| Appears In: |
Business Analysis Datatypes, Primitive |
A fractional number, typically used whenever quantities are measured, estimated, or computed from other real numbers, and represented using a decimal.
Examples: -30.67, 10.0086, 1.0
Applicable constraints:
1. precsion - required number of decimal places
2. Min. value (inclusive) - i.e. value of instance >= Min. value
3. Max. value (inclusive) - i.e. value of instance <= Max. value
4. Min. value (exclusive) - i.e. value of instance > Min. value
5. Max. value (exclusive) - i.e. value of instance < Max. value
Note: PhysicalQuantity should be preferred over Real when representing real-world measurements.
HL7 v3 equivalent: REAL