Uses of Class
org.hl7.fhir.r4.model.TriggerDefinition
Packages that use TriggerDefinition
-
Uses of TriggerDefinition in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TriggerDefinitionModifier and TypeMethodDescriptionprotected TriggerDefinitionJsonParser.parseTriggerDefinition(com.google.gson.JsonObject json)protected TriggerDefinitionXmlParser.parseTriggerDefinition(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type TriggerDefinitionModifier and TypeMethodDescriptionprotected voidJsonParser.composeTriggerDefinition(String name, TriggerDefinition element)protected voidRdfParser.composeTriggerDefinition(Turtle.Complex parent, String parentType, String name, TriggerDefinition element, int index)protected voidXmlParser.composeTriggerDefinition(String name, TriggerDefinition element)protected voidXmlParser.composeTriggerDefinitionElements(TriggerDefinition element)protected voidJsonParser.composeTriggerDefinitionInner(TriggerDefinition element)protected booleanXmlParser.parseTriggerDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TriggerDefinition res)protected voidJsonParser.parseTriggerDefinitionProperties(com.google.gson.JsonObject json, TriggerDefinition res) -
Uses of TriggerDefinition in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TriggerDefinitionModifier and TypeFieldDescriptionprotected List<TriggerDefinition>EventDefinition.triggerThe trigger element defines when the event occurs.protected List<TriggerDefinition>PlanDefinition.PlanDefinitionActionComponent.triggerA description of when the action should be triggered.Methods in org.hl7.fhir.r4.model that return TriggerDefinitionModifier and TypeMethodDescriptionTriggerDefinition.addData(DataRequirement t)EventDefinition.addTrigger()PlanDefinition.PlanDefinitionActionComponent.addTrigger()Base.castToTriggerDefinition(Base b)TriggerDefinition.copy()EvidenceVariable.EvidenceVariableCharacteristicComponent.getDefinitionTriggerDefinition()EventDefinition.getTriggerFirstRep()PlanDefinition.PlanDefinitionActionComponent.getTriggerFirstRep()TriggerDefinition.setCondition(Expression value)TriggerDefinition.setData(List<DataRequirement> theData)TriggerDefinition.setNameElement(StringType value)TriggerDefinition.setType(TriggerDefinition.TriggerType value)TriggerDefinition.setTypeElement(Enumeration<TriggerDefinition.TriggerType> value)protected TriggerDefinitionTriggerDefinition.typedCopy()Methods in org.hl7.fhir.r4.model that return types with arguments of type TriggerDefinitionModifier and TypeMethodDescriptionEventDefinition.getTrigger()PlanDefinition.PlanDefinitionActionComponent.getTrigger()Methods in org.hl7.fhir.r4.model with parameters of type TriggerDefinitionModifier and TypeMethodDescriptionEventDefinition.addTrigger(TriggerDefinition t)PlanDefinition.PlanDefinitionActionComponent.addTrigger(TriggerDefinition t)voidTriggerDefinition.copyValues(TriggerDefinition dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type TriggerDefinitionModifier and TypeMethodDescriptionEventDefinition.setTrigger(List<TriggerDefinition> theTrigger)PlanDefinition.PlanDefinitionActionComponent.setTrigger(List<TriggerDefinition> theTrigger)