Skip to content

Commit

Permalink
Allow rxnorm filters to have wrong case
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Apr 18, 2024
1 parent e96f29e commit b860b0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/tx/tx_rxnorm.pas
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,7 @@ function TUMLSServices.filter(forIteration : boolean; prop : String; op : TFhirF
res : TUMLSFilter;
ok : boolean;
begin
prop := prop.toUpper;
res := TUMLSFilter.Create;
try
ok := true;
Expand Down

0 comments on commit b860b0e

Please sign in to comment.