Uses of Class
org.hl7.fhir.dstu2016may.model.ActionDefinition
-
Packages that use ActionDefinition Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of ActionDefinition in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return ActionDefinition Modifier and Type Method Description protected ActionDefinitionJsonParser. parseActionDefinition(com.google.gson.JsonObject json)protected ActionDefinitionXmlParser. parseActionDefinition(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ActionDefinition in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type ActionDefinition Modifier and Type Field Description protected List<ActionDefinition>ActionDefinition. actionSub actions that are contained within the action.protected List<ActionDefinition>DecisionSupportRule. actionThe action element defines the "when" portion of the rule that determines what actions should be performed if the condition evaluates to true.protected List<ActionDefinition>OrderSet. actionThe definition of the actions that make up the order set.Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type ActionDefinition Modifier and Type Method Description List<ActionDefinition>ActionDefinition. getAction()List<ActionDefinition>DecisionSupportRule. getAction()List<ActionDefinition>OrderSet. getAction()Methods in org.hl7.fhir.dstu2016may.model with parameters of type ActionDefinition Modifier and Type Method Description ActionDefinitionActionDefinition. addAction(ActionDefinition t)DecisionSupportRuleDecisionSupportRule. addAction(ActionDefinition t)OrderSetOrderSet. addAction(ActionDefinition t)
-