Click or drag to resize
ProviderCoi Class
For legal reasons, some Corrigo Enterprise clients require providers to have valid certificate of insurance (sometimes even more than one). Currently only Providers may have Insurance records attached to them but this rule is not enforced.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesProviderCoi

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ProviderCoi : CorrigoEntityWithOptimisticLock

The ProviderCoi type exposes the following members.

Properties
  NameDescription
Public propertyAmtCoverage
Amount of coverage. Max. precision 2 digits; negative values are not allowed.
Public propertyComment
Coverage details. Max Length=1024
Public propertyCurrencyTypeId
Chosen currency.
Public propertyDisplayAs
Displayable name. Max Length=256
Public propertyEmployeeId
Employee/technician ID.
Public propertyEndDate
Date when insurance coverage ends (date only; no time).
Public propertyStartDate
Date when insurance coverage starts (date only; no time).
Public propertyStatusId
Insurance status, auto-computed. Matches enumeration InsuranceStatus.
Top
See Also