Interface: PrivateTagDefinition
One private-data attribute definition supplied by a Profile's
private-dictionary overlay. The vr resolves the Implicit-VR of a private
data element whose on-wire encoding carries no VR; keyword / name carry
the vendor-documented identity for tooling and docs.
Example
import type { PrivateTagDefinition } from "@cosyte/dicom";
const def: PrivateTagDefinition = {
vr: "OB",
keyword: "CSAImageHeaderInfo",
name: "CSA Image Header Info",
};
Properties
keyword
readonlykeyword:string
name
readonlyname:string
vr
readonlyvr:VR