Skip to content

EthnicityCode

Ethnicity code enum based on OMB standards

Used By

Definition

"""
Ethnicity code enum based on OMB standards
"""
enum EthnicityCode {
"""
Hispanic or Latino
"""
HISPANIC_OR_LATINO
"""
Not Hispanic or Latino
"""
NOT_HISPANIC_OR_LATINO
"""
Choose not to disclose
"""
ASKU
}