Interface: RecordSafeHarborStatus
@kortexya/reasoninglayer / Anonymization / RecordSafeHarborStatus
Interface: RecordSafeHarborStatus
Defined in: src/types/anonymization.ts:132
Safe Harbor compliance status for a single input record.
Properties
recordIndex
recordIndex:
number
Defined in: src/types/anonymization.ts:134
Zero-based index in the input batch.
suppressedFields
suppressedFields:
string[]
Defined in: src/types/anonymization.ts:138
Field names replaced with "[SUPPRESSED]" in the output.
violationCount
violationCount:
number
Defined in: src/types/anonymization.ts:140
Total number of PHI identifier violations detected.
wasCompliant
wasCompliant:
boolean
Defined in: src/types/anonymization.ts:136
true if no PHI was detected (record was already compliant).