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
The reason dropdown on MedicationOrder and Procedure states doesn't work correctly when there is no ConditionOnset state in the module. (consider a submodule where the parent module diagnoses the condition) The dropdown includes an "attribute" option which should reveal a text field when selected, but when there is no ConditionOnset state in the module, the "attribute" option is already selected and doesn't reveal the text field.
Temporary workaround is to add a dummy ConditionOnset state, update the MedicationOrder reason, then remove the dummy ConditionOnset.
The text was updated successfully, but these errors were encountered:
The
reason
dropdown on MedicationOrder and Procedure states doesn't work correctly when there is no ConditionOnset state in the module. (consider a submodule where the parent module diagnoses the condition) The dropdown includes an "attribute" option which should reveal a text field when selected, but when there is no ConditionOnset state in the module, the "attribute" option is already selected and doesn't reveal the text field.Temporary workaround is to add a dummy ConditionOnset state, update the MedicationOrder reason, then remove the dummy ConditionOnset.
The text was updated successfully, but these errors were encountered: