WOUND_THERAPY_TREATMENTS
Description:
This table stores 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 being treated.
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 wound therapy that treated this wound.
4 TREATMENT_START_UTC_DTTM DATETIME (UTC) No
The instant treatment started
5 TREATMENT_END_UTC_DTTM DATETIME (UTC) No
The instant treatment ended
6 USER_ID VARCHAR No
The user who entered 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 the user entered this data
9 EDITED_LINE INTEGER No
The line number for the previously documented value in the audit trail, if this line has been edited. Corresponds to LINE in WOUND_THERAPY_TREAT_AUDIT.