Table Detail Report
SN_CHARGE_ITEM
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | SurgiNet Charge Item |
| Definition: | SurgiNet Charge Item Table |
| Table Type: | ACTIVITY |
Column Detail - SN_CHARGE_ITEM
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | NUMBER | N | 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. |
| ACTIVE_STATUS_CD | NUMBER | N | Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc. |
| ACTIVE_STATUS_DT_TM | DATE | Y | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | NUMBER | N | The person who caused the active_status_cd to be set or change. |
| BEG_EFFECTIVE_DT_TM | DATE | Y | The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time. |
| CHARGE_ITEM_ID | NUMBER | N | The Unique Identifier on the Table |
| CHARGE_TYPE_FLAG | NUMBER | Y | Charge Type Flag |
| CREATE_APPLCTX | NUMBER | N | The Application Context creating the row |
| CREATE_DT_TM | DATE | Y | The Date and Time the Row was createdColumn |
| CREATE_PRSNL_ID | NUMBER | N | The Personnel respnosible for creating this row. |
| CREATE_TASK | NUMBER | N | The task that was used in creating the row |
| DOC_TYPE_CD | NUMBER | N | The document Type Code for which this charge is being sent |
| END_EFFECTIVE_DT_TM | DATE | Y | The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive. |
| EVENT_ID | NUMBER | N | The Id that references to the Event Id on the AFC request |
| EVENT_NAME | VC2(30) | Y | The Table name that contains the Event ID can be Item_Master, Order_Catalog or Surgical_Case |
| IN_PROCESS_IND | NUMBER | Y | Indicates if the charge is in the process of being sent. |
| QUANTITY | FLOAT | N | This is the quantity which has been charged |
| REFERENCE_ID | NUMBER | N | Reference_Id in the AFC Request |
| REFERENCE_NAME | VC2(30) | Y | The Table name that contains the Reference ID can be Surg_Case_Procedure, Case_Cart_Pick_List, Code_Value |
| SURG_CASE_ID | NUMBER | N | The Surgical Case Id this charge item is for. |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - SN_CHARGE_ITEM
| Child Column in SN_CHARGE_ITEM(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | SURG_CASE_ID | SURGICAL_CASE | SURG_CASE_ID |
SN_CHARGE_QUEUE
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | SurgiNet Charge Queue |
| Definition: | SurgiNet Charge Queue Table |
| Table Type: | ACTIVITY |
Column Detail - SN_CHARGE_QUEUE
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| AREA_CD | NUMBER | N | The surgical area associated with the transaction. |
| BLOCKED_DT_TM | DATE | Y | The date and time the transaction was last blocked. |
| BLOCKED_IND | NUMBER | N | Indicates block status (0 = False, 1 = True). |
| BLOCKED_REASON_FLAG | NUMBER | N | Identifies the reason of why the pending charge is being blocked (0 = unknown, 1 = incomplete data, 2 = user, 3 = sync constraint, 4 = other) |
| DELAY_REASON | VC2(250) | Y | The reason why the transaction was last delayed. |
| DOC_TYPE_CD | NUMBER | N | The document type associated with the transaction. This is the second field of the unique identifier on the Table. |
| FAILURE_CNT | NUMBER | N | Set to 0 on insert. Incremented by 1 when the transaction fails. |
| FAILURE_DT_TM | DATE | Y | The date and time the transaction last failed. |
| HOLD_BY_ID | NUMBER | N | The personnel ID who requested to hold the transaction. |
| HOLD_DT_TM | DATE | Y | The date and time the transaction was held. |
| HOLD_REASON | VC2(250) | Y | The reason why the transaction is being held. |
| PROCESS_IND | NUMBER | N | Indicates whether this transaction type is being processed |
| RECHARGES_IND | NUMBER | N | Indicates if the transaction was requested to be recharged (0 = False, 1 = True) |
| RELEASE_BY_ID | NUMBER | N | Identifies the personnel ID of the personnel releasing the blocked pending charge. |
| RELEASE_DT_TM | DATE | Y | Identifies the date and time of when the blocked pending charge was released. |
| RELEASE_REASON | VC2(250) | Y | Identifies the reason of releasing the blocked pending charge. |
| SUBMITTED_BY_ID | NUMBER | N | The personnel ID who submitted the transaction. |
| SUBMITTED_DT_TM | DATE | Y | The date and time the transaction was last submitted. |
| SURG_CASE_ID | NUMBER | N | The surgical case associated with the transaction. This is the first field of the unique identifier on the Table. |
| TRANS_TYPE_MEAN | VC2(12) | N | The type of transaction. This is the third field of the unique identifier on the Table. |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | N | 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. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - SN_CHARGE_QUEUE
| Child Column in SN_CHARGE_QUEUE(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | SURG_CASE_ID | SURGICAL_CASE | SURG_CASE_ID |
SN_COMMENT
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | SurgiNet Comments |
| Definition: | SurgiNet Comments Table |
| Table Type: | REFERENCE |
Column Detail - SN_COMMENT
| 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. |
| ACTIVE_STATUS_CD | NUMBER | Y | Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc. |
| ACTIVE_STATUS_DT_TM | DATE | Y | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | NUMBER | Y | The person who caused the active_status_cd to be set or change. |
| BEG_EFFECTIVE_DT_TM | DATE | Y | The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time. |
| COMMENT_TYPE_CD | NUMBER | N | Comment Type CodeColumn |
| CREATE_APPLCTX | NUMBER | Y | Create Application ContextColumn |
| CREATE_DT_TM | DATE | Y | Create Date and TimeColumn |
| CREATE_PRSNL_ID | NUMBER | Y | Create Personnel IDColumn |
| CREATE_TASK | NUMBER | Y | Create TaskColumn |
| END_EFFECTIVE_DT_TM | DATE | Y | The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive. |
| LONG_TEXT_ID | NUMBER | N | Long Text IdColumn |
| PARENT_ENTITY_ID | NUMBER | N | Parent Entity IdColumn |
| PARENT_ENTITY_NAME | VC2(32) | N | Parent Enity NameColumn |
| SN_COMMENT_ID | NUMBER | N | Sn Comment IDColumn |
| SURG_AREA_CD | NUMBER | Y | Surgical AreaColumn |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | N | 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. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - SN_COMMENT
| Child Column in SN_COMMENT(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | LONG_TEXT_ID | LONG_TEXT | LONG_TEXT_ID |
SN_COMMENT_TEXT
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | SurgiNet Comment Text |
| Definition: | SurgiNet Comment Text Table |
| Table Type: | REFERENCE |
Column Detail - SN_COMMENT_TEXT
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | NUMBER | N | 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. |
| ACTIVE_STATUS_CD | NUMBER | N | Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc. |
| ACTIVE_STATUS_DT_TM | DATE | N | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | NUMBER | N | The person who caused the active_status_cd to be set or change. |
| BEG_EFFECTIVE_DT_TM | DATE | Y | The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time. |
| COMMENT_TYPE_CD | NUMBER | N | The type of comment that this is. |
| CREATE_APPLCTX | NUMBER | Y | The application context responsible for creating the row |
| CREATE_DT_TM | DATE | Y | The Create Date and Time for the row |
| CREATE_PRSNL_ID | NUMBER | N | The ID of the Personnel responsible for creating the row |
| CREATE_TASK | NUMBER | Y | The task creating the row |
| END_EFFECTIVE_DT_TM | DATE | Y | The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive. |
| HEADER | VC2(150) | N | Header for the Comment |
| LONG_BLOB_ID | NUMBER | N | The ID from the LONG_BLOB table for the blob data |
| LONG_TEXT_ID | NUMBER | N | The ID from the LONG_TEXT table for the text data |
| REFERENCE_IND | NUMBER | N | Specifies if this is a reference Comment |
| ROOT_ID | NUMBER | N | The ID from the table specified in ROOT_NAME for which this comment is being stored for |
| ROOT_NAME | VC2(30) | N | The table for which the comment is being stored for |
| SEG_CD | NUMBER | N | The segment for which the comment is being store for |
| SEQ_NUM | NUMBER | N | Sequence number of the comment text |
| SN_COMMENT_ID | NUMBER | N | The Unique ID for the table |
| SURG_AREA_CD | NUMBER | N | The Surgical Area for which the comment is stored for |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | N | 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. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - SN_COMMENT_TEXT
| Child Column in SN_COMMENT_TEXT(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | LONG_BLOB_ID | LONG_BLOB | LONG_BLOB_ID |
SN_COST_REF
| Column Section | Top of Page |
Table-level Detail
| Description: | SN COST REF |
| Definition: | This table holds the reference information for costing of roles and prsnl. |
| Table Type: | REFERENCE |
Column Detail - SN_COST_REF
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| AREA_CD | NUMBER | N | The surgical area for the cost. |
| COST_PER_MIN | FLOAT | Y | The cost per minute of time. |
| COST_REF_ID | NUMBER | N | Primary KeyColumn |
| COST_TYPE_MEAN | VC2(12) | N | The cost type meaningColumn |
| PARENT_ENTITY_ID | NUMBER | N | Parent foreign key for this cost |
| PARENT_ENTITY_NAME | VC2(32) | N | Parent table for this cost |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | N | 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. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |