Uses of Enum Class
org.hl7.fhir.r5.model.Device.UDIEntryType
Packages that use Device.UDIEntryType
-
Uses of Device.UDIEntryType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Device.UDIEntryTypeModifier and TypeFieldDescriptionprotected Enumeration<Device.UDIEntryType>Device.DeviceUdiCarrierComponent.entryTypeA coded entry to indicate how the data was entered.Methods in org.hl7.fhir.r5.model that return Device.UDIEntryTypeModifier and TypeMethodDescriptionstatic Device.UDIEntryTypeDevice.DeviceUdiCarrierComponent.getEntryType()static Device.UDIEntryTypeReturns the enum constant of this class with the specified name.static Device.UDIEntryType[]Device.UDIEntryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Device.UDIEntryTypeModifier and TypeMethodDescriptionDevice.UDIEntryTypeEnumFactory.fromType(PrimitiveType<?> code) Device.DeviceUdiCarrierComponent.getEntryTypeElement()Methods in org.hl7.fhir.r5.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.r5.model with type arguments of type Device.UDIEntryTypeModifier and TypeMethodDescriptionDevice.DeviceUdiCarrierComponent.setEntryTypeElement(Enumeration<Device.UDIEntryType> value)