Uses of Class
org.hl7.fhir.r4.model.Device.UDIEntryType
-
Packages that use Device.UDIEntryType Package Description org.hl7.fhir.r4.model -
-
Uses of Device.UDIEntryType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Device.UDIEntryType Modifier and Type Field Description protected Enumeration<Device.UDIEntryType>Device.DeviceUdiCarrierComponent. entryTypeA coded entry to indicate how the data was entered.Methods in org.hl7.fhir.r4.model that return Device.UDIEntryType Modifier and Type Method Description static Device.UDIEntryTypeDevice.UDIEntryType. fromCode(String codeString)Device.UDIEntryTypeDevice.UDIEntryTypeEnumFactory. fromCode(String codeString)Device.UDIEntryTypeDevice.DeviceUdiCarrierComponent. getEntryType()static Device.UDIEntryTypeDevice.UDIEntryType. valueOf(String name)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.UDIEntryType Modifier and Type Method Description Enumeration<Device.UDIEntryType>Device.UDIEntryTypeEnumFactory. fromType(Base code)Enumeration<Device.UDIEntryType>Device.DeviceUdiCarrierComponent. getEntryTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type Device.UDIEntryType Modifier and Type Method Description Device.DeviceUdiCarrierComponentDevice.DeviceUdiCarrierComponent. setEntryType(Device.UDIEntryType value)StringDevice.UDIEntryTypeEnumFactory. toCode(Device.UDIEntryType code)StringDevice.UDIEntryTypeEnumFactory. toSystem(Device.UDIEntryType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Device.UDIEntryType Modifier and Type Method Description Device.DeviceUdiCarrierComponentDevice.DeviceUdiCarrierComponent. setEntryTypeElement(Enumeration<Device.UDIEntryType> value)
-