[This is preliminary documentation and is subject to change.]
Constructor that accepts values for all mandatory fields
| C# | Visual Basic | Visual C++ |
public ExceptionalityCategory( string codeType, ExceptionalityPriority exceptionalityPriority, ExceptionalityCategoryCode code )
Public Sub New ( _ codeType As String, _ exceptionalityPriority As ExceptionalityPriority, _ code As ExceptionalityCategoryCode _ )
public: ExceptionalityCategory ( String^ codeType, ExceptionalityPriority^ exceptionalityPriority, ExceptionalityCategoryCode^ code )
- codeType (String)
- If CodeType = "NCES" then use code set 0768 Primary Disability Type [NCES Handbooks]
- exceptionalityPriority (ExceptionalityPriority)
- Identifies priority of the exceptionality. "Primary" is the first and is required even if only one exceptionality is specified. "Secondary", etc. are of lower priority. Primary, Secondary, and Tertiary must be specified before "Additional" is used.
- code (ExceptionalityCategoryCode)
- Exceptionality description/code which identifies the exceptionality or areas of need of the student. Not all programs require identification of an exceptionality. If required for this program type, must have at least one element with ExceptionalityPriority attribute = "Primary".