Skip to end of banner
Go to start of banner

Register New Student file

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Export file logic - criteria for student inclusion

Screen parameter field options able to be used:

  • Process date,
  • File Year,
  • Campus,
  • Year Level

(Leave the Include Blank Studies Codes checkbox disabled as will not be used for this export)


The export logic will find and use any Current Students who do not have a Government Student Number on their record, and include these studens within the export data set.

The students to include will be selected using the param fields (ie find Current Students in the File Year/Campus/Year Level range, and where their start date is on or before Process Date).

Source Documents

All source Documents are held centrally on the QCAA Student Management - 2018 Requirements Page.

File specification

Student Registration File Definition (QCAA)

Template file

Student Create File Upload Template (QCAA)

File Analysis

Mappings are provided where the Synergetic usage may not be immediately obvious.

Codes are provided for those fields to be reported as codes.

Data File fieldSynergetic field
Given   namesGiven1
Middle namesGiven2
Family   nameSurname
Preferred namePreferred
Gender

Gender

Codes: M, F, X

Date of birthBirthdate
USI

The USI is a reference number made up of ten numbers and letters.

Mapping

VocationalEducationCode

Birth country

Mapping

CountryofBirthCode

Codes

1269.0 - Standard Australian Classification of Countries (SACC), Second Edition

The current version of ABS Country code currently in use at Synergetic will suffice. Any discrepancies with QCAA will be resolved during testing.

Indigenous status

Derived based on TSIFlag and IndigenousFlag

This is the ABS Indigenous Status Code N

This does not exist in Synergetic, we have two Flags in Student Maintenance:

  • Indigenous Student
  • Torres Strait Islander

Ahead of a fully developed implementation of a Synergetic Status Look Up for Indigenous Status (

Error rendering macro 'jira' : Unable to locate Jira server for this macro. It may be due to Application Link configuration.
), the initial QCAA solution will use this mapping:

See 60002018

Home language

Calculated per ref data in template

Mapping

HomeLanguageCode

Codes

1267.0 - Australian Standard Classification of Languages (ASCL), 2011

The current version of ABS Language codes currently in use at Synergetic will suffice. Any discrepancies with QCAA will be resolved during testing.

DisabilityDisabilityFlag (1, 0)
International full fee-paying studentFFPOS flag
Documents sighted

New field

to add to International tab -  Visa Subclasses - would need a flag per record and then use the flag value from the Active entry

Default value while field not present = "0"  (false)

Unable to locate Jira server for this macro. It may be due to Application Link configuration.

Date entered AustraliaArrival Date (from international - visa subclasses)
Home emailEmail
School emailOccupEmail
Other email(blank not used)
Home phonePhoneActual
Mobile phoneMobilePhoneActual
Address line 1HomeAddress1
Address line 2HomeAddress2
Address line 3HomeAddress3
Address line 4<Blank - not used>
Address suburb / townHomeSuburb
PostcodeHomePostcode
State

Mapping

HomeState

Codes

As per SIF - AU 3.4 (ACT, NSW, NT, QLD, SA, TAS, VIC)

Country

Mapping

HomeCountryCode

Codes

1269.0 - Standard Australian Classification of Countries (SACC), Second Edition

The current version of ABS Country code currently in use at Synergetic will suffice. Any discrepancies with QCAA will be resolved during testing.

Postal address line 1Address1
Postal address line 2Address2
Postal address line 3Address3
Postal address line 4<Blank - not used>
Postal suburb / townSuburb
Postal postcodePostcode
Postal stateState
Postal country

Mapping

CountryCode

Codes

1269.0 - Standard Australian Classification of Countries (SACC), Second Edition

The current version of ABS Country code currently in use at Synergetic will suffice. Any discrepancies with QCAA will be resolved during testing.

Exit year

YearsUntilGraduation (from luYearLevel)

Student IDSynergetic ID
Intended learning option

New field

LearningPathway

  • StudentYears table (varchar 30)
  • FutureStudents table (same name/size)


New Lookup table

will be linked to a new lookup table luLearningPathway

  • Code, Description, SynergyMeaning, DefaultFlag, ExternalSystemType, ExternalSystemCode

Lookup population can be loaded via ref table data set - coded and stored by region (VIC, QLD, NZ etc) and with ExternalSystemType/Code also populated via load.

SynergyMeaning will include at least one value for "IB" so can replicate IBFlag handling

Default flag - only one value is allowed to be set as default (if user tries to set two, show an error message indicating cannot have two - refer luFutureApplicationCategory handling for example)


Change to Maint Screens

Lookup Dropdown field: "Learning Pathway"

  • Student Maint - show on School tab where IB flag field is currently shown
  • Future Student Maint - show on Enrol Details tab (in the Enrolled For Group box,
  • Past Student Maint - show on Schooling tab (replacing International Baccalaureate checkbox)
  • Remove the IB Flag from the maint screens (as is now covered by the dropdown) - do not remove field from backend tables
  • New dropdown will replace the IBFlag on the interface,


Changes to database logic

  • The IBFlag field will be made legacy with the field value maintained via table trigger (based on Learning Pathway with IB SynergyMeaning)
  • Standard views/procs including the IBFlag field, will need to be amended to refer to the new LearningPathway field and based on presence of the "IB" SynergyMeaning against the lu value (function?)
  • Stored procs used for creating new future/current students - the field with Default flag ticked in lookup table (if one exists) will be used to auto-populate the field. If no default then leave blank.


For upgrade process

DML to

  • Populate the ref table entries for the new lookup table (with ref data created for each state/region
  • Auto load the lu entries from ref table for the client (based on local installed country/state values)
  • Auto populate the Pathway field on any students with old IBFlag = 1 to give them the new IB synmeaning pathway value (leave other students unchanged)


For data export

Default QCAA value in export logic if and while new field not present = "Not identified"

Otherwise use the External System Type/Code value per the lookup table

Values

Intended Learning Option CodeIntended Learning Option DescriptionSynergy Meaning
QCEQCE 
QCIAQCIA 
Senior StatementSenior Statement 
IBInternational BaccalaureateIBFlag




Indigenous Status

CodeMeaningIndigenous StudentTorres Strait Islander
1Aboriginal but not Torres Strait Islander originOnOff
2Torres Strait Islander but not Aboriginal originOffOn
3Both Aboriginal and Torres Strait Islander originOnOn
4Neither Aboriginal nor Torres Strait Islander originOffOff
9Not stated/inadequately describedN/AN/A
  • No labels