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 |
---|---|---|
sptUnknown | 0 | |
sptPatient | 1 | |
sptGuarantor | 2 | |
sptSelect | 3 | |
sptEmployer | 4 | |
sptFromList | 5 | |
sptTPA | 6 | |
sptMSP | 7 | |
sptWCB | 8 | |
sptInsurer | 9 | |
sptPatientPrivate | 10 | |
sptGuarantorPrivate | 11 | |
sptThirdParty | 12 | |
sptClaimPayer | 13 |
sptClaimPayer
added in v8.3.0