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

Checks date of prior disability cessation against date of prior onset, using passed values.

C++
static void cessation1Check(
    const DateMoyr& cessation1Datet, 
    const boost::gregorian::date& onset1Datet, 
    const DateMoyr& entDatet
);
Parameters 
Description 
const DateMoyr& cessation1Datet 
The date of prior disability cessation.  
const boost::gregorian::date& onset1Datet 
The date of prior disability onset. 
const DateMoyr& entDatet 
The date of current entitlement. 
Exceptions 
Description 
PiaException of type PIA_IDS_DICESS4 if disability cessation before onset. PiaException of type PIA_IDS_DICESS5 if prior disability cessation after second entitlement. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!