
Uses of Enum
org.hl7.fhir.r5.model.DeviceDefinition.DeviceCorrectiveActionScope
Packages that use DeviceDefinition.DeviceCorrectiveActionScope
-
Uses of DeviceDefinition.DeviceCorrectiveActionScope in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DeviceDefinition.DeviceCorrectiveActionScopeModifier and TypeFieldDescriptionDeviceDefinition.DeviceDefinitionCorrectiveActionComponent.scope
The scope of the corrective action - whether the action targeted all units of a given device model, or only a specific set of batches identified by lot numbers, or individually identified devices identified by the serial name.Methods in org.hl7.fhir.r5.model that return DeviceDefinition.DeviceCorrectiveActionScopeModifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionCorrectiveActionComponent.getScope()
Returns the enum constant of this type with the specified name.DeviceDefinition.DeviceCorrectiveActionScope.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type DeviceDefinition.DeviceCorrectiveActionScopeModifier and TypeMethodDescriptionDeviceDefinition.DeviceCorrectiveActionScopeEnumFactory.fromType
(PrimitiveType<?> code) DeviceDefinition.DeviceDefinitionCorrectiveActionComponent.getScopeElement()
Methods in org.hl7.fhir.r5.model with parameters of type DeviceDefinition.DeviceCorrectiveActionScopeModifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionCorrectiveActionComponent.setScope
(DeviceDefinition.DeviceCorrectiveActionScope value) DeviceDefinition.DeviceCorrectiveActionScopeEnumFactory.toCode
(DeviceDefinition.DeviceCorrectiveActionScope code) DeviceDefinition.DeviceCorrectiveActionScopeEnumFactory.toSystem
(DeviceDefinition.DeviceCorrectiveActionScope code) Method parameters in org.hl7.fhir.r5.model with type arguments of type DeviceDefinition.DeviceCorrectiveActionScopeModifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionCorrectiveActionComponent.setScopeElement
(Enumeration<DeviceDefinition.DeviceCorrectiveActionScope> value)