| Modifier and Type | Method and Description |
|---|---|
static String |
DocumentCreatorUtil.print(TimeQuantity width) |
| Modifier and Type | Method and Description |
|---|---|
TimeQuantity |
PeriodicIntervalTime.getFrequency() |
TimeQuantity |
EventRelatedTimeInterval.getOffset() |
TimeQuantity |
RestrictedTimeInterval.getWidth() |
| Modifier and Type | Method and Description |
|---|---|
static RestrictedTimeInterval |
RestrictedTimeInterval.getCenterWidthInstance(PreciseDate center,
TimeQuantity width) |
static RestrictedTimeInterval |
RestrictedTimeInterval.getHighWidthInstance(PreciseDate high,
TimeQuantity width) |
static RestrictedTimeInterval |
RestrictedTimeInterval.getLowHighInstance(PreciseDate low,
PreciseDate high,
TimeQuantity width) |
static RestrictedTimeInterval |
RestrictedTimeInterval.getLowWidthInstance(PreciseDate low,
TimeQuantity width) |
static RestrictedTimeInterval |
RestrictedTimeInterval.getWidthInstance(TimeQuantity width) |
void |
PeriodicIntervalTime.setFrequency(TimeQuantity frequency) |
void |
EventRelatedTimeInterval.setOffset(TimeQuantity offset) |
void |
RestrictedTimeInterval.setWidth(TimeQuantity width) |
| Constructor and Description |
|---|
EventRelatedTimeInterval(TimeQuantity offset,
EventCode code) |
PeriodicIntervalTime(TimeQuantity frequency)
Set a time interval using the frequency method.
|
PeriodicIntervalTime(TimeQuantity frequency,
int denominator)
Set a time interval using the frequency method.
|
SimplifiedPeriodicIntervalTime(TimeQuantity quantity)
An alternative constructor that allows you to include a custom narrative.
|
| Modifier and Type | Method and Description |
|---|---|
PCEHRPrescriptionItemBuilder |
PCEHRPrescriptionItemBuilder.minimumIntervalBetweenRepeats(TimeQuantity timeInterval)
Add a Minimum Interval Between Repeats
May be chained with other calls |
| Modifier and Type | Method and Description |
|---|---|
static Ratio |
Ratio.getUnitsOverTime(double value,
String unit,
TimeQuantity time)
A convenience method to get get a ratio of some quantity of time
|
| Modifier and Type | Method and Description |
|---|---|
PrescriptionItemBuilder |
PrescriptionItemBuilder.minimumIntervalBetweenRepeats(TimeQuantity timeInterval)
Add a Minimum Interval Between Repeats
may be chained with other calls |
void |
PrescriptionItemImpl.setMinimumIntervalBetweenRepeats(TimeQuantity timeInterval) |
Copyright © 2021. All rights reserved.