ZMistEntry

data class ZMistEntry(val title: String = "", val z: String = "", val m: String = "", val i: String = "", val s: String = "", val t: String = "")(source)

Per-patient ZMIST card — maps to inside ATAK's . All fields optional free-text.

Constructors

Link copied to clipboard
constructor(title: String = "", z: String = "", m: String = "", i: String = "", s: String = "", t: String = "")

Properties

Link copied to clipboard
val i: String

Injuries observed.

Link copied to clipboard
val m: String

Mechanism of injury.

Link copied to clipboard
val s: String

Signs / vitals.

Link copied to clipboard
val t: String

Treatment given.

Link copied to clipboard

Patient identifier / sequence label ("ZMIST-1").

Link copied to clipboard
val z: String

Zap number — unique patient tracking ID.