public class ContentSequenceItem extends Item
ContentSequenceItem.| Modifier and Type | Method and Description |
|---|---|
DocumentContentMacro |
getDocumentContentMacro()
Retrieves the instance of Document Content Macro.
|
DocumentRelationshipMacro |
getDocumentRelationshipMacro()
Retrieves the instance of Document Relationship Macro.
|
int[] |
getReferencedContentItemIdentifier()
Retrieves Referenced Content Item Identifier.
|
java.lang.String |
getRelationshipType()
Retrieves type of relationship between the (enclosing) Source Content Item and the Target Content Item.
|
void |
setReferencedContentItemIdentifier(int[] lArrReferencedContentItemIdentifier)
Sets An ordered set of one or more integers that uniquely identifies the Target Content Item of the relationship.
|
void |
setRelationshipType(EnumRelationshipType enumRelationshipType)
Sets type of relationship between the (enclosing) Source Content Item and the Target Content Item.
|
boolean |
validateForModule()
Validates all the attributes in
ContentSequenceItem that are present in the DataSet. |
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic void setRelationshipType(EnumRelationshipType enumRelationshipType)
enumRelationshipType - Enum value of Relationship Typepublic java.lang.String getRelationshipType()
public DocumentRelationshipMacro getDocumentRelationshipMacro()
public DocumentContentMacro getDocumentContentMacro()
public void setReferencedContentItemIdentifier(int[] lArrReferencedContentItemIdentifier)
lArrReferencedContentItemIdentifier - Long value of Referenced Content Item Identifierpublic int[] getReferencedContentItemIdentifier()
public boolean validateForModule()
throws InvalidItemException
ContentSequenceItem that are present in the DataSet.validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.