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 74.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 74.16, “BaseEncounter.tailColor(): Scan
color-band tail”.
Section 74.17, “BaseEncounter.tailDisposition(): Scan
disposition code tail field”.
Section 74.18, “BaseEncounter.tailPulled(): Scan
feather-pulled tail field”.
Section 74.19, “BaseEncounter.tailNote(): Scan note tail
field”.
Section 74.20, “BaseEncounter.tailSwab(): Scan swab tail
field”.