Enum NdexPersonEyewearCodeSimpleType
A data type for a code that identifies the type of glasses or other eyewear worn by a person.
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum NdexPersonEyewearCodeSimpleType
Fields
Name | Description |
---|---|
BIFOCALSEnum | Enum BIFOCALSEnum for BIFOCALS |
CONTACTSEnum | Enum CONTACTSEnum for CONTACTS |
GLASSESEnum | Enum GLASSESEnum for GLASSES |
NONEEnum | Enum NONEEnum for NONE |
SUNGLASSESEnum | Enum SUNGLASSESEnum for SUNGLASSES |
UNKNOWNEnum | Enum UNKNOWNEnum for UNKNOWN |