@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Interface TrfFtString

    Structure is used to store information about the numeric field (4 bytes) that is a part of one of the informational data groups.

    TrfFtString

    interface TrfFtString {
        Data: string;
        Format?: string;
        Status?: number;
        Type?: number;
    }
    Index

    Properties

    Data: string

    Numeric value.

    TrfFtString

    Format?: string

    Mask of format of text information (for example, «YYMMDD» for date of birth)

    TrfFtString

    Status?: number

    Result of logical analysis of compliance of the contents of the field with the requirements of the specification

    TrfFtString

    Type?: number

    TrfFtString