Class DeviceNameType

  • All Implemented Interfaces:
    Visitable

    @Generated("com.ibm.fhir.tools.CodeGenerator")
    public class DeviceNameType
    extends Code
    • Field Detail

      • UDI_LABEL_NAME

        public static final DeviceNameType UDI_LABEL_NAME
        UDI Label name

        UDI Label name.

      • USER_FRIENDLY_NAME

        public static final DeviceNameType USER_FRIENDLY_NAME
        User Friendly name

        User Friendly name.

      • PATIENT_REPORTED_NAME

        public static final DeviceNameType PATIENT_REPORTED_NAME
        Patient Reported name

        Patient Reported name.

      • MANUFACTURER_NAME

        public static final DeviceNameType MANUFACTURER_NAME
        Manufacturer name

        Manufacturer name.

      • MODEL_NAME

        public static final DeviceNameType MODEL_NAME
        Model name

        Model name.

    • Method Detail

      • of

        public static DeviceNameType of​(String value)
        Factory method for creating DeviceNameType objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • string

        public static String string​(String value)
        Inherited factory method for creating DeviceNameType objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • code

        public static Code code​(String value)
        Inherited factory method for creating DeviceNameType objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class Code
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Code