Skip to content

Commit

Permalink
fix: incorrect type of x00080104 in code schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinlinlee committed Aug 9, 2023
1 parent e8d6da4 commit 7d3f83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/sql/models/dicomCode.model.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DicomCodeModel.init({
type: vrTypeMapping.SH
},
"x00080104": {
type: vrTypeMapping.SH
type: vrTypeMapping.LO
}
}, {
sequelize: sequelizeInstance,
Expand Down

0 comments on commit 7d3f83b

Please sign in to comment.