
Uses of Enum
org.hl7.fhir.r4.model.Device.UDIEntryType
Packages that use Device.UDIEntryType
-
Uses of Device.UDIEntryType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Device.UDIEntryTypeModifier and TypeFieldDescriptionprotected Enumeration
<Device.UDIEntryType> Device.DeviceUdiCarrierComponent.entryType
A coded entry to indicate how the data was entered.Methods in org.hl7.fhir.r4.model that return Device.UDIEntryTypeModifier and TypeMethodDescriptionstatic Device.UDIEntryType
Device.DeviceUdiCarrierComponent.getEntryType()
static Device.UDIEntryType
Returns the enum constant of this type with the specified name.static Device.UDIEntryType[]
Device.UDIEntryType.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 Device.UDIEntryTypeModifier and TypeMethodDescriptionDevice.UDIEntryTypeEnumFactory.fromType
(PrimitiveType<?> code) Device.DeviceUdiCarrierComponent.getEntryTypeElement()
Methods in org.hl7.fhir.r4.model with parameters of type Device.UDIEntryTypeModifier and TypeMethodDescriptionDevice.DeviceUdiCarrierComponent.setEntryType
(Device.UDIEntryType value) Device.UDIEntryTypeEnumFactory.toCode
(Device.UDIEntryType code) Device.UDIEntryTypeEnumFactory.toSystem
(Device.UDIEntryType code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Device.UDIEntryTypeModifier and TypeMethodDescriptionDevice.DeviceUdiCarrierComponent.setEntryTypeElement
(Enumeration<Device.UDIEntryType> value)