Skip to main content

HS.FHIR.DTL.vR4.Model.Element.Timing.repeat

class HS.FHIR.DTL.vR4.Model.Element.Timing.repeat extends HS.FHIR.DTL.vR4.Model.Base.Element

When the event is to occur.

Property Inventory

Parameters

parameter ELEMENTQUALIFIED = 1;
Inherited description: ELEMENTQUALIFIED controls the format of exported XML. The ELEMENTQUALIFIED specification should be based on the elementFormDefault attribute of the schema that defines the type. To maintain compatibility, ELEMENTQUALIFIED will default to 1 (true) for literal format export and will default to 0 (false) for encoded or encoded12 format export. These were the values always previously assumed for the elementFormDefault attribute.

NOTE: Direct use of XMLExport method does not support the ELEMENTQUALIFIED. The export must be done using %XML.Writer or SOAP support.

parameter XMLNAME = repeat;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.
parameter XMLPROJECTION = ELEMENT;
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the order of the class properties. This allows us to deal with XML where the same field appears multiple times and is distinguished by the order.
parameter XMLTYPE = repeat;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Properties

property boundsDuration as HS.FHIR.DTL.vR4.Model.Datatype.Duration (XMLNAME = "boundsDuration", XMLPROJECTION = "ELEMENT");
Duration

Length/Range of lengths, or (Start and/or end) limits.

Property methods: boundsDurationGet(), boundsDurationGetSwizzled(), boundsDurationIsValid(), boundsDurationNewObject(), boundsDurationSet()
property boundsPeriod as HS.FHIR.DTL.vR4.Model.Datatype.Period (XMLNAME = "boundsPeriod", XMLPROJECTION = "ELEMENT");
Period

Length/Range of lengths, or (Start and/or end) limits.

Property methods: boundsPeriodGet(), boundsPeriodGetSwizzled(), boundsPeriodIsValid(), boundsPeriodNewObject(), boundsPeriodSet()
property boundsRange as HS.FHIR.DTL.vR4.Model.Datatype.Range (XMLNAME = "boundsRange", XMLPROJECTION = "ELEMENT");
Range

Length/Range of lengths, or (Start and/or end) limits.

Property methods: boundsRangeGet(), boundsRangeGetSwizzled(), boundsRangeIsValid(), boundsRangeNewObject(), boundsRangeSet()
property count as %Integer (XMLNAME = "count", XMLPROJECTION = "ATTRIBUTE");
positiveInt

Number of times to repeat.

Property methods: countDisplayToLogical(), countGet(), countIsValid(), countLogicalToDisplay(), countNormalize(), countSet(), countXSDToLogical()
property countMax as %Integer (XMLNAME = "countMax", XMLPROJECTION = "ATTRIBUTE");
positiveInt

Maximum number of times to repeat.

Property methods: countMaxDisplayToLogical(), countMaxGet(), countMaxIsValid(), countMaxLogicalToDisplay(), countMaxNormalize(), countMaxSet(), countMaxXSDToLogical()
property dayOfWeek as list of %String (MAXLEN = 1000000, XMLNAME = "dayOfWeek", XMLPROJECTION = "ELEMENT");
code

mon | tue | wed | thu | fri | sat | sun

days-of-week|4.0.1 is the REQUIRED FHIR4 ValueSet for codes; you may NOT extend days-of-week|4.0.1 and you may NOT use codes from other ValueSets.

Property methods: dayOfWeekBuildValueArray(), dayOfWeekCollectionToDisplay(), dayOfWeekCollectionToOdbc(), dayOfWeekDisplayToCollection(), dayOfWeekDisplayToLogical(), dayOfWeekGet(), dayOfWeekGetObject(), dayOfWeekGetObjectId(), dayOfWeekGetSwizzled(), dayOfWeekIsValid(), dayOfWeekLogicalToDisplay(), dayOfWeekLogicalToOdbc(), dayOfWeekNormalize(), dayOfWeekOdbcToCollection(), dayOfWeekSet(), dayOfWeekSetObject(), dayOfWeekSetObjectId()
property duration as %Decimal (XMLNAME = "duration", XMLPROJECTION = "ATTRIBUTE");
decimal

How long when it happens.

Property methods: durationDisplayToLogical(), durationGet(), durationIsValid(), durationLogicalToDisplay(), durationNormalize(), durationSet(), durationXSDToLogical()
property durationMax as %Decimal (XMLNAME = "durationMax", XMLPROJECTION = "ATTRIBUTE");
decimal

How long when it happens (Max)

Property methods: durationMaxDisplayToLogical(), durationMaxGet(), durationMaxIsValid(), durationMaxLogicalToDisplay(), durationMaxNormalize(), durationMaxSet(), durationMaxXSDToLogical()
property durationUnit as %String (MAXLEN = 1000000, XMLNAME = "durationUnit", XMLPROJECTION = "ATTRIBUTE");
code

