Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
DisInsCode::DisInsCodeType Enumeration

Disability insured status code types.

C++
enum DisInsCodeType {
  NOQCS,
  FULLAND2040,
  FULLANDSPECIAL,
  FULLANDDIB,
  FULLANDBLIND,
  NOTFULLNOT2040,
  NOTFULLHAS2040,
  FULLNOT2040,
  PRIMARYDEATH,
  NONPRIMARYDEATH,
  TOTALIZED
};
Members 
Description 
NOQCS 
0 - active (no QC's to date). 
FULLAND2040 
1 - disability insured (fully insured and meets 20/40). 
FULLANDSPECIAL 
2 - disability insured (fully insured and meets special test). 
FULLANDDIB 
3 - disability insured (current DI beneficiary). 
FULLANDBLIND 
4 - disability insured (based on blindness). 
NOTFULLNOT2040 
5 - not fully insured or 20/40 (but some QC's to date). 
NOTFULLHAS2040 
6 - not fully insured, but meets 20/40. 
FULLNOT2040 
7 - fully insured, but does not meet 20/40 or special test. 
PRIMARYDEATH 
8 - death (was a primary beneficiary). 
NONPRIMARYDEATH 
9 - death (was never a primary beneficiary). 
TOTALIZED 
T - insured for totalization benefits. 

Most of these codes come from the CWHS. The last one is added for use in OACT programs.

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!