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 |
---|---|---|
psCapitated | 1 | |
psEnrolled | 2 | |
psActive | 4 | |
psCasual | 8 | |
psInActive | 16 | |
psTransferred | 32 | |
psDeceased | 64 | |
psUnused | 128 | |
psUnknown | 256 | |
psRegistered | 512 |
psEnrolledElsewhere
removed in v8.0.0