RaFiles_Nyeis_vw


Description

NYEIS remittance files view - Filtered view of raFiles table showing only active files from the New York Early Intervention System (NYEIS) for payment processing and data exchange. This view provides access to files with NYEIS as sender and active status, supporting automated payment posting, claim reconciliation, and compliance reporting for New York State early intervention services.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
fileID int identity 4 null

File primary key - Unique identifier for each NYEIS file record

fileName nvarchar 200 null

File name - Name of the uploaded NYEIS file

suppFileName nvarchar 200 null

Supplemental file name - Name of any supplemental file associated with the NYEIS file

Sender nvarchar 100 null

File sender - Organization or system that sent the file (filtered to ‘NYEIS’)

Receiver nvarchar 100 null

File receiver - Organization or system that receives the NYEIS file

fileDate datetime 16,3 null

File date - Date associated with the NYEIS file content or creation

suppFileDate datetime 16,3 null

Supplemental file date - Date of the supplemental NYEIS file

uploadBy int 4 null

Uploaded by user - UserID of the person who uploaded the NYEIS file

uploadDate datetime 16,3 null

Upload date - Date and time when the NYEIS file was uploaded

fkCheckLogID int 4 null

Check log reference - Links to CheckLog table for payment processing

comment varchar 500 null

File comments - Comments or notes about the NYEIS file

fkStatusID int 4 null

Status reference - Links to status table (filtered to status 1 - active)

DateProcessed smalldatetime 16 null

Processing date - Date when the NYEIS file was processed

Msg varchar 1000 null

Processing message - Messages or errors from NYEIS file processing

DateImported smalldatetime 16 null

Import date - Date when NYEIS file data was imported into the system

fkSourceID varchar 50 null

Source reference - Links to source system or organization for NYEIS processing

FileNumber int 4 null

File number - Sequential or reference number for the NYEIS file

FileType varchar 20 null

File type - Type of NYEIS file for processing classification

Relationships

View Definition


Possibly Referenced Tables/Views