
Uses of Class
org.hl7.fhir.r5.model.PlanDefinition.PlanDefinitionActionInputComponent
Packages that use PlanDefinition.PlanDefinitionActionInputComponent
-
Uses of PlanDefinition.PlanDefinitionActionInputComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return PlanDefinition.PlanDefinitionActionInputComponentModifier and TypeMethodDescriptionJsonParser.parsePlanDefinitionActionInputComponent
(com.google.gson.JsonObject json) XmlParser.parsePlanDefinitionActionInputComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type PlanDefinition.PlanDefinitionActionInputComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composePlanDefinitionActionInputComponent
(String name, PlanDefinition.PlanDefinitionActionInputComponent element) protected void
RdfParser.composePlanDefinitionActionInputComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, PlanDefinition.PlanDefinitionActionInputComponent element, int index) protected void
XmlParser.composePlanDefinitionActionInputComponent
(String name, PlanDefinition.PlanDefinitionActionInputComponent element) protected void
XmlParser.composePlanDefinitionActionInputComponentElements
(PlanDefinition.PlanDefinitionActionInputComponent element) protected void
JsonParser.composePlanDefinitionActionInputComponentProperties
(PlanDefinition.PlanDefinitionActionInputComponent element) protected boolean
XmlParser.parsePlanDefinitionActionInputComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition.PlanDefinitionActionInputComponent res) protected void
JsonParser.parsePlanDefinitionActionInputComponentProperties
(com.google.gson.JsonObject json, PlanDefinition.PlanDefinitionActionInputComponent res) -
Uses of PlanDefinition.PlanDefinitionActionInputComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type PlanDefinition.PlanDefinitionActionInputComponentModifier and TypeFieldDescriptionPlanDefinition.PlanDefinitionActionComponent.input
Defines input data requirements for the action.Methods in org.hl7.fhir.r5.model that return PlanDefinition.PlanDefinitionActionInputComponentModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.addInput()
PlanDefinition.PlanDefinitionActionInputComponent.copy()
PlanDefinition.PlanDefinitionActionComponent.getInputFirstRep()
PlanDefinition.PlanDefinitionActionInputComponent.setRelatedData
(String value) PlanDefinition.PlanDefinitionActionInputComponent.setRelatedDataElement
(IdType value) PlanDefinition.PlanDefinitionActionInputComponent.setRequirement
(DataRequirement value) PlanDefinition.PlanDefinitionActionInputComponent.setTitleElement
(StringType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type PlanDefinition.PlanDefinitionActionInputComponentMethods in org.hl7.fhir.r5.model with parameters of type PlanDefinition.PlanDefinitionActionInputComponentModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.addInput
(PlanDefinition.PlanDefinitionActionInputComponent t) void
PlanDefinition.PlanDefinitionActionInputComponent.copyValues
(PlanDefinition.PlanDefinitionActionInputComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type PlanDefinition.PlanDefinitionActionInputComponentModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setInput
(List<PlanDefinition.PlanDefinitionActionInputComponent> theInput)