Uses of Class
org.hl7.fhir.r4.model.ActivityDefinition.ActivityParticipantType
-
Packages that use ActivityDefinition.ActivityParticipantType Package Description org.hl7.fhir.r4.model -
-
Uses of ActivityDefinition.ActivityParticipantType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ActivityDefinition.ActivityParticipantType Modifier and Type Field Description protected Enumeration<ActivityDefinition.ActivityParticipantType>ActivityDefinition.ActivityDefinitionParticipantComponent. typeThe type of participant in the action.Methods in org.hl7.fhir.r4.model that return ActivityDefinition.ActivityParticipantType Modifier and Type Method Description static ActivityDefinition.ActivityParticipantTypeActivityDefinition.ActivityParticipantType. fromCode(String codeString)ActivityDefinition.ActivityParticipantTypeActivityDefinition.ActivityParticipantTypeEnumFactory. fromCode(String codeString)ActivityDefinition.ActivityParticipantTypeActivityDefinition.ActivityDefinitionParticipantComponent. getType()static ActivityDefinition.ActivityParticipantTypeActivityDefinition.ActivityParticipantType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActivityDefinition.ActivityParticipantType[]ActivityDefinition.ActivityParticipantType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type ActivityDefinition.ActivityParticipantType Modifier and Type Method Description Enumeration<ActivityDefinition.ActivityParticipantType>ActivityDefinition.ActivityParticipantTypeEnumFactory. fromType(Base code)Enumeration<ActivityDefinition.ActivityParticipantType>ActivityDefinition.ActivityDefinitionParticipantComponent. getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type ActivityDefinition.ActivityParticipantType Modifier and Type Method Description ActivityDefinition.ActivityDefinitionParticipantComponentActivityDefinition.ActivityDefinitionParticipantComponent. setType(ActivityDefinition.ActivityParticipantType value)StringActivityDefinition.ActivityParticipantTypeEnumFactory. toCode(ActivityDefinition.ActivityParticipantType code)StringActivityDefinition.ActivityParticipantTypeEnumFactory. toSystem(ActivityDefinition.ActivityParticipantType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type ActivityDefinition.ActivityParticipantType Modifier and Type Method Description ActivityDefinition.ActivityDefinitionParticipantComponentActivityDefinition.ActivityDefinitionParticipantComponent. setTypeElement(Enumeration<ActivityDefinition.ActivityParticipantType> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type ActivityDefinition.ActivityParticipantType Constructor Description ActivityDefinitionParticipantComponent(Enumeration<ActivityDefinition.ActivityParticipantType> type)Constructor
-