Click or drag to resize

BiIndicatorPeriodDefinitionGetPeriods Method

Get all periods for which this data is valid

Namespace: SanteDB.BI.Model
Assembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
public IEnumerable<BiIndicatorPeriod> GetPeriods()

Return Value

IEnumerableBiIndicatorPeriod

[Missing <returns> documentation for "M:SanteDB.BI.Model.BiIndicatorPeriodDefinition.GetPeriods"]

Remarks
This will return all periods - it is highly recommended the caller use TakeTSource(IEnumerableTSource, Int32) to restrict the calls
See Also