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 voidJsonParser.composePlanDefinitionActionOutputComponent(String name, PlanDefinition.PlanDefinitionActionOutputComponent element)protected voidRdfParser.composePlanDefinitionActionOutputComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, PlanDefinition.PlanDefinitionActionOutputComponent element, int index)protected voidXmlParser.composePlanDefinitionActionOutputComponent(String name, PlanDefinition.PlanDefinitionActionOutputComponent element)protected voidXmlParser.composePlanDefinitionActionOutputComponentElements(PlanDefinition.PlanDefinitionActionOutputComponent element)protected voidJsonParser.composePlanDefinitionActionOutputComponentProperties(PlanDefinition.PlanDefinitionActionOutputComponent element)protected booleanXmlParser.parsePlanDefinitionActionOutputComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition.PlanDefinitionActionOutputComponent res)protected voidJsonParser.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.outputDefines 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)voidPlanDefinition.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)