Well, if you want to know when you have
any trauma, then I suppose the UI is a better solution. ACT doesn't know what is a DoT or an instant spell. But it still requires someone to make it.
If you know the names of the things you want to cure, then you could make some Custom Triggers with audio alerts in ACT.
Code:
.{4,30}'s? (Effect 1|Effect 2|Effect 3)(?: critically)? hits YOU.+
The above regular expression will match any line that has Effect 1, Effect 2 or Effect 3 hit you. Each is delimited by a pipe character, |. In the Triggers/Sounds tab, Custom Triggers, Triggers, add the above regex with maybe a TTS alert saying, "trauma cure" or whatever. Obviously you'll want to replace Effect # with a real spell name that you want to cure. I'd make four triggers in total for each cure type and just add effect names to the list as you come to them.