
Uses of Enum Class
org.hl7.fhir.dstu3.model.Device.UDIEntryType
Packages that use Device.UDIEntryType
-
Uses of Device.UDIEntryType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Device.UDIEntryTypeModifier and TypeFieldDescriptionprotected Enumeration<Device.UDIEntryType> Device.DeviceUdiComponent.entryTypeA coded entry to indicate how the data was entered.Methods in org.hl7.fhir.dstu3.model that return Device.UDIEntryTypeModifier and TypeMethodDescriptionstatic Device.UDIEntryTypeDevice.DeviceUdiComponent.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.dstu3.model that return types with arguments of type Device.UDIEntryTypeModifier and TypeMethodDescriptionDevice.UDIEntryTypeEnumFactory.fromType(PrimitiveType<?> code) Device.DeviceUdiComponent.getEntryTypeElement()Methods in org.hl7.fhir.dstu3.model with parameters of type Device.UDIEntryTypeModifier and TypeMethodDescriptionDevice.DeviceUdiComponent.setEntryType(Device.UDIEntryType value) Device.UDIEntryTypeEnumFactory.toCode(Device.UDIEntryType code) Device.UDIEntryTypeEnumFactory.toSystem(Device.UDIEntryType code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Device.UDIEntryTypeModifier and TypeMethodDescriptionDevice.DeviceUdiComponent.setEntryTypeElement(Enumeration<Device.UDIEntryType> value)