Skip to content

Commit

Permalink
Merge pull request #281 from OhHeyAlan/patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ authored Oct 18, 2023
2 parents 4fd24e3 + e0373a9 commit 9327464
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {GenericColumnDefn, ListGenericResourceComponent} from './list-generic-re
})
export class ListMedicationComponent extends ListGenericResourceComponent {
columnDefinitions: GenericColumnDefn[] = [
{ title: 'Medication', versions: '*', format: 'codeableConcept', getter: c => c.medicationCodeableConcept },
{ title: 'Medication', versions: '*', format: 'codeableConcept', getter: c => c.code },
{ title: 'Date Prescribed', versions: '*', format: 'date', getter: c => c.authoredOn },
{ title: 'Status', 'versions': '*', getter: c => c.status }
]
Expand Down

0 comments on commit 9327464

Please # to comment.