Last Updated: 7/22/2025 8:42:49 PM
Intergy Version: 22.00.00.00
OBInitialVisitFinding
Table Definition  Parent Tables  Child Tables
Table DefinitionField | Datatype | Default | Null Option | Comment |
---|---|---|---|---|
EncounterSID | INTEGER | ?   | MANDATORY | System generated unique id using Encounter sequence. |
MedcinID | INTEGER | 0   | OPTIONAL | A unique identified assigned to this finding. Most of these numbers do match the existing medcin finding numbers except for a few - which are user defined findings. |
Prefix | CHAR(2) |   | OPTIONAL | Prefix string used for this finding. |
Result | CHAR(15) |   | OPTIONAL | Result value for the finding. |
OnsetDate | DATE |   | OPTIONAL | Onset Date - if applicable for the finding. |
Comment | CHAR(5000) |   | OPTIONAL | Comment: Free text entered by the user. |
Year | CHAR(4) |   | OPTIONAL | Year value: Used for Gyn Surgery, Operations or Hospitalizations. |
YearsOfUse | INTEGER | 0   | OPTIONAL | Years of Use: Used for substance abuse type of findings. |
AmtBeforePreg | DECIMAL(10,2) | 0   | OPTIONAL | Amount used before pregnancy: Used for substance abuse type of findings. |
AmtDuringPreg | DECIMAL(10,2) | 0   | OPTIONAL | Amount used during pregnancy: Used for substance abuse type of findings. |
GynSurgHosp | CHAR(100) |   | OPTIONAL | Type of Gyn. Surgery, or Operation of Hospitalization: Values are "Gyn surgery" , "Operation" or "Hospitalization". |
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. |
Parent Table | Join Phrase | When deleting parent record... |
---|---|---|
OBEncounter | OBInitialVisitFinding.EncounterSID = OBEncounter.EncounterSID | CASCADE if OBInitialVisitFinding exists |
Child Table | Join Phrase | When deleting OBInitialVisitFinding record... |
---|