SIFWorks ADK 2.0
ProgramExitReasonCode Class
NamespacesEdustructures.SifWorks.ProgramsProgramExitReasonCode

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

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



IconMemberDescription
static memberCOMPLETION_OF_IFSP
Completion of IFSP prior to reaching maximum age for Part C ("2226")

static memberDIED
Died ("2223")

static memberDISCONTINUED_SCHOOLING
Discontinued schooling, not special education ("2222")

static memberDISCONTINUED_SPEC_ED
Discontinued schooling, special education only ("2221")

static memberELIGIBLE_FOR_IDEA_B
Eligible for IDEA Part B ("2227")

static memberEXPULSION
Expulsion ("2224")

static memberGRADUATED_WITH_DIPLOMA
Graduated with a high school diploma ("2212")

static memberMOVED_OUT_OF_STATE
Moved out of state ("2231")

static memberNO_SPECIAL_ED
No longer receving special education ("2216")

static memberNOT_ELIGIBLE_FOR_PART_B
Not eligible for Part B, exit with referrals to other programs ("2228")

static memberOTHER
Other ("9999")

static memberPART_B_NOT_ELIGIBLE
Part B eligibility not determined ("2230")

static memberPROGRAM_COMPLETION
Program completion ("2214")

static memberPROGRAM_DISCONTINUED
Program discontinued ("2225")

static memberREACHED_MAXIMUM_AGE
Reached maximum age ("2215")

static memberRECEIVED_CERTIFICATE
Received certificate of completion, modified diploma, or finished IEP requirements ("2213")

static memberREFUSED_SERVICES
Refused services ("2217")

static memberSTUDENT_CHOICE
Student choice ("S001")

static memberSTUDENT_SERVED_OTHER
Student served in other ways ("S002")

static memberSUSPENDED_FROM_SCHOOL
Suspended from school ("2220")

static memberTRANSFERRED_CONTINUING
Transferred to another district or school, known to be continuing in program / service ("2218")

static memberTRANSFERRED_NOT_CONTINUING
Transferred to another district or school, known not to be continuing in program / service ("2406")

static memberTRANSFERRED_NOT_KNOWN
Transferred to another district or school, not known to be continuing in program / service ("2219")

static memberUNKNOWN_REASON
Unknown reason ("2233")

static memberWITHDRAWAL_BY_GUARDIAN
Withdrawal by a parent (or guardian) ("2232")

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

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

Author: Generated by adkgen

Version: 2.0

Since: 1.5r1

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

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