Stream: terminology
Topic: when to use userSelected
Jay Lyle (Jun 08 2020 at 20:53):
userSelected seems pretty useful if you have more than one coding. If you only have one, would this ever be needed? It seems it could distinguish inferred information, but you wouldn't know in adavnce, and it would mainly be used in the negative case.
Grahame Grieve (Jun 08 2020 at 21:20):
it's not so useful in practice, but is still theoretically justified
Eric Whitley (Jun 09 2020 at 14:54):
IMO, still handy to know that something was explicitly user selected. Even if there's only one coded concept, to know what it wasn't mapped/inferred is valuable.
Last updated: Apr 12 2022 at 19:14 UTC