Enum MdmMatchResultEnum

java.lang.Object
java.lang.Enum<MdmMatchResultEnum>
ca.uhn.fhir.mdm.api.MdmMatchResultEnum
All Implemented Interfaces:
Serializable, Comparable<MdmMatchResultEnum>

  • Enum Constant Details

    • NO_MATCH

      public static final MdmMatchResultEnum NO_MATCH
      Manually confirmed to not be a match.
    • POSSIBLE_MATCH

      public static final MdmMatchResultEnum POSSIBLE_MATCH
      Enough of a match to warrant manual review.
    • MATCH

      public static final MdmMatchResultEnum MATCH
      Strong enough match to consider matched.
    • POSSIBLE_DUPLICATE

      Link between two Golden Records resources indicating they may be duplicates.
    • GOLDEN_RECORD

      public static final MdmMatchResultEnum GOLDEN_RECORD
      Link between Golden Record and Source Resource pointing to the Golden Record for that Source Resource
    • REDIRECT

      public static final MdmMatchResultEnum REDIRECT
      Link between two Golden Resources resulting from a merge. One golden resource is deactivated. The inactive golden resource points to the active golden resource after the merge. The source resource points to the inactive golden resource after the merge.
  • Method Details

    • values

      public static MdmMatchResultEnum[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static MdmMatchResultEnum 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