TAKPacket-SDK — TypeScript - v0.7.0
    Preparing search index...

    Interface ZMistEntry

    Per-patient ZMIST clinical record (Zap/Mechanism/Injury/Signs/Treatment).

    interface ZMistEntry {
        i?: string;
        m?: string;
        s?: string;
        t?: string;
        title?: string;
        z?: string;
    }
    Index

    Properties

    Properties

    i?: string

    I — injuries sustained.

    m?: string

    M — mechanism of injury.

    s?: string

    S — signs (vitals).

    t?: string

    T — treatment given.

    title?: string

    Free-text title for this ZMIST entry.

    z?: string

    Z — zap number / patient tag.