| java.lang.Object | |
| ↳ | com.cbs.ctr3ws.dtos.attachment.WSAttachmentInfoCore |
Known Direct Subclasses
|
description: a class containing core attachment info.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public Long | attachmentID | description: the unique attachment record identifier. | |||||||||
| public WSLookup | attachmentSection | description: the CTR patient section to which the attachment is associated. | |||||||||
| public String | description | description: a description of the attachment. | |||||||||
| public String | nationalID | description: the CTR2 patient ID. | |||||||||
| public Long | ownerID | description: the unique identifier of the CTR object with which the uploaded attachment is associated. | |||||||||
| public Boolean | sideBysideFlag | description: a flag indicating if the attachment info is to be included in the side-by-side report. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| WSAttachmentInfoCore() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Boolean |
isSideBysideFlag()
Gets side-by-side flag value.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
description: the unique attachment record identifier.
required: TRUE-if - required if the request( method: updateAttachment()) is updating an existing attachment information.
required: FALSE-if - not required if the request( method: uploadAttachment()) is uploading an attachment, in which case value can be = 0 or NULL.
see: id field info.
description: the CTR patient section to which the attachment is associated.
required: TRUE
see: LT_USER_COMMENT_SECTION
description: a description of the attachment.
required: TRUE
see: free format text, max L=500
description: the unique identifier of the CTR object with which the uploaded attachment is associated.
required: TRUE-if - required if the attachment user section (field: attachmentSection) is one of the following LT_USER_COMMENT_SECTION:
description: a flag indicating if the attachment info is to be included in the side-by-side report.
Gets side-by-side flag value.