Uses of Class
org.hl7.fhir.dstu2016may.model.DecisionSupportRule
-
Packages that use DecisionSupportRule Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of DecisionSupportRule in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return DecisionSupportRule Modifier and Type Method Description protected DecisionSupportRuleJsonParser. parseDecisionSupportRule(com.google.gson.JsonObject json)protected DecisionSupportRuleXmlParser. parseDecisionSupportRule(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type DecisionSupportRule Modifier and Type Method Description protected voidJsonParser. composeDecisionSupportRule(String name, DecisionSupportRule element)protected voidRdfParser. composeDecisionSupportRule(RdfGenerator.Complex parent, String parentType, String name, DecisionSupportRule element, int index)protected voidXmlParser. composeDecisionSupportRule(String name, DecisionSupportRule element)protected voidJsonParser. composeDecisionSupportRuleInner(DecisionSupportRule element) -
Uses of DecisionSupportRule in org.hl7.fhir.dstu2016may.model
Methods in org.hl7.fhir.dstu2016may.model that return DecisionSupportRule Modifier and Type Method Description DecisionSupportRuleDecisionSupportRule. addAction(ActionDefinition t)DecisionSupportRuleDecisionSupportRule. addLibrary(Reference t)DecisionSupportRuleDecisionSupportRule. addTrigger(TriggerDefinition t)DecisionSupportRuleDecisionSupportRule. copy()DecisionSupportRuleDecisionSupportRule. setCondition(String value)DecisionSupportRuleDecisionSupportRule. setConditionElement(StringType value)DecisionSupportRuleDecisionSupportRule. setModuleMetadata(ModuleMetadata value)protected DecisionSupportRuleDecisionSupportRule. typedCopy()
-