ASP.NET VETtrak API web services
ContentsIndexHome
PreviousUpNext
TAtte Properties

The properties of the TAtte class are listed here.

 
Name 
Description 
 
Name of Attendance. 
 
Type of Attendance.
This is an integer which indicates if the attendance is considered to be positive, negative or neutral
  • Atty_Type = -1 ....... Negative Attendance Type,
  • Atty_Type = 0 ....... Neutral Attendance Type,
  • Atty_Type = 1 ....... Positive Attendance Type.
 
 
Client Code of Client (Student) linked to Attendance. 
 
Notes recorded for the attendance  
 
Finish date of Client Attendance. 
 
Hours for the Attendance, taking into account the type of attandance.
This is calculated as:
  • (Finish - Start) x Atty_Type

Hours are reported as decimal hours. eg 90 minutes is reported as Hours = 1.50 . 
 
ID of training class (TInst) in which the attandance occurrs. 
 
Start date of Client Attendance. 
Copyright (c) VETtrak 2022. All rights reserved.