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 |
---|---|---|
ptUnknown | 0 | |
ptPatient | 1 | |
ptNonPatient | 2 | |
ptOrganisation | 4 | |
ptPayor | 8 | |
ptBulkBiller | 16 | |
ptSupplier | 32 | |
ptItem | 64 | |
ptEmployer | 128 | |
ptCard | 256 | |
ptCommunity | 512 | |
ptSchool | 1024 | |
ptGroup | 2048 |
ptCommunity
removed in v7.8.1ptGroup
added in v7.8.1ptSchool
added in v7.8.1