FN_EV_SURVEY_ACT



Column Section Relationship Section Top of Page


Table-level Detail

Description: FN_EV_SURVEY_ACT
Definition: Stores all survey activity data for each encounter used by Emergent Event
Table Type: ACTIVITY





Column Detail - FN_EV_SURVEY_ACT


Column Name Type Null? Definition
ACTIVE_IND NUMBER Y The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc.
CREATE_DT_TM DATE Y The date and time the row was created
ENCNTR_ID NUMBER Y encounter which the survey is associated with
FN_EV_SURVEY_ACT_ID NUMBER N PRIMARY KEY
PERFORMED_DT_TM DATE Y The date and time the survey was performed
PERFORMED_PRSNL_ID NUMBER Y personnel id of provider who performed this survey
SURVEY_GRP_ID NUMBER Y Unique identifier for a survey activity, there may be more than one row with same survey_grp_id, but only one of those rows will be current as indicated by the active_ind field.; The group ID value will be same as PK value of first survey in the group.;
SURVEY_NAME VC2(255) Y Survey name that is displayed to the user.
SURVEY_TYPE_FLAG NUMBER Y Determines survey is Pre-Hospital, Primary, Secondary, Other
UPDT_APPLCTX NUMBER Y The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_CNT NUMBER Y Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_DT_TM DATE Y The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_ID NUMBER Y The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_TASK NUMBER Y The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.



Relationship Detail - FN_EV_SURVEY_ACT


Child Column in FN_EV_SURVEY_ACT(FK) Parent Table Name Parent Column Name
Parents: ENCNTR_ID ENCOUNTER ENCNTR_ID
PERFORMED_PRSNL_ID PRSNL PERSON_ID




Parent Column in FN_EV_SURVEY_ACT (PK) Child Table Name Child Column Name
Children: FN_EV_SURVEY_ACT_ID FN_EV_SURVEY_ELEMENT_ACT FN_EV_SURVEY_ACT_ID


FN_EV_SURVEY_DETAIL_REF



Column Section Relationship Section Top of Page


Table-level Detail

Description: FN_EV_SURVEY_DETAIL_REF
Definition: DETAILS FOR SURVEY REFERENCE
Table Type: REFERENCE





Column Detail - FN_EV_SURVEY_DETAIL_REF


Column Name Type Null? Definition
CREATE_DT_TM DATE Y DATE and TIME Survey details were created
FN_EV_SURVEY_DETAIL_REF_ID NUMBER N PRIMARY KEY
FN_EV_SURVEY_REF_ID NUMBER Y FK value for the parent table survey id
INSTANCE_NBR NUMBER Y the instance number of the survey reference
UPDT_APPLCTX NUMBER Y The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_CNT NUMBER Y Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_DT_TM DATE Y The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_ID NUMBER Y The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_TASK NUMBER Y The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.



Relationship Detail - FN_EV_SURVEY_DETAIL_REF


Child Column in FN_EV_SURVEY_DETAIL_REF(FK) Parent Table Name Parent Column Name
Parents: FN_EV_SURVEY_REF_ID FN_EV_SURVEY_REF FN_EV_SURVEY_REF_ID




Parent Column in FN_EV_SURVEY_DETAIL_REF (PK) Child Table Name Child Column Name
Children: FN_EV_SURVEY_DETAIL_REF_ID FN_EV_SURVEY_ELEMENT_REF FN_EV_SURVEY_DETAIL_REF_ID


FN_EV_SURVEY_ELEMENT_ACT



Column Section Relationship Section Top of Page


Table-level Detail

Description: FN_EV_SURVEY_ELEMENT_ACT
Definition: Stores the layout activity data of a given survey used by Emergent Event.
Table Type: ACTIVITY





Column Detail - FN_EV_SURVEY_ELEMENT_ACT


Column Name Type Null? Definition
ELEMENT_NAME VC2(255) Y Indicates name of element that is displayed to the user.
ELEMENT_SEQ NUMBER Y Indicates sequence of elements in the survey.
EVENT_CD NUMBER Y Documented Result for a Question type. Foreign key to CODE_VALUE table
EVENT_ID NUMBER Y Indicates event_id that was signed for the event_cd
FN_EV_SURVEY_ACT_ID NUMBER Y Foreign key value from the FN_EV_SURVEY_ACT table
FN_EV_SURVEY_ELEMENT_ACT_ID NUMBER N PRIMARY KEY
HIDE_IND NUMBER Y Indicates item is hidden and not displayed to the user in the survey
LINK_EVENT_CD NUMBER Y Event Code linked to associated nomenclature for documentation.
NOMENCLATURE_ID NUMBER Y Stores nomenclature id that is associated to parent element.
TYPE_FLAG NUMBER Y Indicates a SECTION or QUESTION
UPDT_APPLCTX NUMBER Y The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_CNT NUMBER Y Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_DT_TM DATE Y The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_ID NUMBER Y The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_TASK NUMBER Y The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.



