Uses of Class
org.hl7.fhir.r4.model.PlanDefinition.PlanDefinitionActionParticipantComponent
Packages that use PlanDefinition.PlanDefinitionActionParticipantComponent
-
Uses of PlanDefinition.PlanDefinitionActionParticipantComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return PlanDefinition.PlanDefinitionActionParticipantComponentModifier and TypeMethodDescriptionJsonParser.parsePlanDefinitionPlanDefinitionActionParticipantComponent(com.google.gson.JsonObject json, PlanDefinition owner)XmlParser.parsePlanDefinitionPlanDefinitionActionParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner)Methods in org.hl7.fhir.r4.formats with parameters of type PlanDefinition.PlanDefinitionActionParticipantComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composePlanDefinitionPlanDefinitionActionParticipantComponent(String name, PlanDefinition.PlanDefinitionActionParticipantComponent element)protected voidRdfParser.composePlanDefinitionPlanDefinitionActionParticipantComponent(Turtle.Complex parent, String parentType, String name, PlanDefinition.PlanDefinitionActionParticipantComponent element, int index)protected voidXmlParser.composePlanDefinitionPlanDefinitionActionParticipantComponent(String name, PlanDefinition.PlanDefinitionActionParticipantComponent element)protected voidXmlParser.composePlanDefinitionPlanDefinitionActionParticipantComponentElements(PlanDefinition.PlanDefinitionActionParticipantComponent element)protected voidJsonParser.composePlanDefinitionPlanDefinitionActionParticipantComponentInner(PlanDefinition.PlanDefinitionActionParticipantComponent element)protected booleanXmlParser.parsePlanDefinitionPlanDefinitionActionParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner, PlanDefinition.PlanDefinitionActionParticipantComponent res)protected voidJsonParser.parsePlanDefinitionPlanDefinitionActionParticipantComponentProperties(com.google.gson.JsonObject json, PlanDefinition owner, PlanDefinition.PlanDefinitionActionParticipantComponent res) -
Uses of PlanDefinition.PlanDefinitionActionParticipantComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type PlanDefinition.PlanDefinitionActionParticipantComponentModifier and TypeFieldDescriptionPlanDefinition.PlanDefinitionActionComponent.participantIndicates who should participate in performing the action described.Methods in org.hl7.fhir.r4.model that return PlanDefinition.PlanDefinitionActionParticipantComponentModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.addParticipant()PlanDefinition.PlanDefinitionActionParticipantComponent.copy()PlanDefinition.PlanDefinitionActionComponent.getParticipantFirstRep()PlanDefinition.PlanDefinitionActionParticipantComponent.setRole(CodeableConcept value)PlanDefinition.PlanDefinitionActionParticipantComponent.setType(PlanDefinition.ActionParticipantType value)PlanDefinition.PlanDefinitionActionParticipantComponent.setTypeElement(Enumeration<PlanDefinition.ActionParticipantType> value)Methods in org.hl7.fhir.r4.model that return types with arguments of type PlanDefinition.PlanDefinitionActionParticipantComponentMethods in org.hl7.fhir.r4.model with parameters of type PlanDefinition.PlanDefinitionActionParticipantComponentModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.addParticipant(PlanDefinition.PlanDefinitionActionParticipantComponent t)voidPlanDefinition.PlanDefinitionActionParticipantComponent.copyValues(PlanDefinition.PlanDefinitionActionParticipantComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type PlanDefinition.PlanDefinitionActionParticipantComponentModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setParticipant(List<PlanDefinition.PlanDefinitionActionParticipantComponent> theParticipant)