public class SetComponentTime extends CDATimeStamp
This implementation contains a value and an operator. The value must be a date with the precision specified.
The operator is as described below:
I - include Form the union with the value. E exclude Form the set-difference. A intersect Form the intersection with the value. H convex hull Form the convex hull with the value. The convex hull is defined over ordered domains and is the smallest contiguous superset (interval) that of all the operand sets. P periodic hull Form the periodic hull with the value. The periodic hull is defined over ordered domains and is the periodic set that contains all contiguous supersets of pairs of intervals generated by the operand periodic intervals.
| Modifier and Type | Field and Description |
|---|---|
protected au.net.electronichealth.ns.cda._2_0.SetOperator |
operator |
value| Constructor and Description |
|---|
SetComponentTime() |
SetComponentTime(PreciseDate value) |
SetComponentTime(PreciseDate value,
au.net.electronichealth.ns.cda._2_0.SetOperator operator) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNarrative() |
au.net.electronichealth.ns.cda._2_0.SetOperator |
getOperator() |
void |
setNarrative(String narrative) |
void |
setOperator(au.net.electronichealth.ns.cda._2_0.SetOperator operator) |
getValue, setValuepublic SetComponentTime()
public SetComponentTime(PreciseDate value)
public SetComponentTime(PreciseDate value, au.net.electronichealth.ns.cda._2_0.SetOperator operator)
Copyright © 2021. All rights reserved.