java.lang.Object
org.projecthusky.common.utils.datatypes.Uids

@DefaultQualifier(value=org.checkerframework.checker.nullness.qual.NonNull.class, locations={PARAMETER,RETURN}) public class Uids extends Object
Helpers related to UIDs. UID (Unique Identifier String) is a data type described in the CDA specification (2.14 in ANSI/HL7 V3 XMLITSDT, R1-2004, 4/8/2004).

An UID can be either an OID, an UUID or a RUID.

Author:
Quentin Ligier
See Also:
  • Method Details

    • normalize

      public static String normalize(String uid)
      Normalizes an UID.