Last Updated: 7/22/2025 8:42:49 PM
Intergy Version: 22.00.00.00
ImportEncFindingSet
Table Definition  Parent Tables  Child Tables
Table DefinitionField | Datatype | Default | Null Option | Comment |
---|---|---|---|---|
ImportEncFindingSetSID | INTEGER | ?   | MANDATORY | System-assigned unique identifier of an import finding Set. Generated by the sequence ImportFindingSet. |
PracticeID | INTEGER | ?   | MANDATORY | FK - From Patient |
PatientID | INTEGER | ?   | MANDATORY | FK - From Patient |
SourceName | CHAR(100) |   | OPTIONAL | The source name as defined by in ImpFindingSource LookupType. |
SourceEncounter | CHAR(100) | ?   | OPTIONAL | Source identifier string that represents the Encounter for the current finding set. |
FileName | CHAR(100) |   | OPTIONAL | Name of the import file from the source. |
FormName | CHAR(100) |   | OPTIONAL | Name of the import finding Form. |
FindingSetStatus | CHAR(10) |   | OPTIONAL | Status of the current finding set that represents whether it is already imported or not - Defined by the LookupType ImpFindingSetStatus |
UpdatedStamp | CHARACTER(14) |   | OPTIONAL | User Set. Timestamp when the finding set was imported. |
UpdatedUser | INTEGER | 0   | OPTIONAL | User set. User ID of the user who last updated the Import |
TimeStamp | CHARACTER(14) |   | OPTIONAL | System generated date/time stamp record was last written. |
LastUser | INTEGER | ?   | OPTIONAL | User ID of user that last wrote the record. |
CreateStamp | CHARACTER(14) |   | OPTIONAL | System generated date/time stamp record was created. |
CreateUser | INTEGER | ?   | OPTIONAL | User ID of user that created the record. |
ExternalSourceName | CHAR(100) |   | OPTIONAL | Name of the external source for the current finding set, e.g. ApplicationName for Intergy API marketplace partner. |
Parent Table | Join Phrase | When deleting parent record... |
---|---|---|
Patient | ImportEncFindingSet.PracticeID = Patient.PracticeID and ImportEncFindingSet.PatientID = Patient.PatientID |
CASCADE if ImportEncFindingSet exists |
Child Table | Join Phrase | When deleting ImportEncFindingSet record... |
---|---|---|
ImportEncFinding | ImportEncFinding.ImportEncFindingSetSID = ImportEncFindingSet.ImportEncFindingSetSID | CASCADE if ImportEncFinding exists |