
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 voidJsonParser.composePlanDefinitionActionInputComponent(String name, PlanDefinition.PlanDefinitionActionInputComponent element) protected voidRdfParser.composePlanDefinitionActionInputComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, PlanDefinition.PlanDefinitionActionInputComponent element, int index) protected voidXmlParser.composePlanDefinitionActionInputComponent(String name, PlanDefinition.PlanDefinitionActionInputComponent element) protected voidXmlParser.composePlanDefinitionActionInputComponentElements(PlanDefinition.PlanDefinitionActionInputComponent element) protected voidJsonParser.composePlanDefinitionActionInputComponentProperties(PlanDefinition.PlanDefinitionActionInputComponent element) protected booleanXmlParser.parsePlanDefinitionActionInputComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition.PlanDefinitionActionInputComponent res) protected voidJsonParser.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.inputDefines 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) voidPlanDefinition.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)