Enum RequestGroup.ActionPrecheckBehavior

java.lang.Object
java.lang.Enum<RequestGroup.ActionPrecheckBehavior>
org.hl7.fhir.dstu3.model.RequestGroup.ActionPrecheckBehavior
All Implemented Interfaces:
Serializable, Comparable<RequestGroup.ActionPrecheckBehavior>
Enclosing class:
RequestGroup

  • Enum Constant Details

    • YES

      An action with this behavior is one of the most frequent action that is, or should be, included by an end user, for the particular context in which the action occurs. The system displaying the action to the end user should consider "pre-checking" such an action as a convenience for the user
    • NO

      An action with this behavior is one of the less frequent actions included by the end user, for the particular context in which the action occurs. The system displaying the actions to the end user would typically not "pre-check" such an action
    • NULL

      added to help the parsers with the generic types
  • Method Details