Skip to content

Interface: SafeHarborSummary

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Anonymization / SafeHarborSummary

Interface: SafeHarborSummary

Defined in: src/types/anonymization.ts:144

Aggregated Safe Harbor result across the record batch.

Properties

compliantCount

compliantCount: number

Defined in: src/types/anonymization.ts:146

Records that were already compliant (no PHI detected).


deIdentifiedCount

deIdentifiedCount: number

Defined in: src/types/anonymization.ts:148

Records that had at least one PHI field redacted.


perRecord

perRecord: RecordSafeHarborStatus[]

Defined in: src/types/anonymization.ts:150

Per-record status, in input order.