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
NDR plugin is unable to Code this regimen because it has not been mapped in the ClinicalDictionary. Also don't forget to map the description of the regimen.
Solution
line 58 on the method loadDictionary()
we need to add this line map.put(165686, "1e")
The text was updated successfully, but these errors were encountered:
brightoibe
changed the title
TDF-3TC-EFV400 (ConceptID =165686) Not Mapped on ClinnicalDictionary
TDF-3TC-EFV400 (ConceptID =165686) Not Mapped on ClinicalDictionary
Mar 20, 2021
NDR plugin is unable to Code this regimen because it has not been mapped in the ClinicalDictionary. Also don't forget to map the description of the regimen.
Solution
line 58 on the method loadDictionary()
we need to add this line
map.put(165686, "1e")
The text was updated successfully, but these errors were encountered: