public class

WSComment

extends Object
implements Serializable Comparable<T>
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.WSComment

Class Overview

A generic class for attaching comments.

Summary

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

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.