|
Anypia Programmer's Documentation
|
Checks date of prior disability onset, using passed values.
static void dis1Check( const boost::gregorian::date& onset1Datet, const boost::gregorian::date& onsetDatet, int valdit, const boost::gregorian::date& birthDatet );
|
Parameters |
Description |
|
const boost::gregorian::date& onset1Datet |
The date of prior disability onset. |
|
const boost::gregorian::date& onsetDatet |
The date of most recent disability onset. |
|
int valdit |
Number of periods of disability. |
|
const boost::gregorian::date& birthDatet |
The date of birth. |
|
Exceptions |
Description |
|
PiaException of type PIA_IDS_ONSET5 if disability is before birth; of type PIA_IDS_ONSET8 if prior disability is after current disability. |
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|