InsuranceStatus Enumeration |
Insurance Statuses (applicable to both Insurance records and Providers)
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum InsuranceStatus
<SerializableAttribute>
Public Enumeration InsuranceStatus
No code example is currently available or this language may not be supported.
MembersMember name | Value | Description |
---|
None | 0 |
Please note this is valid status. It may indicate start date in the future (for Organization); or lack of Insurance records (for Provider)
|
Expired | 1 | |
ExpiringSoon | 2 | |
Current | 3 | |
See Also