Uses of Class
com.ibm.fhir.model.type.code.DeviceNameType
-
Packages that use DeviceNameType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of DeviceNameType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return DeviceNameType Modifier and Type Method Description DeviceNameTypeDevice.DeviceName. getType()The type of deviceName.DeviceNameTypeDeviceDefinition.DeviceName. getType()The type of deviceName.Methods in com.ibm.fhir.model.resource with parameters of type DeviceNameType Modifier and Type Method Description Device.DeviceName.BuilderDevice.DeviceName.Builder. type(DeviceNameType type)The type of deviceName.DeviceDefinition.DeviceName.BuilderDeviceDefinition.DeviceName.Builder. type(DeviceNameType type)The type of deviceName. -
Uses of DeviceNameType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as DeviceNameType Modifier and Type Field Description static DeviceNameTypeDeviceNameType. MANUFACTURER_NAMEManufacturer namestatic DeviceNameTypeDeviceNameType. MODEL_NAMEModel namestatic DeviceNameTypeDeviceNameType. OTHERotherstatic DeviceNameTypeDeviceNameType. PATIENT_REPORTED_NAMEPatient Reported namestatic DeviceNameTypeDeviceNameType. UDI_LABEL_NAMEUDI Label namestatic DeviceNameTypeDeviceNameType. USER_FRIENDLY_NAMEUser Friendly nameMethods in com.ibm.fhir.model.type.code that return DeviceNameType Modifier and Type Method Description DeviceNameTypeDeviceNameType.Builder. build()static DeviceNameTypeDeviceNameType. of(DeviceNameType.ValueSet value)Factory method for creating DeviceNameType objects from a passed enum value.static DeviceNameTypeDeviceNameType. of(String value)Factory method for creating DeviceNameType objects from a passed string value.
-