Uses of Class
org.hl7.fhir.dstu2016may.model.DecisionSupportServiceModule
-
Packages that use DecisionSupportServiceModule Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of DecisionSupportServiceModule in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return DecisionSupportServiceModule Modifier and Type Method Description protected DecisionSupportServiceModuleJsonParser. parseDecisionSupportServiceModule(com.google.gson.JsonObject json)protected DecisionSupportServiceModuleXmlParser. parseDecisionSupportServiceModule(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type DecisionSupportServiceModule Modifier and Type Method Description protected voidJsonParser. composeDecisionSupportServiceModule(String name, DecisionSupportServiceModule element)protected voidRdfParser. composeDecisionSupportServiceModule(RdfGenerator.Complex parent, String parentType, String name, DecisionSupportServiceModule element, int index)protected voidXmlParser. composeDecisionSupportServiceModule(String name, DecisionSupportServiceModule element)protected voidJsonParser. composeDecisionSupportServiceModuleInner(DecisionSupportServiceModule element) -
Uses of DecisionSupportServiceModule in org.hl7.fhir.dstu2016may.model
Methods in org.hl7.fhir.dstu2016may.model that return DecisionSupportServiceModule Modifier and Type Method Description DecisionSupportServiceModuleDecisionSupportServiceModule. addDataRequirement(DataRequirement t)DecisionSupportServiceModuleDecisionSupportServiceModule. addParameter(ParameterDefinition t)DecisionSupportServiceModuleDecisionSupportServiceModule. addTrigger(TriggerDefinition t)DecisionSupportServiceModuleDecisionSupportServiceModule. copy()DecisionSupportServiceModuleDecisionSupportServiceModule. setModuleMetadata(ModuleMetadata value)protected DecisionSupportServiceModuleDecisionSupportServiceModule. typedCopy()
-