Relationship Detail - FN_EV_SURVEY_ELEMENT_ACT


Child Column in FN_EV_SURVEY_ELEMENT_ACT(FK) Parent Table Name Parent Column Name
Parents: FN_EV_SURVEY_ACT_ID FN_EV_SURVEY_ACT FN_EV_SURVEY_ACT_ID
NOMENCLATURE_ID NOMENCLATURE NOMENCLATURE_ID


FN_EV_SURVEY_ELEMENT_REF



Column Section Relationship Section Top of Page


Table-level Detail

Description: FN_EV_SURVEY_ELEMENT_REF
Definition: Stores the layout reference data of a given survey used by Emergent Event.
Table Type: REFERENCE





Column Detail - FN_EV_SURVEY_ELEMENT_REF


Column Name Type Null? Definition
ELEMENT_NAME VC2(255) Y Indicates name of element that is displayed to the user.
ELEMENT_SEQ NUMBER Y Indicates sequence of elements in the survey.
EVENT_CD NUMBER Y Documented Result for a Question type. Foreign key to CODE_VALUE table
FN_EV_SURVEY_DETAIL_REF_ID NUMBER Y Identifies the survey detail ID of the survey whic contais this element
FN_EV_SURVEY_ELEMENT_REF_ID NUMBER N PRIMARY KEY
HIDE_IND NUMBER Y Indicates item is hidden and not displayed to the user in the survey
LINK_EVENT_CD NUMBER Y Event Code linked to associated nomenclature for documentation.
NOMENCLATURE_ID NUMBER Y Stores nomenclature id that is associated to parent element.
TYPE_FLAG NUMBER Y Indicates if the element is a SECTION or QUESTION
UPDT_APPLCTX NUMBER Y The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_CNT NUMBER Y Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_DT_TM DATE Y The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_ID NUMBER Y The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_TASK NUMBER Y The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.



Relationship Detail - FN_EV_SURVEY_ELEMENT_REF


Child Column in FN_EV_SURVEY_ELEMENT_REF(FK) Parent Table Name Parent Column Name
Parents: FN_EV_SURVEY_DETAIL_REF_ID FN_EV_SURVEY_DETAIL_REF FN_EV_SURVEY_DETAIL_REF_ID
NOMENCLATURE_ID NOMENCLATURE NOMENCLATURE_ID


FN_EV_SURVEY_REF



Column Section Relationship Section Top of Page


Table-level Detail

Description: FN_EV_SURVEY_REF
Definition: Stores all parent survey reference data versions used by Emergent Event
Table Type: REFERENCE





Column Detail - FN_EV_SURVEY_REF


Column Name Type Null? Definition
CREATE_DT_TM DATE Y date and time the survey refernce was created
FN_EV_SURVEY_REF_ID NUMBER N PRIMARY KEY
ORGANIZATION_ID NUMBER Y This is the value of the unique primary identifier of the organization table. it is an internal system assigned number. ;
SURVEY_KEY_IDENT VC2(255) Y Unique identification for a survey
SURVEY_NAME VC2(255) Y Survey name that is displayed to the user.
SURVEY_TYPE_FLAG NUMBER Y Determines survey is Pre-Hospital - Primary - Secondary - Other
UPDT_APPLCTX NUMBER Y The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_CNT NUMBER Y Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_DT_TM DATE Y The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_ID NUMBER Y The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_TASK NUMBER Y The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.



Relationship Detail - FN_EV_SURVEY_REF


Child Column in FN_EV_SURVEY_REF(FK) Parent Table Name Parent Column Name
Parents: ORGANIZATION_ID ORGANIZATION ORGANIZATION_ID




Parent Column in FN_EV_SURVEY_REF (PK) Child Table Name Child Column Name
Children: FN_EV_SURVEY_REF_ID FN_EV_SURVEY_DETAIL_REF FN_EV_SURVEY_REF_ID