Click or drag to resize

SummaryPolicyItem Class

Represents a PolicyLine item on the Policy tab on the Summary screen for Claims in Epic.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.ClaimSummaryPolicyItem
Namespace:  ASI.TAM.API.Data.UI.Claim
Assembly:  ASI.TAM.API.Data.UI.Claim (in ASI.TAM.API.Data.UI.Claim.dll) Version: 2021.1.0.1
Syntax
public sealed class SummaryPolicyItem

The SummaryPolicyItem type exposes the following members.

Properties
  NameDescription
Public propertyClaimSummaryPolicyID
Unique identifier used to specify related claim summary policy item.

Sometimes Required

Public propertyClaimType
Use code of claim type when inserting a policy item.

Required

Public propertyFlag
Used to choose what action to apply to item.
Public propertyLineID
Unique identifier used to specify related line item.

Required

Public propertyNoticeOfOption
NoticeOfOption
Public propertyPolicyID
Unique identifier used to specify related policy item.

Required

Public propertyRiskDescription
Risk Description
Public propertyRiskID
Unique identifier used to specify related risk item.
Public propertyRiskNumber
Risk Number
Public propertyRiskType
Available Risk Type
Public propertyServiceSummaryID
Unique identifier used to specify related service summary item. Use Get_Line method to lookup all the ServiceSummaries for a line.

Required

Public propertySubRiskDescription
Sub Risk Description
Public propertySubRiskID
Unique identifier used to specify related sub risk item.
Public propertySubRiskNumber
Sub Risk Number
Public propertySubRiskType
Available Sub Risk Type
Top
Remarks