SIFWorks ADK 2.0
BirthDateVerification Class
NamespacesEdustructures.SifWorks.CommonBirthDateVerification

[This is preliminary documentation and is subject to change.]

Defines the set of values that can be specified whenever a BirthDateVerification is used as a parameter to a method or constructor.
Declaration Syntax
C#Visual BasicVisual C++
public class BirthDateVerification : SifEnum
Public Class BirthDateVerification _
	Inherits SifEnum
public ref class BirthDateVerification : public SifEnum
Members
All MembersMethodsFields



IconMemberDescription
static memberBIRTH_CERT
Birth certificate ("1004")

static memberCHURCH
Baptismal or church certificate ("1003")

static memberDRIVER_LICENSE
Driver's license ("1012")

static memberFAMILY_BIBLE
Entry in family Bible ("1005")

static memberHOSPITAL_CERT
Hospital certificate ("1006")

static memberIMMIGRATION_DOCUMENT
Immigration document (e.g., immigration visa) ("1013")

static memberLIFE_INSURANCE
Life insurance policy ("2382")

static memberOTHER
Other ("9999")

static memberOTHER_NON_OFFICIAL_DOC
Other non-official document ("3424")

static memberOTHER_OFFICIAL_DOC
Other official document ("3423")

static memberPARENT_AFFIDAVIT
Parent's affidavit ("1007")

static memberPASSPORT
Passport ("1008")

static memberPHYSICIAN_CERT
Physician's certificate ("1009")

static memberPREVIOUSLY_VERIFIED
Previously verified school records ("1010")

static memberSIF1X_BIRTH_CERT
Birth Certificate - A written statement of form issued by an office of vital statistics verifying the name and birthdate of a child as reported by the physician attending at the birth ("02")

static memberSIF1X_CHURCH
Baptismal or Church certification - A form, issued by a church, listing the birthdate and certifying the baptism of a child ("01")

static memberSIF1X_DRIVER_LICENSE
An official document issued by a state government agency, usually the department of public safety or the department of motor vehicles, that formally allows the holder to operate a motor vehicle, with specifications as to the type of vehicle that he or she can operate ("10")

static memberSIF1X_FAMILY_BIBLE
Entry in a family Bible - An entry in a family Bible on a special page for recording births, marriages, and other vital information about a family ("03")

static memberSIF1X_HOSPITAL_CERT
Hospital Certificate - A certificate issued by a hospital verifying the name and birthdate of a child ("04")

static memberSIF1X_IMMIGRATION_DOCUMENT
An official document issued by a national government that would formally identify the holder of the document ("11")

static memberSIF1X_NONE
None ("98")

static memberSIF1X_OTHER
Other ("99")

static memberSIF1X_PARENT_AFFIDAVIT
Parent Affidavit - A sworn, written statement made by an individual's parent to verify his or her age, birthdate, and place of birth ("05")

static memberSIF1X_PASSPORT
Passport - Any travel document issued by a recognized authority showing the bearer's origin, identity, birthdate, and nationality that is valid for the entry of the bearer into a foreign country ("06")

static memberSIF1X_PHYSICIAN_CERT
Physician's Certificate - A certificate issued by the physician attending at birth, verifying the name and birthdate of a child. A physician's certificate is considered to be a birth certificate when acceptable as such by the political subdivision where issued. ("07")

static memberSIF1X_SCHOOL_RECORDS
Previously Verified School Records - A school record with the birthdate previously verified that is issued in lieu of more direct evidence to verify the birthdate ("08")

static memberSIF1X_STATE_ID
An official document issued by a state government agency, usually the department of public safety or the department of motor vehicles, that formally identifies the holder of the document. It usually is not accompanied by an approval for the holder to operate a vehicle of any type. ("09")

static memberSTATE_ID
State-issued ID (e.g., from Department of Public Safety) ("1011")

static memberWrap(String)
Wrap an arbitrary string value in a BirthDateVerification object.

Remarks
Alternatively, the static Wrap(String) method can be called to encapsulate any string value in a BirthDateVerification object.

Author: Generated by adkgen

Version: 2.0

Since: 1.1

Inheritance Hierarchy
Object
SifSimpleType
 AdkDataType<(Of <String>)>
  SifString
   SifEnum
    BirthDateVerification

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10