WOUND_THERAPY_TREAT_AUDIT
Description:
This table stores audit trail data about wound therapy treatments that have been applied to a wound.

Primary Key
Column Name Ordinal Position
IP_LDA_ID 1
LINE 2

Column Information
Name Type Discontinued?
1 IP_LDA_ID VARCHAR No
The unique identifier for the wound.
2 LINE INTEGER No
The line number for the information associated with this record. Multiple pieces of information can be associated with this record.
3 THERAPY_IP_LDA_ID VARCHAR No
The previously documented wound therapy device that treated this wound.
4 TREATMENT_START_UTC_DTTM DATETIME (UTC) No
The previously documented treatment start instant
5 TREATMENT_END_UTC_DTTM DATETIME (UTC) No
The previously documented treatment end instant
6 USER_ID VARCHAR No
The user who previously documented this data
7 USER_ID_NAME VARCHAR No
The name of the user record. This name may be hidden.
8 ENTRY_UTC_DTTM DATETIME (UTC) No
The instant this data was previously documented at
9 EDITED_LINE INTEGER No
The line number for the value documented before this line was entered, if this was not the first entry. Corresponds to the value of LINE for another row in WOUND_THERAPY_TREAT_AUDIT.