| java.lang.Object | |
| ↳ | com.cbs.ctr3ws.dtos.WSComment |
A generic class for attaching comments.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public String | comment | description: the comment text. | |||||||||
| public Date | commentCreatedDate | description: the date the comment was entered into the CTR system (not the date the comment was made). | |||||||||
| public Long | commentSectionId | description: the unique identifier of the patient section the comment is associated with, see: LT_USER_COMMENT_SECTION | |||||||||
| public Long | id | description: the unique comment record identifier, see: id field info | |||||||||
| public Boolean | sideBySideFlag | description: a flag indicating if the comment is to be included in the side-by-side report. | |||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
description: the comment text.
description: the date the comment was entered into the CTR system (not the date the comment was made).
description: the unique identifier of the patient section the comment is associated with, see: LT_USER_COMMENT_SECTION
description: a flag indicating if the comment is to be included in the side-by-side report.