dt_PhysicalQuantityInterval : public class
| Created: |
09/19/06 11:05:22 |
| Modified: |
10/09/06 10:30:18 |
|
Project: |
|
| Author: |
John Arnett |
| Version: |
1.0 |
| Phase: |
1.0 |
| Status: |
Proposed |
| Complexity: |
Easy |
Advanced: |
|
| UUID: |
{FEDC807E-1C03-4fd7-B943-E599FDFB254D} |
| Appears In: |
Generic Datatypes, Technical |
A representation of a set of consecutive and ordered physical quantities.
HL7 v3 equivalent: IVL_PQ
| Attribute |
Details |
public dt_PhysicalQuantity low |
Range:0 to 1
|
Notes:
|
The low boundary of the interval.
|
|
public dt_PhysicalQuantity centre |
Range:0 to 1
|
Notes:
|
The arithmetic mean of the high and low boundary of the interval.
|
|
public dt_PhysicalQuantity high |
Range:0 to 1
|
Notes:
|
The high boundary of the interval.
|
|
public dt_PhysicalQuantity width |
Range:0 to 1
|
Notes:
|
The difference between the high and low boundary of the interval.
|
|