Tables [dbo].[Act_Other]
Activity table for Findings and Immunizations.
KeyNameData TypeMax Length (Bytes)NullabilityDescription
Primary Key PK_Act_Other_ID: IDID[dbo].[uniqueid]9NOT NULLKey to the Act_Other table
Indexes XAct_Other_ActHdrIDForeign Keys FK_Act_Other_ActivityHeaderID_Act_Hdr_Other_ID: [dbo].[Act_Hdr_Other].ActivityHeaderIDActivityHeaderID[dbo].[uniqueid]9NOT NULLActivity Header. Link to Act_Hdr_Other.ID
Indexes TWstat_Act_Other_OrganizationIDForeign Keys FK_Act_Other_OrganizationID_Organization_ID: [dbo].[Organization].OrganizationIDOrganizationIDnumeric(8,0)5NOT NULLOrganization. Link to Organization.ID.
Indexes Statistic_NoteTypeDEForeign Keys FK_Act_Other_NoteTypeDE_Note_Type_DE_ID: [dbo].[Note_Type_DE].NoteTypeDEForeign Keys FK_Act_Other_NoteTypeDE_TemplateVersion_Note_Template_Version_NoteTypeDE_TemplateVersion: [dbo].[Note_Template_Version].NoteTypeDE\TemplateVersionNoteTypeDE[dbo].[dict_id]5NOT NULLNote Type. Link to Note_Type_DE.ID. Always 0.
Foreign Keys FK_Act_Other_NoteTypeDE_TemplateVersion_Note_Template_Version_NoteTypeDE_TemplateVersion: [dbo].[Note_Template_Version].NoteTypeDE\TemplateVersionTemplateVersionsmallint2NOT NULLTemplate Version. Link to Note_Template_Version.TemplateVersion. No Longer Used.
EpisodeID[dbo].[uniqueid]9NOT NULLEpisode. No longer Used.
CarePlanDE[dbo].[dict_id]5NOT NULLCare Plan. No Longer Used.
Indexes TWstat_Act_Other_OrderSourceDE_PatientIDForeign Keys FK_Act_Other_OrderSourceDE_Order_Source_DE_ID: [dbo].[Order_Source_DE].OrderSourceDEOrderSourceDE[dbo].[dict_id]5NOT NULLOrder Source. Link to Order_Source_DE.ID. Always 0.
OrderNumberEXTvarchar(20)20NOT NULLExternal Order Number
FUComment[dbo].[message]255NOT NULLFollow Up Comment. Always blank.
Indexes XAct_Other_AccNumAccessionNumbervarchar(255)255NOT NULLAccession number
Indexes TWstat_Act_Other_InterfaceSourceIDInterfaceSourceIDsmallint2NOT NULLInterface Source.
Indexes NIX_Act_Other_TestingProviderIDForeign Keys FK_Act_Other_TestingProviderID_Person_ID: [dbo].[Person].TestingProviderIDTestingProviderID[dbo].[uniqueid]9NOT NULLTesting Provider. Link to Provider.ID.
Indexes NIX_Act_Other_WhoForID, TWstat_Act_Other_WhoForID_PatientID(2)Foreign Keys FK_Act_Other_WhoForID_Person_ID: [dbo].[Person].WhoForIDWhoForID[dbo].[uniqueid]9NOT NULLEntered For Provider. Link to Provider.ID.
Indexes TWstat_Act_Other_WhoDidItID_PatientIDForeign Keys FK_Act_Other_WhoDidItID_IDX_User_ID: [dbo].[IDX_User].WhoDidItIDWhoDidItID[dbo].[uniqueid]9NOT NULLUser who entered. Link to IDX_User.ID.
Indexes TWstat_Act_Other_PerformedDTTM_PatientIDPerformedDTTMdatetime8NOT NULLHolds the performed date and time of the activity
RecordedDTTMdatetime8NOT NULLHolds the Recorded Date and Time of the Activity
Check Constraints CK_Act_Other_HasClinicalWarningFLAG_Yes_Or_No : ([HasClinicalWarningFLAG]='N' OR [HasClinicalWarningFLAG]='Y')HasClinicalWarningFLAG[dbo].[BOOL]1NOT NULLNo Longer Used.
ClinicalDTTMdatetime8NOT NULLClinical Date and Time
Foreign Keys FK_Act_Other_ClinicalSourceDE_Source_DE_ID: [dbo].[Source_DE].ClinicalSourceDEClinicalSourceDE[dbo].[dict_id]5NOT NULLClinical Source. Link to Source_DE.ID. Always 0.
Indexes NIX_Act_Other_OrderingProviderID, TWstat_Act_Other_OrderingProviderID_PatientID(2)Foreign Keys FK_Act_Other_OrderingProviderID_Person_ID: [dbo].[Person].OrderingProviderIDOrderingProviderID[dbo].[uniqueid]9NOT NULLOrdering Provider. Link to Provider.ID.
OrderingProviderName[dbo].[name]255NOT NULLOrdering provider Name.
Cluster Key XcAct_Other_Person: PatientIDIndexes TWstat_Act_Other_ActivityType_PatientID, Statistic_NoteTypeDE, TWstat_Act_Other_OrderingProviderID_PatientID, TWstat_Act_Other_OrderSourceDE_PatientID, TWstat_Act_Other_PerformedDTTM_PatientID, TWstat_Act_Other_WhoDidItID_PatientID, TWstat_Act_Other_WhoForID_PatientID(7)Foreign Keys FK_Act_Other_PatientID_Patient_Member_ID: [dbo].[Patient_Member].PatientIDPatientIDnumeric(16,0)9NOT NULLPatient. Link to Person.ID
Indexes TWstat_Act_Other_ActivityType_PatientIDActivityTypevarchar(10)10NULL allowedActivity Type (FI - Finding, IM - Immunization)