Enum HspcPatientAdoptionInfo

    • Enum Constant Detail

      • _526742432

        public static final HspcPatientAdoptionInfo _526742432
        An indication that the medical records being viewed are from a time prior to a patient's adoption and therefore cannot be viewed by the adoptive gaurdians.
      • _526742433

        public static final HspcPatientAdoptionInfo _526742433
        An indication that the medical records being viewed are from a time after a patient's adoption and can be viewed by the adoptive gaurdians.
    • Method Detail

      • values

        public static HspcPatientAdoptionInfo[] 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 (HspcPatientAdoptionInfo c : HspcPatientAdoptionInfo.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

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