Definition of table stu-medical
Student Medical information , Table Dump Name stu-med

Alphabetical Field Summary

  • comments: (CHAR) Comments for this medical note
  • cre-date: (DATE) Date record was created
  • cre-time: (CHAR) Time this record was created at
  • cre-user-name: (CHAR) Name of user who created the record
  • date-comment[10]: (CHAR) Comments for this vaccination/test
  • extern-guid: (CHAR) External Global Unique ID for this record
  • medical-code-id: (INTG) Medical Code ID for this entry
  • medical-date[10]: (DATE) Date of this test/vaccination
  • medical-seq: (INTG) Seq# assigned to track this student medical entry [DEFINE KE
  • medical-status: (CHAR) Status of this entry
  • stu-seq: (INTG) Internally assigned Student Sequence #
  • upd-date: (DATE) Date record was last updated
  • upd-time: (CHAR) Time this record was last updated at
  • upd-user-name: (CHAR) Name of user record was updated by
  • waived: (LOGC) Yes if student waived vaccination/tests

    Alphabetical Index Summary

  • extern-guid: extern-guid
  • stu-medical: (UNIQUE, PRIMARY) stu-seq, medical-seq
  • stu-medical-code: stu-seq, medical-code-id

    Alphabetical Trigger Summary

  • CREATE: Overridable, Procedure is tr-c-sti.p (SOURCE NOT AVAILABLE)
  • DELETE: Overridable, Procedure is tr-d-sti.p (SOURCE NOT AVAILABLE)
  • REPLICATION-CREATE: Procedure is rp-c-sti.p (SOURCE NOT AVAILABLE)
  • REPLICATION-DELETE: Procedure is rp-d-sti.p (SOURCE NOT AVAILABLE)
  • REPLICATION-WRITE: Procedure is rp-u-sti.p (SOURCE NOT AVAILABLE)
  • WRITE: Overridable, Procedure is tr-u-sti.p (SOURCE NOT AVAILABLE)

    Tables stu-medical references

  • medical-code - Medical Code definitions
  • stu-assign - (no description available)
  • stu-base - Student Base record
  • stu-request-master - Student Request Master Controls
  • stu-year - One record for each year a student exists in the district


    Detailed Alphabetical Field Listing
    comments Data type: CHARACTER
    Format: x(68)
    Help: Comments for this medical note

    cre-date Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Description: Date record was created

    cre-time Data type: CHARACTER
    Format: x(8)
    Description: Time this record was created at

    cre-user-name Data type: CHARACTER
    Format: x(16)
    Description: Name of user who created the record

    date-comment Data type: CHARACTER (Extent: 10)
    Format: x(32)
    Help: Comments for this vaccination/test

    extern-guid Data type: CHARACTER
    Format: x(32)
    Description: External Global Unique ID for this record
    Attributes: Index Component

    medical-code-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: Medical Code ID for this entry
    Attributes: Index Component

    medical-date Data type: DATE (Extent: 10)
    Format: 99/99/9999
    Help: Date of this test/vaccination

    medical-seq Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: Seq# assigned to track this student medical entry [DEFINE KE
    Attributes: Index Component

    medical-status Data type: CHARACTER
    Format: x(10)
    Help: Status of this entry

    stu-seq Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: Internally assigned Student Sequence #
    Attributes: Index Component

    upd-date Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Description: Date record was last updated

    upd-time Data type: CHARACTER
    Format: x(8)
    Description: Time this record was last updated at

    upd-user-name Data type: CHARACTER
    Format: x(16)
    Description: Name of user record was updated by

    waived Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Yes if student waived vaccination/tests

    Created on 05/07/2012 by DBHTML V1.2