
Uses of Enum
org.hl7.fhir.dstu3.model.ActivityDefinition.ActivityParticipantType
Packages that use ActivityDefinition.ActivityParticipantType
-
Uses of ActivityDefinition.ActivityParticipantType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ActivityDefinition.ActivityParticipantTypeModifier and TypeFieldDescriptionActivityDefinition.ActivityDefinitionParticipantComponent.type
The type of participant in the action.Methods in org.hl7.fhir.dstu3.model that return ActivityDefinition.ActivityParticipantTypeModifier and TypeMethodDescriptionActivityDefinition.ActivityDefinitionParticipantComponent.getType()
Returns the enum constant of this type with the specified name.ActivityDefinition.ActivityParticipantType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ActivityDefinition.ActivityParticipantTypeModifier and TypeMethodDescriptionActivityDefinition.ActivityParticipantTypeEnumFactory.fromType
(PrimitiveType<?> code) ActivityDefinition.ActivityDefinitionParticipantComponent.getTypeElement()
Methods in org.hl7.fhir.dstu3.model with parameters of type ActivityDefinition.ActivityParticipantTypeModifier and TypeMethodDescriptionActivityDefinition.ActivityDefinitionParticipantComponent.setType
(ActivityDefinition.ActivityParticipantType value) ActivityDefinition.ActivityParticipantTypeEnumFactory.toCode
(ActivityDefinition.ActivityParticipantType code) ActivityDefinition.ActivityParticipantTypeEnumFactory.toSystem
(ActivityDefinition.ActivityParticipantType code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ActivityDefinition.ActivityParticipantTypeModifier and TypeMethodDescriptionActivityDefinition.ActivityDefinitionParticipantComponent.setTypeElement
(Enumeration<ActivityDefinition.ActivityParticipantType> value) Constructor parameters in org.hl7.fhir.dstu3.model with type arguments of type ActivityDefinition.ActivityParticipantTypeModifierConstructorDescriptionActivityDefinitionParticipantComponent
(Enumeration<ActivityDefinition.ActivityParticipantType> type) Constructor