s | min | h | d | wk | mo | a - unit of time (UCUM)

units-of-time|4.0.1 is the REQUIRED FHIR4 ValueSet for codes; you may NOT extend units-of-time|4.0.1 and you may NOT use codes from other ValueSets.

Property methods: durationUnitDisplayToLogical(), durationUnitGet(), durationUnitIsValid(), durationUnitLogicalToDisplay(), durationUnitLogicalToOdbc(), durationUnitNormalize(), durationUnitSet()
property frequency as %Integer (XMLNAME = "frequency", XMLPROJECTION = "ATTRIBUTE");
positiveInt

Event occurs frequency times per period.

Property methods: frequencyDisplayToLogical(), frequencyGet(), frequencyIsValid(), frequencyLogicalToDisplay(), frequencyNormalize(), frequencySet(), frequencyXSDToLogical()
property frequencyMax as %Integer (XMLNAME = "frequencyMax", XMLPROJECTION = "ATTRIBUTE");
positiveInt

Event occurs up to frequencyMax times per period.

Property methods: frequencyMaxDisplayToLogical(), frequencyMaxGet(), frequencyMaxIsValid(), frequencyMaxLogicalToDisplay(), frequencyMaxNormalize(), frequencyMaxSet(), frequencyMaxXSDToLogical()
property offset as %Integer (XMLNAME = "offset", XMLPROJECTION = "ATTRIBUTE");
unsignedInt

Minutes from event (before or after)

Property methods: offsetDisplayToLogical(), offsetGet(), offsetIsValid(), offsetLogicalToDisplay(), offsetNormalize(), offsetSet(), offsetXSDToLogical()
property period as %Decimal (XMLNAME = "period", XMLPROJECTION = "ATTRIBUTE");
decimal

Event occurs frequency times per period.

Property methods: periodDisplayToLogical(), periodGet(), periodIsValid(), periodLogicalToDisplay(), periodNormalize(), periodSet(), periodXSDToLogical()
property periodMax as %Decimal (XMLNAME = "periodMax", XMLPROJECTION = "ATTRIBUTE");
decimal

Upper limit of period (3-4 hours)

Property methods: periodMaxDisplayToLogical(), periodMaxGet(), periodMaxIsValid(), periodMaxLogicalToDisplay(), periodMaxNormalize(), periodMaxSet(), periodMaxXSDToLogical()
property periodUnit as %String (MAXLEN = 1000000, XMLNAME = "periodUnit", XMLPROJECTION = "ATTRIBUTE");
code

s | min | h | d | wk | mo | a - unit of time (UCUM)

units-of-time|4.0.1 is the REQUIRED FHIR4 ValueSet for codes; you may NOT extend units-of-time|4.0.1 and you may NOT use codes from other ValueSets.

Property methods: periodUnitDisplayToLogical(), periodUnitGet(), periodUnitIsValid(), periodUnitLogicalToDisplay(), periodUnitLogicalToOdbc(), periodUnitNormalize(), periodUnitSet()
property timeOfDay as list of %String (MAXLEN = 1000000, XMLNAME = "timeOfDay", XMLPROJECTION = "ELEMENT");
time

Time of day for action.

Property methods: timeOfDayBuildValueArray(), timeOfDayCollectionToDisplay(), timeOfDayCollectionToOdbc(), timeOfDayDisplayToCollection(), timeOfDayDisplayToLogical(), timeOfDayGet(), timeOfDayGetObject(), timeOfDayGetObjectId(), timeOfDayGetSwizzled(), timeOfDayIsValid(), timeOfDayLogicalToDisplay(), timeOfDayLogicalToOdbc(), timeOfDayNormalize(), timeOfDayOdbcToCollection(), timeOfDaySet(), timeOfDaySetObject(), timeOfDaySetObjectId()
property when as list of %String (MAXLEN = 1000000, XMLNAME = "when", XMLPROJECTION = "ELEMENT");
code

Code for time period of occurrence.

event-timing|4.0.1 is the REQUIRED FHIR4 ValueSet for codes; you may NOT extend event-timing|4.0.1 and you may NOT use codes from other ValueSets.

Property methods: whenBuildValueArray(), whenCollectionToDisplay(), whenCollectionToOdbc(), whenDisplayToCollection(), whenDisplayToLogical(), whenGet(), whenGetObject(), whenGetObjectId(), whenGetSwizzled(), whenIsValid(), whenLogicalToDisplay(), whenLogicalToOdbc(), whenNormalize(), whenOdbcToCollection(), whenSet(), whenSetObject(), whenSetObjectId()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab