Uses of Class
org.hl7.fhir.r4.model.DeviceDefinition.DeviceNameType
-
Packages that use DeviceDefinition.DeviceNameType Package Description org.hl7.fhir.r4.model -
-
Uses of DeviceDefinition.DeviceNameType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type DeviceDefinition.DeviceNameType Modifier and Type Field Description protected Enumeration<DeviceDefinition.DeviceNameType>DeviceDefinition.DeviceDefinitionDeviceNameComponent. typeThe type of deviceName.Methods in org.hl7.fhir.r4.model that return DeviceDefinition.DeviceNameType Modifier and Type Method Description static DeviceDefinition.DeviceNameTypeDeviceDefinition.DeviceNameType. fromCode(String codeString)DeviceDefinition.DeviceNameTypeDeviceDefinition.DeviceNameTypeEnumFactory. fromCode(String codeString)DeviceDefinition.DeviceNameTypeDeviceDefinition.DeviceDefinitionDeviceNameComponent. getType()static DeviceDefinition.DeviceNameTypeDeviceDefinition.DeviceNameType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceDefinition.DeviceNameType[]DeviceDefinition.DeviceNameType. 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 DeviceDefinition.DeviceNameType Modifier and Type Method Description Enumeration<DeviceDefinition.DeviceNameType>DeviceDefinition.DeviceNameTypeEnumFactory. fromType(Base code)Enumeration<DeviceDefinition.DeviceNameType>DeviceDefinition.DeviceDefinitionDeviceNameComponent. getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type DeviceDefinition.DeviceNameType Modifier and Type Method Description DeviceDefinition.DeviceDefinitionDeviceNameComponentDeviceDefinition.DeviceDefinitionDeviceNameComponent. setType(DeviceDefinition.DeviceNameType value)StringDeviceDefinition.DeviceNameTypeEnumFactory. toCode(DeviceDefinition.DeviceNameType code)StringDeviceDefinition.DeviceNameTypeEnumFactory. toSystem(DeviceDefinition.DeviceNameType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type DeviceDefinition.DeviceNameType Modifier and Type Method Description DeviceDefinition.DeviceDefinitionDeviceNameComponentDeviceDefinition.DeviceDefinitionDeviceNameComponent. setTypeElement(Enumeration<DeviceDefinition.DeviceNameType> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type DeviceDefinition.DeviceNameType Constructor Description DeviceDefinitionDeviceNameComponent(StringType name, Enumeration<DeviceDefinition.DeviceNameType> type)Constructor
-