QualityMeasureInference Class
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.
A QualityMeasure inference captures the MIPS ('measure based incentive payment system') quality measure criteria in the document that are used to measure the data completeness.
public class QualityMeasureInference : Azure.Health.Insights.RadiologyInsights.RadiologyInsightsInference, System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.QualityMeasureInference>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.QualityMeasureInference>
type QualityMeasureInference = class
inherit RadiologyInsightsInference
interface IJsonModel<QualityMeasureInference>
interface IPersistableModel<QualityMeasureInference>
Public Class QualityMeasureInference
Inherits RadiologyInsightsInference
Implements IJsonModel(Of QualityMeasureInference), IPersistableModel(Of QualityMeasureInference)
- Inheritance
- Implements
Properties
ComplianceType |
The ComplianceType indicates whether the document is compliant for the specified QualityMeasure or not, or if exceptions apply. |
Extension |
Additional Content defined by implementations. (Inherited from RadiologyInsightsInference) |
QualityCriteria |
List of quality criteria identified in the document, if any. |
QualityMeasureDenominator |
The denominator, which identifies the QualityMeasure kind. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |