Skip to content

Commit

Permalink
Update list-condition.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
OhHeyAlan authored and AnalogJ committed Aug 9, 2023
1 parent 20c2dd0 commit 09640e5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import {FORMATTERS} from './utils';
})
export class ListConditionComponent extends ListGenericResourceComponent {
columnDefinitions: GenericColumnDefn[] = [
{ title: 'Condition', versions: '*', format: 'code', getter: c => c.code.coding[0] },
// orig { title: 'Condition', versions: '*', format: 'code', getter: c => c.code.coding[0] },
{ title: 'Condition', versions: '*', getter: c => c.code.text },
{ title: 'Date of Onset', versions: '*', format: 'date', getter: c => c.onsetDateTime },
{ title: 'Date Resolved', 'versions': '*', format: 'date', getter: c => c.abatementDateTime, defaultValue: 'N/A' },
{ title: 'Recorded Date', versions: '*', format: 'date', getter: c => c.recordedDate },
Expand Down

0 comments on commit 09640e5

Please sign in to comment.