Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
WorkerDataGeneral::cessationCheck2 Method

Checks date of disability cessation, using passed values.

C++
static void cessationCheck2(
    const DateMoyr& cessationDatet, 
    const boost::gregorian::date& onsetDatet, 
    const boost::gregorian::date& deathDatet, 
    const DateMoyr& entDatet, 
    ben_type ioasdi
);
Parameters 
Description 
const DateMoyr& cessationDatet 
The date of disability cessation. 
const boost::gregorian::date& onsetDatet 
The date of disability onset. 
const boost::gregorian::date& deathDatet 
The date of death. 
const DateMoyr& entDatet 
The date of entitlement. 
ben_type ioasdi 
Type of benefit. 
Exceptions 
Description 
PiaException of type PIA_IDS_DICESS4 if cesation is before onset. PiaException of type PIA_IDS_DICESS6 if entitlement is before cessation. PiaException of type PIA_IDS_DICESS7 if cessation is after death in a survivor case. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!