
Uses of Class
org.hl7.fhir.r5.model.PlanDefinition.PlanDefinitionActionRelatedActionComponent
Packages that use PlanDefinition.PlanDefinitionActionRelatedActionComponent
-
Uses of PlanDefinition.PlanDefinitionActionRelatedActionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return PlanDefinition.PlanDefinitionActionRelatedActionComponentModifier and TypeMethodDescriptionJsonParser.parsePlanDefinitionActionRelatedActionComponent
(com.google.gson.JsonObject json) XmlParser.parsePlanDefinitionActionRelatedActionComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type PlanDefinition.PlanDefinitionActionRelatedActionComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composePlanDefinitionActionRelatedActionComponent
(String name, PlanDefinition.PlanDefinitionActionRelatedActionComponent element) protected void
RdfParser.composePlanDefinitionActionRelatedActionComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, PlanDefinition.PlanDefinitionActionRelatedActionComponent element, int index) protected void
XmlParser.composePlanDefinitionActionRelatedActionComponent
(String name, PlanDefinition.PlanDefinitionActionRelatedActionComponent element) protected void
XmlParser.composePlanDefinitionActionRelatedActionComponentElements
(PlanDefinition.PlanDefinitionActionRelatedActionComponent element) protected void
JsonParser.composePlanDefinitionActionRelatedActionComponentProperties
(PlanDefinition.PlanDefinitionActionRelatedActionComponent element) protected boolean
XmlParser.parsePlanDefinitionActionRelatedActionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition.PlanDefinitionActionRelatedActionComponent res) protected void
JsonParser.parsePlanDefinitionActionRelatedActionComponentProperties
(com.google.gson.JsonObject json, PlanDefinition.PlanDefinitionActionRelatedActionComponent res) -
Uses of PlanDefinition.PlanDefinitionActionRelatedActionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type PlanDefinition.PlanDefinitionActionRelatedActionComponentModifier and TypeFieldDescriptionPlanDefinition.PlanDefinitionActionComponent.relatedAction
A relationship to another action such as "before" or "30-60 minutes after start of".Methods in org.hl7.fhir.r5.model that return PlanDefinition.PlanDefinitionActionRelatedActionComponentModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.addRelatedAction()
PlanDefinition.PlanDefinitionActionRelatedActionComponent.copy()
PlanDefinition.PlanDefinitionActionComponent.getRelatedActionFirstRep()
PlanDefinition.PlanDefinitionActionRelatedActionComponent.setEndRelationship
(Enumerations.ActionRelationshipType value) PlanDefinition.PlanDefinitionActionRelatedActionComponent.setEndRelationshipElement
(Enumeration<Enumerations.ActionRelationshipType> value) PlanDefinition.PlanDefinitionActionRelatedActionComponent.setRelationship
(Enumerations.ActionRelationshipType value) PlanDefinition.PlanDefinitionActionRelatedActionComponent.setRelationshipElement
(Enumeration<Enumerations.ActionRelationshipType> value) PlanDefinition.PlanDefinitionActionRelatedActionComponent.setTargetId
(String value) PlanDefinition.PlanDefinitionActionRelatedActionComponent.setTargetIdElement
(IdType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type PlanDefinition.PlanDefinitionActionRelatedActionComponentModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.getRelatedAction()
Methods in org.hl7.fhir.r5.model with parameters of type PlanDefinition.PlanDefinitionActionRelatedActionComponentModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.addRelatedAction
(PlanDefinition.PlanDefinitionActionRelatedActionComponent t) void
PlanDefinition.PlanDefinitionActionRelatedActionComponent.copyValues
(PlanDefinition.PlanDefinitionActionRelatedActionComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type PlanDefinition.PlanDefinitionActionRelatedActionComponentModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setRelatedAction
(List<PlanDefinition.PlanDefinitionActionRelatedActionComponent> theRelatedAction)