DMSDataPoint: DataPoint & {
    defects: DMSDataValue[];
    label?: string;
    ncu: number;
    ncuCostOverride?: number;
    rtfs?: RTFReportForInterchange;
    sampleSize: number;
}

Type declaration

  • defects: DMSDataValue[]

    Array of defects and counts associated with this data record

  • Optionallabel?: string

    Additional label stored with the data record, usually the button label of a rating test if this was used in an inspection

  • ncu: number

    Count of non-conforming units

  • OptionalncuCostOverride?: number

    If set, a cost of the non-conforming units of this data record. If not set, then the costs are calculated normally using the costs of the entities.

  • Optionalrtfs?: RTFReportForInterchange

    Information about the real-time failures associated with this data point

  • sampleSize: number

    Sample size of this data record