Uses of Class
org.hl7.fhir.r5.model.PlanDefinition.PlanDefinitionActionOutputComponent
-
Packages that use PlanDefinition.PlanDefinitionActionOutputComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of PlanDefinition.PlanDefinitionActionOutputComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return PlanDefinition.PlanDefinitionActionOutputComponent Modifier and Type Method Description protected PlanDefinition.PlanDefinitionActionOutputComponentJsonParser. parsePlanDefinitionActionOutputComponent(com.google.gson.JsonObject json)protected PlanDefinition.PlanDefinitionActionOutputComponentXmlParser. parsePlanDefinitionActionOutputComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of PlanDefinition.PlanDefinitionActionOutputComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type PlanDefinition.PlanDefinitionActionOutputComponent Modifier and Type Field Description protected List<PlanDefinition.PlanDefinitionActionOutputComponent>PlanDefinition.PlanDefinitionActionComponent. outputDefines the outputs of the action, if any.Methods in org.hl7.fhir.r5.model that return types with arguments of type PlanDefinition.PlanDefinitionActionOutputComponent Modifier and Type Method Description List<PlanDefinition.PlanDefinitionActionOutputComponent>PlanDefinition.PlanDefinitionActionComponent. getOutput()Methods in org.hl7.fhir.r5.model with parameters of type PlanDefinition.PlanDefinitionActionOutputComponent Modifier and Type Method Description PlanDefinition.PlanDefinitionActionComponentPlanDefinition.PlanDefinitionActionComponent. addOutput(PlanDefinition.PlanDefinitionActionOutputComponent t)voidPlanDefinition.PlanDefinitionActionOutputComponent. copyValues(PlanDefinition.PlanDefinitionActionOutputComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type PlanDefinition.PlanDefinitionActionOutputComponent Modifier and Type Method Description PlanDefinition.PlanDefinitionActionComponentPlanDefinition.PlanDefinitionActionComponent. setOutput(List<PlanDefinition.PlanDefinitionActionOutputComponent> theOutput)
-