Class UDIEntryType

  • All Implemented Interfaces:
    Visitable

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

      • BARCODE

        public static final UDIEntryType BARCODE
        Barcode

        a barcodescanner captured the data from the device label.

      • RFID

        public static final UDIEntryType RFID
        RFID

        An RFID chip reader captured the data from the device label.

      • MANUAL

        public static final UDIEntryType MANUAL
        Manual

        The data was read from the label by a person and manually entered. (e.g. via a keyboard).

      • CARD

        public static final UDIEntryType CARD
        Card

        The data originated from a patient's implant card and was read by an operator.

      • SELF_REPORTED

        public static final UDIEntryType SELF_REPORTED
        Self Reported

        The data originated from a patient source and was not directly scanned or read from a label or card.

      • UNKNOWN

        public static final UDIEntryType UNKNOWN
        Unknown

        The method of data capture has not been determined.

    • Method Detail

      • of

        public static UDIEntryType of​(String value)
        Factory method for creating UDIEntryType 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 UDIEntryType 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 UDIEntryType 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