A group of related alternative actions is a sentence group if the target
referenced by the action is the same in all the actions and each action
simply constitutes a different variation on how to specify the details for
the target.
A group of related alternative actions is a sentence group if the target
referenced by the action is the same in all the actions and each action
simply constitutes a different variation on how to specify the details for
the target. For example, two actions that could be in a SentenceGroup are
"aspirin, 500 mg, 2 times per day" and "aspirin, 300 mg, 3 times per day". In
both cases, aspirin is the target referenced by the action, and the two
actions represent different options for how aspirin might be ordered for the
patient. Note that a SentenceGroup would almost always have an associated
selection behavior of "AtMostOne", unless it's a required action, in which
case, it would be "ExactlyOne".
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.