dt_TimeInterval : public class
| Created: |
09/19/06 11:00:35 |
| Modified: |
10/09/06 10:30:35 |
|
Project: |
|
| Author: |
John Arnett |
| Version: |
1.0 |
| Phase: |
1.0 |
| Status: |
Proposed |
| Complexity: |
Easy |
Advanced: |
|
| UUID: |
{EDFE72D3-D476-4ad0-B03B-7BC70A233540} |
| Appears In: |
Generic Datatypes, Technical |
A representation of a set of consecutive and ordered points in time.
HL7 v3 equivalent: IVL_TS
| Attribute |
Details |
public dt_Timestamp low |
Range:0 to 1
|
Notes:
|
The low boundary of the interval.
|
|
public dt_Timestamp centre |
Range:0 to 1
|
Notes:
|
The arithmetic mean of the high and low boundary of the interval.
|
|
public dt_Timestamp high |
Range:0 to 1
|
Notes:
|
The high boundary of the interval.
|
|
public dt_Timestamp width |
Range:0 to 1
|
Notes:
|
The difference between the high and low boundary of the interval.
|
|