WoundTreatmentApplication
This table stores data about wound therapy treatments that have been applied to a wound.
| Column Name | Type | Description |
|---|---|---|
| WoundTherapyLineDrainAirwayIdentifier | VARCHAR | The wound therapy that treated this wound. |
| IntraConnectOwningCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| SourceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| RecordLineNumber | INTEGER | The line number for the information associated with this record. Multiple pieces of information can be associated with this record. |
| DataEntryInstant | DATETIME | The instant the user entered this data |
| PreviousAuditTrailLineNumber | INTEGER | 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. |