Skip to main content
Version: v0.0.4

Interface: DeidAvailability

Whether de-identification is available, and (while it is not) the value-free reason why. The one function the redact command consults before reading any input, so a redact invocation never touches the PHI it cannot yet safely strip.

Properties

available

readonly available: boolean

true once @cosyte/deid is wired; false today.


reason

readonly reason: string

A value-free explanation shown when DeidAvailability.available is false.