Last Updated: 7/22/2025 8:42:49 PM
Intergy Version: 22.00.00.00
VitalType
Table Definition  Parent Tables  Child Tables
Table DefinitionField | Datatype | Default | Null Option | Comment |
---|---|---|---|---|
VitalTypeSID | INTEGER | ?   | MANDATORY | System-generated unique identifier of vital type. Uses 'Vitals' sequence. |
VitalTypeLabel | CHARACTER(20) |   | MANDATORY | Label describing vital that will appear in the user interface. |
StandardUOM | CHARACTER(10) |   | MANDATORY | Identifier for the standard unit of measure associated with the vital. This will be a hard coded system defined list. This may end up being a lookup type. |
DisplayOrder | INTEGER | Number_One   | OPTIONAL | Order for the display of the vital within lists. |
MedcinID | INTEGER | ?   | MANDATORY | Medcin ID that uniquely identifies the finding. Note - may be derived by MedicinFinding table but does not have to exist in that table. |
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... |
---|
Child Table | Join Phrase | When deleting VitalType record... |
---|---|---|
EncounterVital | EncounterVital.VitalTypeSID = VitalType.VitalTypeSID | RESTRICT if EncounterVital exists |