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()
Constructor
|
| 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() |
Base[] |
getProperty(int hash,
String name,
boolean checkValid) |
Timing.TimingRepeatComponent |
getRepeat() |
boolean |
hasCode() |
boolean |
hasEvent() |
boolean |
hasEvent(Date value) |
boolean |
hasRepeat() |
boolean |
isEmpty() |
protected void |
listChildren(List<Property> childrenList) |
Base |
makeProperty(int hash,
String name) |
Timing |
setCode(CodeableConcept value) |
void |
setProperty(int hash,
String name,
Base 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, setIdElementcastToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, 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. If a code is provided, the code is understood to be a complete statement of whatever is specified in the structured timing data, and either the code or the data may be used to interpret the Timing.)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. If a code is provided, the code is understood to be a complete statement of whatever is specified in the structured timing data, and either the code or the data may be used to interpret the Timing.)protected void listChildren(List<Property> childrenList)
listChildren in class Elementpublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class Elementorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class Elementorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class Elementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty 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.