- Service Connected
{{#if serviceConnected}}
- Yes
{{else}}
- No
{{/if}}
- Service Connected Conditions
{{#if scCondition.length}}
{{#each scCondition}}
- {{name}} ({{scPercent}}%)
{{/each}}
{{else}}
- No Record Found
{{/if}}
- Insurance
{{#if getInsurance}}
-
Patient Insurance Information.
{{#with getInsurance}}
{{#if companyName}}
- Name
- {{companyName}}
{{/if}}
{{#if groupNumber}}
- Group
- {{groupNumber}}
{{/if}}
{{#if policyHolder}}
- Holder
- {{toLowerCase policyHolder}}
{{/if}}
{{#if effectiveDate}}
- Effective Date
- {{formatDate effectiveDate}}
{{/if}}
{{#if expirationDate}}
- Expiration Date
- {{formatDate expirationDate}}
{{/if}}
{{/with}}
{{else}}
- No Record Found
{{/if}}