Question: I would like to mark all diagnoses whose conceptId starts with “G35.” as main diagnosis. How can I implement this? All the best Philipp Answer: You could use REGEXP condition to match a pattern on the value of a ...
Question: I already have marked Sentences in a document (type: Sentence). How can I mark the first one as the document title? I already tried Sentence{->MARKFIRST(DocTitle)};, but this didn’t work. All the best Philipp Answer: that`s easy: # Sentence{-> DocTitle}; ...