Skip to main content

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

class HS.FHIR.DTL.vDSTU2.Model.Element.Timing.repeat extends HS.FHIR.DTL.vDSTU2.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 boundsPeriod as HS.FHIR.DTL.vDSTU2.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 boundsQuantity as HS.FHIR.DTL.vDSTU2.Model.Datatype.Duration (XMLNAME = "boundsQuantity", XMLPROJECTION = "ELEMENT");
Duration

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

Property methods: boundsQuantityGet(), boundsQuantityGetSwizzled(), boundsQuantityIsValid(), boundsQuantityNewObject(), boundsQuantitySet()
property boundsRange as HS.FHIR.DTL.vDSTU2.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");
integer

Number of times to repeat.

Property methods: countDisplayToLogical(), countGet(), countIsValid(), countLogicalToDisplay(), countNormalize(), countSet(), countXSDToLogical()
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 durationUnits as %String (MAXLEN = 1000000, XMLNAME = "durationUnits", XMLPROJECTION = "ATTRIBUTE");
code

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

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

Property methods: durationUnitsDisplayToLogical(), durationUnitsGet(), durationUnitsIsValid(), durationUnitsLogicalToDisplay(), durationUnitsLogicalToOdbc(), durationUnitsNormalize(), durationUnitsSet()
property frequency as %Integer (XMLNAME = "frequency", XMLPROJECTION = "ATTRIBUTE");
integer

Event occurs frequency times per period.

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

Event occurs up to frequencyMax times per period.

Property methods: frequencyMaxDisplayToLogical(), frequencyMaxGet(), frequencyMaxIsValid(), frequencyMaxLogicalToDisplay(), frequencyMaxNormalize(), frequencyMaxSet(), frequencyMaxXSDToLogical()
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 periodUnits as %String (MAXLEN = 1000000, XMLNAME = "periodUnits", XMLPROJECTION = "ATTRIBUTE");
code

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

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

Property methods: periodUnitsDisplayToLogical(), periodUnitsGet(), periodUnitsIsValid(), periodUnitsLogicalToDisplay(), periodUnitsLogicalToOdbc(), periodUnitsNormalize(), periodUnitsSet()
property when as %String (MAXLEN = 1000000, XMLNAME = "when", XMLPROJECTION = "ATTRIBUTE");
code

Regular life events the event is tied to.

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

Property methods: whenDisplayToLogical(), whenGet(), whenIsValid(), whenLogicalToDisplay(), whenLogicalToOdbc(), whenNormalize(), whenSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab