
Uses of Class
org.hl7.fhir.r5.model.PlanDefinition.PlanDefinitionActionOutputComponent
Packages that use PlanDefinition.PlanDefinitionActionOutputComponent
-
Uses of PlanDefinition.PlanDefinitionActionOutputComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return PlanDefinition.PlanDefinitionActionOutputComponentModifier and TypeMethodDescriptionJsonParser.parsePlanDefinitionActionOutputComponent
(com.google.gson.JsonObject json) XmlParser.parsePlanDefinitionActionOutputComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type PlanDefinition.PlanDefinitionActionOutputComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composePlanDefinitionActionOutputComponent
(String name, PlanDefinition.PlanDefinitionActionOutputComponent element) protected void
RdfParser.composePlanDefinitionActionOutputComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, PlanDefinition.PlanDefinitionActionOutputComponent element, int index) protected void
XmlParser.composePlanDefinitionActionOutputComponent
(String name, PlanDefinition.PlanDefinitionActionOutputComponent element) protected void
XmlParser.composePlanDefinitionActionOutputComponentElements
(PlanDefinition.PlanDefinitionActionOutputComponent element) protected void
JsonParser.composePlanDefinitionActionOutputComponentProperties
(PlanDefinition.PlanDefinitionActionOutputComponent element) protected boolean
XmlParser.parsePlanDefinitionActionOutputComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition.PlanDefinitionActionOutputComponent res) protected void
JsonParser.parsePlanDefinitionActionOutputComponentProperties
(com.google.gson.JsonObject json, PlanDefinition.PlanDefinitionActionOutputComponent res) -
Uses of PlanDefinition.PlanDefinitionActionOutputComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type PlanDefinition.PlanDefinitionActionOutputComponentModifier and TypeFieldDescriptionPlanDefinition.PlanDefinitionActionComponent.output
Defines the outputs of the action, if any.Methods in org.hl7.fhir.r5.model that return PlanDefinition.PlanDefinitionActionOutputComponentModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.addOutput()
PlanDefinition.PlanDefinitionActionOutputComponent.copy()
PlanDefinition.PlanDefinitionActionComponent.getOutputFirstRep()
PlanDefinition.PlanDefinitionActionOutputComponent.setRelatedData
(String value) PlanDefinition.PlanDefinitionActionOutputComponent.setRelatedDataElement
(StringType value) PlanDefinition.PlanDefinitionActionOutputComponent.setRequirement
(DataRequirement value) PlanDefinition.PlanDefinitionActionOutputComponent.setTitleElement
(StringType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type PlanDefinition.PlanDefinitionActionOutputComponentMethods in org.hl7.fhir.r5.model with parameters of type PlanDefinition.PlanDefinitionActionOutputComponentModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.addOutput
(PlanDefinition.PlanDefinitionActionOutputComponent t) void
PlanDefinition.PlanDefinitionActionOutputComponent.copyValues
(PlanDefinition.PlanDefinitionActionOutputComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type PlanDefinition.PlanDefinitionActionOutputComponentModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setOutput
(List<PlanDefinition.PlanDefinitionActionOutputComponent> theOutput)