Enum Device.UDIEntryType

    • Enum Constant Detail

      • MANUAL

        public static final Device.UDIEntryType MANUAL
        The data was read from the label by a person and manually entered. (e.g. via a keyboard).
      • CARD

        public static final Device.UDIEntryType CARD
        The data originated from a patient's implant card and was read by an operator.
      • SELFREPORTED

        public static final Device.UDIEntryType SELFREPORTED
        The data originated from a patient source and was not directly scanned or read from a label or card.
      • ELECTRONICTRANSMISSION

        public static final Device.UDIEntryType ELECTRONICTRANSMISSION
        The UDI information was received electronically from the device through a communication protocol, such as the IEEE 11073 20601 version 4 exchange protocol over Bluetooth or USB.
    • Method Detail

      • values

        public static Device.UDIEntryType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Device.UDIEntryType c : Device.UDIEntryType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Device.UDIEntryType valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • fromCode

        public static Device.UDIEntryType fromCode​(String codeString)
                                            throws org.hl7.fhir.exceptions.FHIRException
        Throws:
        org.hl7.fhir.exceptions.FHIRException