Skip to content

Commit

Permalink
23.11 fb pathology filename (#1161)
Browse files Browse the repository at this point in the history
* Modified program to allow uploads of pdf file ont Necropsy records.

* Modified program to allow uploads of pdf file ont Necropsy records.

* Modified program to allow uploads of pdf file ont Necropsy records.

* Modified Necropsy filename access
  • Loading branch information
Ohsudev authored Oct 29, 2024
1 parent 9328772 commit 91aba9e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions onprc_ehr/resources/queries/study/encounters.query.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@
<columnTitle>Necropsy Location</columnTitle>
<isHidden>true</isHidden>
</column>
<column columnName="fileName">
<columnTitle>PDF File</columnTitle>
<isHidden>true</isHidden>
</column>
<column columnName="taskid">
<fk>
<fkDbSchema>ehr</fkDbSchema>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,15 @@ EHR.model.DataModelManager.registerMetadata('Necropsy_Notes', {
'study.encounters': {
project: {
xtype: 'onprc_ehr-projectentryfield'
}
},
filename: {
hidden: false,
shownInGrid: true,
label: 'Pdf File',
columnConfig: {
width: 200
}
}
},
'onprc_ehr.encounter_summaries_remarks': {
Id: {
Expand Down

0 comments on commit 91aba9e

Please sign in to comment.