Uses of Class
com.ibm.fhir.model.type.code.ActionRelationshipType
-
Packages that use ActionRelationshipType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of ActionRelationshipType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ActionRelationshipType Modifier and Type Method Description ActionRelationshipTypePlanDefinition.Action.RelatedAction. getRelationship()The relationship of this action to the related action.ActionRelationshipTypeRequestGroup.Action.RelatedAction. getRelationship()The relationship of this action to the related action.Methods in com.ibm.fhir.model.resource with parameters of type ActionRelationshipType Modifier and Type Method Description PlanDefinition.Action.RelatedAction.BuilderPlanDefinition.Action.RelatedAction.Builder. relationship(ActionRelationshipType relationship)The relationship of this action to the related action.RequestGroup.Action.RelatedAction.BuilderRequestGroup.Action.RelatedAction.Builder. relationship(ActionRelationshipType relationship)The relationship of this action to the related action. -
Uses of ActionRelationshipType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as ActionRelationshipType Modifier and Type Field Description static ActionRelationshipTypeActionRelationshipType. AFTERAfterstatic ActionRelationshipTypeActionRelationshipType. AFTER_ENDAfter Endstatic ActionRelationshipTypeActionRelationshipType. AFTER_STARTAfter Startstatic ActionRelationshipTypeActionRelationshipType. BEFOREBeforestatic ActionRelationshipTypeActionRelationshipType. BEFORE_ENDBefore Endstatic ActionRelationshipTypeActionRelationshipType. BEFORE_STARTBefore Startstatic ActionRelationshipTypeActionRelationshipType. CONCURRENTConcurrentstatic ActionRelationshipTypeActionRelationshipType. CONCURRENT_WITH_ENDConcurrent With Endstatic ActionRelationshipTypeActionRelationshipType. CONCURRENT_WITH_STARTConcurrent With StartMethods in com.ibm.fhir.model.type.code that return ActionRelationshipType Modifier and Type Method Description ActionRelationshipTypeActionRelationshipType.Builder. build()static ActionRelationshipTypeActionRelationshipType. of(ActionRelationshipType.ValueSet value)Factory method for creating ActionRelationshipType objects from a passed enum value.static ActionRelationshipTypeActionRelationshipType. of(String value)Factory method for creating ActionRelationshipType objects from a passed string value.
-