public interface Document extends ContextStructure
Act
to add the characteristics unique to
document management services.
Act
Modifier and Type | Method and Description |
---|---|
CE |
getCompletionCode()
A code depicting the completion status of a report (example, incomplete,
authenticated, legally authenticated).
|
TS |
getCopyTime()
Time a document is released (i.e., copied or sent to a display device)
from a document management system that maintains revision control over
the document.
|
II |
getSetId()
A report identifier that remains constant across all document revisions
that derive from a common original document.
|
CE |
getStorageCode()
A code depicting the storage status (example, active, archived, purged)
of a report.
|
INT |
getVersionNumber()
Version number is an integer starting at '1' and incrementing by 1.
|
void |
setCompletionCode(CE completionCode) |
void |
setCopyTime(TS copyTime) |
void |
setSetId(II setId) |
void |
setStorageCode(CE storageCode) |
void |
setVersionNumber(INT versionNumber) |
getLocalId, setLocalId
addConfidentialityCode, addIBActRelationship, addId, addOBActRelationship, addParticipation, addPriorityCode, addReasonCode, getActivityTime, getAvailabilityTime, getClassCode, getCode, getConfidentialityCode, getDerivationExpr, getEffectiveTime, getIBActRelationships, getIBActRelationships, getId, getIndependentInd, getInterruptibleInd, getLanguageCode, getLevelCode, getMoodCode, getNegationInd, getOBActRelationships, getOBActRelationships, getParticipations, getParticipations, getPriorityCode, getReasonCode, getRepeatNumber, getStatusCode, getText, getTitle, getUncertaintyCode, setActivityTime, setAvailabilityTime, setConfidentialityCode, setDerivationExpr, setEffectiveTime, setIndependentInd, setInterruptibleInd, setLanguageCode, setLevelCode, setNegationInd, setPriorityCode, setReasonCode, setRepeatNumber, setStatusCode, setText, setTitle, setUncertaintyCode
getControlAct, getToken, setToken
createNewVersion, getVersionNum, isCurrentVersion
II getSetId()
Document.setId
, and has the value of
Document.versionNumber
set to equal "1". An addendum is an
appendage to an existing report that contains supplemental information.
The appendage is itself an original report. The parent report being
appended is referenced via an ActRelationship
, with
ActRelationship.typeCode
set to equal "APND" (for
"appends"). The parent report being appended remains in place and its
content and status are unaltered. A replacement report replaces an
existing report. The replacement report uses the same value for
Document.setId
as the parent report being replaced, and
increments the value of Document.versionNumber
by 1. The
state of the parent report being replaced should become "superceded"
explicitly by another message, but is still retained in the system for
historical reference.
void setSetId(II setId) throws HDRRimException
HDRRimException
INT getVersionNumber()
void setVersionNumber(INT versionNumber) throws HDRRimException
HDRRimException
CE getCompletionCode()
void setCompletionCode(CE completionCode) throws HDRRimException
HDRRimException
CE getStorageCode()
void setStorageCode(CE storageCode) throws HDRRimException
HDRRimException
TS getCopyTime()
void setCopyTime(TS copyTime) throws HDRRimException
HDRRimException
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved