An enumeration is a set of named constants whose underlying type is any integral type. If no underlying type is explicitly declared, Integer is used.
| Name | Value | Description |
|---|---|---|
| nmtUnknown | 0 | |
| nmtAddPerson | 1 | |
| nmtUpdatePerson | 2 | |
| nmtPharmacyGive | 4 | |
| nmtPharmacyGiveResponse | 8 | |
| nmtQueryForVaccinationRecord | 16 | |
| nmtReturningMultiPID | 32 | |
| nmtVaccinationRecord | 64 | |
| nmtUnsolicitedVaccinationRecord | 128 |