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 |
---|---|---|
spcUndefined | 1 | |
spcPractice | 2 | |
spcProvider | 4 | |
spcPos | 8 | |
spcUser | 16 | |
spcResource | 32 | |
spcPatient | 64 | |
spcExtProvider | 128 | |
spcExtPOS | 256 |
spcPatient
added in v8.4.0spcExtProvider
added in v8.4.0spcExtPOS
added in v8.5.0