public class Timing extends Type implements org.hl7.fhir.instance.model.api.ICompositeType
| Modifier and Type | Class and Description |
|---|---|
static class |
Timing.EventTiming |
static class |
Timing.EventTimingEnumFactory |
static class |
Timing.TimingRepeatComponent |
static class |
Timing.UnitsOfTime |
static class |
Timing.UnitsOfTimeEnumFactory |
| Modifier and Type | Field and Description |
|---|---|
protected CodeableConcept |
code
A code for the timing pattern.
|
protected List<DateTimeType> |
event
Identifies specific times when the event occurs.
|
protected Timing.TimingRepeatComponent |
repeat
A set of rules that describe when the event should occur.
|
| Constructor and Description |
|---|
Timing() |
| Modifier and Type | Method and Description |
|---|---|
Base |
addChild(String name) |
Timing |
addEvent(Date value) |
DateTimeType |
addEventElement() |
Timing |
copy() |
boolean |
equalsDeep(Base other) |
boolean |
equalsShallow(Base other) |
String |
fhirType() |
CodeableConcept |
getCode() |
List<DateTimeType> |
getEvent() |
Timing.TimingRepeatComponent |
getRepeat() |
boolean |
hasCode() |
boolean |
hasEvent() |
boolean |
hasEvent(Date value) |
boolean |
hasRepeat() |
boolean |
isEmpty() |
protected void |
listChildren(List<Property> childrenList) |
Timing |
setCode(CodeableConcept value) |
void |
setProperty(String name,
Base value) |
Timing |
setRepeat(Timing.TimingRepeatComponent value) |
protected Timing |
typedCopy() |
addExtension, addExtension, copyValues, getExtension, getExtensionsByUrl, getExtensionString, getId, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setId, setIdElementcastToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, primitiveValue, setUserData, setUserDataINNprotected List<DateTimeType> event
protected Timing.TimingRepeatComponent repeat
protected CodeableConcept code
public Timing()
public List<DateTimeType> getEvent()
event (Identifies specific times when the event occurs.)public boolean hasEvent()
public DateTimeType addEventElement()
event (Identifies specific times when the event occurs.)public Timing addEvent(Date value)
value - event (Identifies specific times when the event occurs.)public boolean hasEvent(Date value)
value - event (Identifies specific times when the event occurs.)public Timing.TimingRepeatComponent getRepeat()
repeat (A set of rules that describe when the event should occur.)public boolean hasRepeat()
public Timing setRepeat(Timing.TimingRepeatComponent value)
value - repeat (A set of rules that describe when the event should occur.)public CodeableConcept getCode()
code (A code for the timing pattern. Some codes such as BID are ubiquitous, but many institutions define their own additional codes.)public boolean hasCode()
public Timing setCode(CodeableConcept value)
value - code (A code for the timing pattern. Some codes such as BID are ubiquitous, but many institutions define their own additional codes.)protected void listChildren(List<Property> childrenList)
listChildren in class Elementpublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class Elementorg.hl7.fhir.exceptions.FHIRExceptionpublic boolean equalsDeep(Base other)
equalsDeep in class Elementpublic boolean equalsShallow(Base other)
equalsShallow in class ElementCopyright © 2014–2018 University Health Network. All rights reserved.