
Uses of Enum
org.hl7.fhir.r5.model.DeviceDefinition.DeviceDefinitionRegulatoryIdentifierType
Packages that use DeviceDefinition.DeviceDefinitionRegulatoryIdentifierType
-
Uses of DeviceDefinition.DeviceDefinitionRegulatoryIdentifierType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DeviceDefinition.DeviceDefinitionRegulatoryIdentifierTypeModifier and TypeFieldDescriptionDeviceDefinition.DeviceDefinitionRegulatoryIdentifierComponent.type
The type of identifier itself.Methods in org.hl7.fhir.r5.model that return DeviceDefinition.DeviceDefinitionRegulatoryIdentifierTypeModifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionRegulatoryIdentifierComponent.getType()
Returns the enum constant of this type with the specified name.DeviceDefinition.DeviceDefinitionRegulatoryIdentifierType.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.DeviceDefinitionRegulatoryIdentifierTypeModifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionRegulatoryIdentifierTypeEnumFactory.fromType
(PrimitiveType<?> code) DeviceDefinition.DeviceDefinitionRegulatoryIdentifierComponent.getTypeElement()
Methods in org.hl7.fhir.r5.model with parameters of type DeviceDefinition.DeviceDefinitionRegulatoryIdentifierTypeModifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionRegulatoryIdentifierComponent.setType
(DeviceDefinition.DeviceDefinitionRegulatoryIdentifierType value) DeviceDefinition.DeviceDefinitionRegulatoryIdentifierTypeEnumFactory.toCode
(DeviceDefinition.DeviceDefinitionRegulatoryIdentifierType code) DeviceDefinition.DeviceDefinitionRegulatoryIdentifierTypeEnumFactory.toSystem
(DeviceDefinition.DeviceDefinitionRegulatoryIdentifierType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type DeviceDefinition.DeviceDefinitionRegulatoryIdentifierTypeModifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionRegulatoryIdentifierComponent.setTypeElement
(Enumeration<DeviceDefinition.DeviceDefinitionRegulatoryIdentifierType> value) Constructors in org.hl7.fhir.r5.model with parameters of type DeviceDefinition.DeviceDefinitionRegulatoryIdentifierTypeModifierConstructorDescriptionDeviceDefinitionRegulatoryIdentifierComponent
(DeviceDefinition.DeviceDefinitionRegulatoryIdentifierType type, String deviceIdentifier, String issuer, String jurisdiction) Constructor