Click or drag to resize

InsuranceStatus Enumeration

Insurance Statuses (applicable to both Insurance records and Providers)

Namespace:  CorrigoService.Enums
Assembly:  ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public enum InsuranceStatus
Members
  Member nameValueDescription
None0 Please note this is valid status. It may indicate start date in the future (for Organization); or lack of Insurance records (for Provider)
Expired1
ExpiringSoon2
Current3
See Also