Skip to content

Commit

Permalink
POC-610: Updated date formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykorir committed Jan 17, 2024
2 parents e49dd7b + 82ecc22 commit 689a4b9
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export class ChartAbstractionPatientlistComponent implements OnInit {
}
}
this.overrideColumns.push(
{ field: 'ccc_number', hide: true, pinned: true },
{ field: 'ccc_number', hide: true, pinned: true },
{
field: 'birthdate'
Expand Down Expand Up @@ -282,6 +283,11 @@ export class ChartAbstractionPatientlistComponent implements OnInit {
width: 150
// pinned: true
},
{
field: 'upi_number',
width: 150
// pinned: true
},
{
field: 'upi_number',
width: 150,
Expand All @@ -294,6 +300,11 @@ export class ChartAbstractionPatientlistComponent implements OnInit {
width: 280,
hide: true
},
{
field: 'cur_arv_med_basis',
width: 280,
hide: true
},
{
field: 'cur_arv_med_basis',
width: 280
Expand Down

0 comments on commit 689a4b9

Please sign in to comment.