Skip to content

Commit d503319

Browse files
committed
Created a new program that will update problem list records that have 'Digit Amputation' as its subcategory values.
1 parent ab94bf2 commit d503319

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

onprc_ehr/resources/schemas/onprc_ehr.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1500,5 +1500,26 @@
15001500
</columns>
15011501
</table>
15021502

1503+
<table tableName="Rpt_TempProblemList" tableDbType="TABLE">
1504+
<columns>
1505+
<column columnName="searchid"/>
1506+
<column columnName="animalid"/>
1507+
<column columnName="date"/>
1508+
<column columnName="objectid"/>
1509+
<column columnName="caseid"/>
1510+
</columns>
1511+
</table>
1512+
1513+
<table tableName="Rpt_TempProblemListMaster" tableDbType="TABLE">
1514+
<columns>
1515+
<column columnName="searchid"/>
1516+
<column columnName="animalid"/>
1517+
<column columnName="date"/>
1518+
<column columnName="objectid"/>
1519+
<column columnName="caseid"/>
1520+
</columns>
1521+
</table>
1522+
1523+
15031524

15041525
</tables>

0 commit comments

Comments
 (0)