Definition of table scanner-model
Scanner model definitions file , Table Dump Name scan-mod

Alphabetical Field Summary

  • comments: (CHAR) Comments for/about this scanner
  • cre-date: (DATE) Date record was created
  • cre-time: (CHAR) Time record was created at
  • cre-user-name: (CHAR) User name of user who creatd this record
  • description: (CHAR) Description of this scanner
  • extern-guid: (CHAR) External Global Unique ID for this record
  • landscape-bpi: (DECM) # of bubbles per inch for landscape forms
  • landscape-slug-height: (DECM) Height of a slug, in 1/6" for landscape forms
  • landscape-slug-width: (DECM) Width of a slug, in 1/10" for landscape forms
  • model-init-mod: (CHAR) Name of the sheet initializion module (optional)
  • model-init-spec: (CHAR) Optional model-specific initialization module
  • model-reset-mod: (CHAR) Optional model specific reader reset module
  • model-reset-spec: (CHAR) Model reset O/S command (optional)
  • portrait-bpi: (DECM) # of bubbles per inch for portrait forms
  • portrait-slug-height: (DECM) Height of a slug, in 1/6" for portrait forms
  • portrait-slug-width: (DECM) Width of a slug, in 1/10" for portrait forms
  • scan-maker: (CHAR) Maker/Manufacturer of the scanner
  • scan-model: (CHAR) Model of this scanner (OPSCAN_5, 8200, etc)
  • scanner-model-id: (INTG) Internal ID of this scanner [DEFINE KEY]
  • sheet-preamble-len: (INTG) Number of preamble chararacter on a read sheet (if any)
  • upd-date: (DATE) Date this records was last updated on
  • upd-time: (CHAR) Time the record was last updated at
  • upd-user-name: (CHAR) Name of user who last updated this record

    Alphabetical Index Summary

  • description: description
  • extern-guid: extern-guid
  • scan-model: scan-model
  • scanner-model-id: (UNIQUE, PRIMARY) scanner-model-id

    Alphabetical Trigger Summary

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

    Other tables who reference scanner-model

  • form-bldg - Form definitions, on a per building level
  • scanner-device - Scanner device file

    Tables scanner-model references

  • scanner-device - Scanner device file


    Detailed Alphabetical Field Listing
    comments Data type: CHARACTER
    Format: x(68)
    Help: Comments for/about this scanner

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

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

    cre-user-name Data type: CHARACTER
    Format: x(16)
    Help: User name of user who creatd this record

    description Data type: CHARACTER
    Format: x(28)
    Help: Description of this scanner
    Attributes: Index Component

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

    landscape-bpi Data type: DECIMAL (Decimals: 3)
    Format: zz9.999 (Initial Value: 6)
    Help: # of bubbles per inch for landscape forms

    landscape-slug-height Data type: DECIMAL (Decimals: 3)
    Format: zzz9.999 (Initial Value: 0.5)
    Help: Height of a slug, in 1/6" for landscape forms

    landscape-slug-width Data type: DECIMAL (Decimals: 2)
    Format: zzz9.999 (Initial Value: 2)
    Help: Width of a slug, in 1/10" for landscape forms

    model-init-mod Data type: CHARACTER
    Format: x(12)
    Help: Name of the sheet initializion module (optional)

    model-init-spec Data type: CHARACTER
    Format: x(40)
    Help: Optional model-specific initialization module

    model-reset-mod Data type: CHARACTER
    Format: x(12)
    Help: Optional model specific reader reset module

    model-reset-spec Data type: CHARACTER
    Format: x(40)
    Help: Model reset O/S command (optional)

    portrait-bpi Data type: DECIMAL (Decimals: 3)
    Format: zz9.999 (Initial Value: 6)
    Help: # of bubbles per inch for portrait forms

    portrait-slug-height Data type: DECIMAL (Decimals: 3)
    Format: zzz9.999 (Initial Value: 0.5)
    Help: Height of a slug, in 1/6" for portrait forms

    portrait-slug-width Data type: DECIMAL (Decimals: 3)
    Format: zzz9.999 (Initial Value: 2)
    Help: Width of a slug, in 1/10" for portrait forms

    scan-maker Data type: CHARACTER
    Format: x(10) (Initial Value: NCS)
    Help: Maker/Manufacturer of the scanner

    scan-model Data type: CHARACTER
    Format: x(10)
    Help: Model of this scanner (OPSCAN_5, 8200, etc)
    Attributes: Index Component

    scanner-model-id Data type: INTEGER
    Format: zzzzzzzzz9
    Description: Internal ID of this scanner [DEFINE KEY]
    Attributes: Index Component

    sheet-preamble-len Data type: INTEGER
    Format: zz9 (Initial Value: 0)
    Help: Number of preamble chararacter on a read sheet (if any)

    upd-date Data type: DATE
    Format: 99/99/9999
    Help: Date this records was last updated on

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

    upd-user-name Data type: CHARACTER
    Format: x(16)
    Help: Name of user who last updated this record

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