This class attribute contains a dictionary that maps
(uppercased) tail field type codes to the methods that parse
the data part of each tail field. For the generic intended
function that each such method must match, see Section 73.15, “BaseEncounter.scanTailField(): Scan one
free-form tail field”.
tailDispatch = {
TAIL_COLOR: tailColor,
TAIL_DISPOSITION: tailDisposition,
TAIL_PULLED: tailPulled,
TAIL_NOTE: tailNote,
TAIL_SWAB: tailSwab }
For the methods in this dictionary, see:
Section 73.16, “BaseEncounter.tailColor(): Scan
color-band tail”.
Section 73.17, “BaseEncounter.tailDisposition(): Scan
disposition code tail field”.
Section 73.18, “BaseEncounter.tailPulled(): Scan
feather-pulled tail field”.
Section 73.19, “BaseEncounter.tailNote(): Scan note tail
field”.
Section 73.20, “BaseEncounter.tailSwab(): Scan swab tail
field”.