Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
WorkerDataGeneral::priorent1Check Method (DateMoyr&, boost::gregorian::date&, DateMoyr&)

Checks date of second prior entitlement to disability, using passed values.

C++
static void priorent1Check(
    const DateMoyr& priorent1t, 
    const boost::gregorian::date& ionsett, 
    const DateMoyr& priorentt
);
Parameters 
Description 
const DateMoyr& priorent1t 
The date of second prior entitlement. 
const boost::gregorian::date& ionsett 
The date of current disability onset. 
const DateMoyr& priorentt 
The date of prior entitlement. 
Exceptions 
Description 
PiaException of type PIA_IDS_PRRENT1 if month of prior entitlement is out of range; of type PIA_IDS_PRRENT2 if year of prior entitlement is before 1940; of type PIA_IDS_PRRENT3 if year of prior entitlement is after maximum allowed; of type PIA_IDS_PRRENT4 if prior entitlement is not before current entitlement; of type PIA_IDS_PRRENT5 if prior entitlement to disability is before disability onset. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!