You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clinical validation changes: change the current validation logic to either validate the “drug_name” and “drug_rxnormcui” against the RxNorm database, or check if the new conditional fields “drug_database”, “drug_id” and “drug_term” are populated.
If both drug_rxnormid & drug_name are submitted, then check that they are a valid id/name pair in the RxNorm Data Source
If drug_rxnormid & drug_name are not submitted, then check if fields drug_database, drug_id and drug_term are submitted. No validations are needed for these 3 fields atm.
If both sets of data fields are not submitted, a validation error will appear like this: Please provide the missing drug information.
Three tables are affected: chemotherapy, hormone_therapy and immunotherapy
The text was updated successfully, but these errors were encountered:
Context
Use cases
Proposal
drug_rxnormid
&drug_name
are submitted, then check that they are a valid id/name pair in the RxNorm Data Sourcedrug_rxnormid
&drug_name
are not submitted, then check if fieldsdrug_database
,drug_id
anddrug_term
are submitted. No validations are needed for these 3 fields atm.Please provide the missing drug information.
The text was updated successfully, but these errors were encountered: