QualityMeasureOptions(IEnumerable<QualityMeasureType>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of QualityMeasureOptions.
public QualityMeasureOptions(System.Collections.Generic.IEnumerable<Azure.Health.Insights.RadiologyInsights.QualityMeasureType> measureTypes);
new Azure.Health.Insights.RadiologyInsights.QualityMeasureOptions : seq<Azure.Health.Insights.RadiologyInsights.QualityMeasureType> -> Azure.Health.Insights.RadiologyInsights.QualityMeasureOptions
Public Sub New (measureTypes As IEnumerable(Of QualityMeasureType))
Parameters
- measureTypes
- IEnumerable<QualityMeasureType>
Id(s) of the MIPS measures that need to be evaluated in the document.
Exceptions
measureTypes is null.