Enum Class NoteType

java.lang.Object
java.lang.Enum<NoteType>
hdi.model.enumtype.NoteType
All Implemented Interfaces:
hdi.edi.qualifier.EdiQualifier, Serializable, Comparable<NoteType>, Constable

public enum NoteType extends Enum<NoteType> implements hdi.edi.qualifier.EdiQualifier
  • Enum Constant Details

    • ADDITIONAL_INFORMATION

      public static final NoteType ADDITIONAL_INFORMATION
    • ALLERGIES

      public static final NoteType ALLERGIES
    • CERTIFICATION_NARRATIVE

      public static final NoteType CERTIFICATION_NARRATIVE
    • DIAGNOSIS_DESCRIPTION

      public static final NoteType DIAGNOSIS_DESCRIPTION
    • DURABLE_MEDICAL_EQUIPMENT_AND_SUPPLIES

      public static final NoteType DURABLE_MEDICAL_EQUIPMENT_AND_SUPPLIES
    • FUNCTIONAL_LIMITATIONS_REASON_HOMEBOUND_OR_BOTH

      public static final NoteType FUNCTIONAL_LIMITATIONS_REASON_HOMEBOUND_OR_BOTH
    • GOALS_REHABILITATION_POTENTIAL_OR_DISCHARGE_PLANS

      public static final NoteType GOALS_REHABILITATION_POTENTIAL_OR_DISCHARGE_PLANS
    • MEDICATIONS

      public static final NoteType MEDICATIONS
    • NUTRITIONAL_REQUIREMENTS

      public static final NoteType NUTRITIONAL_REQUIREMENTS
    • ORDERS_FOR_DISCIPLINES_AND_TREATMENTS

      public static final NoteType ORDERS_FOR_DISCIPLINES_AND_TREATMENTS
    • REASONS_PATIENT_LEAVES_HOME

      public static final NoteType REASONS_PATIENT_LEAVES_HOME
    • SAFETY_MEASURES

      public static final NoteType SAFETY_MEASURES
    • SUPPLEMENTARY_PLAN_OF_TREATMENT

      public static final NoteType SUPPLEMENTARY_PLAN_OF_TREATMENT
    • THIRD_PARTY_ORGANIZATION_NOTES

      public static final NoteType THIRD_PARTY_ORGANIZATION_NOTES
    • TIMES_AND_REASONS_PATIENT_NOT_AT_HOME

      public static final NoteType TIMES_AND_REASONS_PATIENT_NOT_AT_HOME
    • UNUSUAL_HOME_SOCIAL_ENVIRONMENT_OR_BOTH

      public static final NoteType UNUSUAL_HOME_SOCIAL_ENVIRONMENT_OR_BOTH
    • UPDATED_INFORMATION

      public static final NoteType UPDATED_INFORMATION
    • NONE

      public static final NoteType NONE
  • Method Details

    • values

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

      public static NoteType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • fromEdi

      public static NoteType fromEdi(String ediCode)
    • desc

      public String desc()
      Specified by:
      desc in interface hdi.edi.qualifier.EdiQualifier
    • ediEltId

      public String ediEltId()
      Specified by:
      ediEltId in interface hdi.edi.qualifier.EdiQualifier
    • ediValue

      public String ediValue()
      Specified by:
      ediValue in interface hdi.edi.qualifier.EdiQualifier