 | BiIndicatorMeasureDefinitionComputation Property |
Gets or sets the computations
Namespace: SanteDB.BI.ModelAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic List<BiMeasureComputationColumnReference> Computation { get; set; }Public Property Computation As List(Of BiMeasureComputationColumnReference)
Get
Set
public:
property List<BiMeasureComputationColumnReference^>^ Computation {
List<BiMeasureComputationColumnReference^>^ get ();
void set (List<BiMeasureComputationColumnReference^>^ value);
}member Computation : List<BiMeasureComputationColumnReference> with get, set
Property Value
ListBiMeasureComputationColumnReference
See Also