org.nhindirect.xd.common.type
Enum FormatCodeEnum

java.lang.Object
  extended by java.lang.Enum<FormatCodeEnum>
      extended by org.nhindirect.xd.common.type.FormatCodeEnum
All Implemented Interfaces:
Serializable, Comparable<FormatCodeEnum>

public enum FormatCodeEnum
extends Enum<FormatCodeEnum>

Valid FormatCode values.

Author:
beau

Enum Constant Summary
ACCESS_CONSENT_POLICY_DOCUMENT_FORMATTED_AS_XACML
           
ANTEPARTUM_RECORD_APR_EDUCATION
           
ANTEPARTUM_RECORD_APR_HISTORY_AND_PHYSICAL
           
ANTEPARTUM_RECORD_APR_LABORATORY
           
BASIC_PATIENT_PRIVACY_CONSENTS
           
BASIC_PATIENT_PRIVACY_CONSENTS_WITH_SCANNED_DOCUMENT
           
CANCER_REGISTRY_CONTENT_CRC
           
CARE_MANAGEMENT_CM
           
CDA_LABORATORY_REPORT
           
EMERGENCY_DEPARTMENT_ENCOUNTER_SUMMARY_EDES
           
EMERGENCY_DEPARTMENT_REFERRAL_EDR
           
HL7_CCD_DOCUMENT
           
IHE_ANTEPARTUM_SUMMARY
           
IMMUNIZATION_REGISTRY_CONTENT_CRC
           
PDF_EMBEDDED_IN_CDA_PER_XDS_SD_PROFILE
           
PERSONAL_HEALTH_RECORDS
           
TEXT_EMBEDDED_IN_CDA_PER_XDS_SD_PROFILE
           
XDS_MEDICAL_SUMMARIES
           
 
Method Summary
 String getConceptCode()
          Return the value of conceptCode.
 String getConceptName()
          Return the value of conceptName.
static FormatCodeEnum valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FormatCodeEnum[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

HL7_CCD_DOCUMENT

public static final FormatCodeEnum HL7_CCD_DOCUMENT

IHE_ANTEPARTUM_SUMMARY

public static final FormatCodeEnum IHE_ANTEPARTUM_SUMMARY

PDF_EMBEDDED_IN_CDA_PER_XDS_SD_PROFILE

public static final FormatCodeEnum PDF_EMBEDDED_IN_CDA_PER_XDS_SD_PROFILE

TEXT_EMBEDDED_IN_CDA_PER_XDS_SD_PROFILE

public static final FormatCodeEnum TEXT_EMBEDDED_IN_CDA_PER_XDS_SD_PROFILE

XDS_MEDICAL_SUMMARIES

public static final FormatCodeEnum XDS_MEDICAL_SUMMARIES

PERSONAL_HEALTH_RECORDS

public static final FormatCodeEnum PERSONAL_HEALTH_RECORDS

EMERGENCY_DEPARTMENT_REFERRAL_EDR

public static final FormatCodeEnum EMERGENCY_DEPARTMENT_REFERRAL_EDR

EMERGENCY_DEPARTMENT_ENCOUNTER_SUMMARY_EDES

public static final FormatCodeEnum EMERGENCY_DEPARTMENT_ENCOUNTER_SUMMARY_EDES

ANTEPARTUM_RECORD_APR_HISTORY_AND_PHYSICAL

public static final FormatCodeEnum ANTEPARTUM_RECORD_APR_HISTORY_AND_PHYSICAL

ANTEPARTUM_RECORD_APR_LABORATORY

public static final FormatCodeEnum ANTEPARTUM_RECORD_APR_LABORATORY

ANTEPARTUM_RECORD_APR_EDUCATION

public static final FormatCodeEnum ANTEPARTUM_RECORD_APR_EDUCATION

IMMUNIZATION_REGISTRY_CONTENT_CRC

public static final FormatCodeEnum IMMUNIZATION_REGISTRY_CONTENT_CRC

CANCER_REGISTRY_CONTENT_CRC

public static final FormatCodeEnum CANCER_REGISTRY_CONTENT_CRC

CARE_MANAGEMENT_CM

public static final FormatCodeEnum CARE_MANAGEMENT_CM

BASIC_PATIENT_PRIVACY_CONSENTS

public static final FormatCodeEnum BASIC_PATIENT_PRIVACY_CONSENTS

BASIC_PATIENT_PRIVACY_CONSENTS_WITH_SCANNED_DOCUMENT

public static final FormatCodeEnum BASIC_PATIENT_PRIVACY_CONSENTS_WITH_SCANNED_DOCUMENT

CDA_LABORATORY_REPORT

public static final FormatCodeEnum CDA_LABORATORY_REPORT

ACCESS_CONSENT_POLICY_DOCUMENT_FORMATTED_AS_XACML

public static final FormatCodeEnum ACCESS_CONSENT_POLICY_DOCUMENT_FORMATTED_AS_XACML
Method Detail

values

public static FormatCodeEnum[] 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 (FormatCodeEnum c : FormatCodeEnum.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

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

getConceptCode

public String getConceptCode()
Return the value of conceptCode.

Returns:
the conceptCode.

getConceptName

public String getConceptName()
Return the value of conceptName.

Returns:
the conceptName.


Copyright © 2010-2011. All Rights Reserved.