Uses of Class
org.hl7.fhir.r5.model.PlanDefinition.PlanDefinitionActionInputComponent
-
Packages that use PlanDefinition.PlanDefinitionActionInputComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of PlanDefinition.PlanDefinitionActionInputComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return PlanDefinition.PlanDefinitionActionInputComponent Modifier and Type Method Description protected PlanDefinition.PlanDefinitionActionInputComponentJsonParser. parsePlanDefinitionActionInputComponent(com.google.gson.JsonObject json)protected PlanDefinition.PlanDefinitionActionInputComponentXmlParser. parsePlanDefinitionActionInputComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of PlanDefinition.PlanDefinitionActionInputComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type PlanDefinition.PlanDefinitionActionInputComponent Modifier and Type Field Description protected List<PlanDefinition.PlanDefinitionActionInputComponent>PlanDefinition.PlanDefinitionActionComponent. inputDefines input data requirements for the action.Methods in org.hl7.fhir.r5.model that return types with arguments of type PlanDefinition.PlanDefinitionActionInputComponent Modifier and Type Method Description List<PlanDefinition.PlanDefinitionActionInputComponent>PlanDefinition.PlanDefinitionActionComponent. getInput()Methods in org.hl7.fhir.r5.model with parameters of type PlanDefinition.PlanDefinitionActionInputComponent Modifier and Type Method Description PlanDefinition.PlanDefinitionActionComponentPlanDefinition.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.PlanDefinitionActionInputComponent Modifier and Type Method Description PlanDefinition.PlanDefinitionActionComponentPlanDefinition.PlanDefinitionActionComponent. setInput(List<PlanDefinition.PlanDefinitionActionInputComponent> theInput)
-