Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

<div class="wrapper">
<div class="nav-gap header"></div>
<header>
<app-header></app-header>
</header>
<nav>
<app-navigation></app-navigation>
</nav>
<div class="content">
<section>
<div class="title-bar">
<div class="container">
<div class="page-title">
<div class="row logo">
<div class="breadcrumbs">ARS Reports &nbsp;/</div>
<h1 id="HDG_mainHeading_arsReports_1">Attachments Retrieval
<span>&nbsp;|&nbsp; Reports</span>
</h1>
</div>
</div>
</div>
</div>
</section>
<!-- here goes the success or error message after some time -->

<!-- <div *ngIf="showStorageWarning && arsStorageClicked" class="animate-open">
<div class="alert-inline small solid warning-msg">WARNING! Available Attachment Storage will reach 0 in {{weeksUntillFull}} weeks
<div class="close-alert">&times;</div>
</div>
</div> -->
<!-- <div class="alert-inline small warning solid center-align" *ngIf="showStorageWarning && arsStorageClicked">
WARNING! Available Attachment Storage will reach 0 in {{weeksUntillFull}} weeks.</div> -->
<!-- tab contents start here -->
<article>
<div class="row"></div>
<div class="container fade-in">
<!-- Card Tabs -->
<div class="card-tabs blue-tab">
<section>
<!-- Tab 1 -->
<input id="TAB_attachReports_arsReports_1" type="radio" checked="checked" name="tabs" role="tab" aria-label="Attachment Reports Tab. To switch tabs, use arrow keys."
/>
<label for="TAB_attachReports_arsReports_1" class="tab-label">Attachment Reports</label>
<div class="tab-content">
<div class="col three">
<div class="card-head">
<h3>Report Criteria</h3>
<span id="noteTitle">Enter Payer ID and Date Range to generate Matched/Unmatched 275 reports.</span>
</div>
<form [formGroup]="form" (ngSubmit)="onGenerate()" novalidate>
<div class="col one">
<label class="label text-field" for="IPT_payerId_arsReports_1">Payer ID
</label>
<input appAutofocus formControlName="payerId" type="text" placeholder="Enter Number" id="IPT_payerId_arsReports_1" name="payerId">
</div>
<div class="col one input-block">
<label class="radio-label">Report Type: </label>
<input type="radio" checked id="IPT_reportType_arsReports_1" name="reportType" formControlName="reportType" [value]="true"
/>
<label class="radio-label" for="IPT_reportType_arsReports_1">Matched</label>
<input type="radio" id="IPT_reportType_arsReports_2" name="reportType" formControlName="reportType" [value]="false" />
<label class="radio-label" for="IPT_reportType_arsReports_2">Unmatched</label>
</div>
<!-- <div class="col one input-block no-flow">
<input type="checkbox" id="IPT_last24Hours_arsReports_1" name="last24Hours" formControlName="last24Hours" [(ngModel)]="arsReportsModelReqRangeDate.last24Hours"
/>
<label class="checkbox-label" for="IPT_last24Hours_arsReports_1">Use Last 24-Hour Cycle</label>
</div> -->
<div class="col one">
<!-- [ngClass]="{hideDate: arsReportsModelReqRangeDate.last24Hours}"-->
<label class="label text-field" for="startDate">Service Start Date
<span class="info">mm/dd/yyyy</span>
</label>
<app-calendar [monthId]="'SPN_currentMonth_1'" [parentFormGroup]="form.controls['calendarFromDate']" [parentControlName]="'startDate'"></app-calendar>
</div>
<div class="col one">
<!-- [ngClass]="{hideDate: arsReportsModelReqRangeDate.last24Hours}"-->
<label class="label text-field" for="endDate">Service End Date
<span class="info">mm/dd/yyyy</span>
</label>
<app-calendar [monthId]="'SPN_currentMonth_2'"[parentFormGroup]="form.controls['calendarToDate']" [parentControlName]="'endDate'"></app-calendar>
</div>
<div class="row bottom col two">
<button type="submit" class="button primary" id="BTN_generateButton_arsReports_1" [disabled]="form.invalid" [class.disabled]="form.invalid"
aria-label="Generate Button" title="Generate Button">Generate</button>
<button type="button" class="button secondary" id="BTN_resetButton_arsReports_1" (click)="resetAttachReports()" aria-label="Reset Form"
title="Reset Form">Reset Form</button>
</div>
</form>
</div>
</div>
<!-- Tab 2 -->
</section>
</div>
</div>
<div *ngIf="showResults" class="container">
<div class="row results">
<div class="col three">
<div class="card-head float-left">
<h4>{{displayMatUnMat}} Attachments Report</h4>
</div>
<!-- Removed until function developed -->
<!-- <div class="icon-function">
<div>
<img src="./../../assets/images/ic_PDF_icon_blue_24.svg" id="BTN_printPdf_arsReports_1" name="print" (click)="print()">
<label for="BTN_printPdf_arsReports_1">Print PDF</label>
</div>
<div>
<img src="./../../assets/images/ic_export_blue_24.svg" id="BTN_export_arsReports_1" name="export" (click)="export()">
<label for="BTN_export_arsReports_1">Export CSV</label>
</div>
</div> -->
</div>
</div>
</div>
<footer>
<app-footer></app-footer>
</footer>
</article>
</div>
</div>