public class FrameofReferenceRelationshipSequenceItem extends Item
FrameofReferenceRelationshipSequence.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFrameofReferenceTransformationComment()
Retrieves Frame of Reference Transformation Comment.
|
java.lang.String[] |
getFrameofReferenceTransformationMatrix()
Retrieves Frame of Reference Transformation Matrix.
|
java.lang.String |
getFrameofReferenceTransformationType()
Retrieves Frame of Reference Transformation Type.
|
java.lang.String |
getRelatedFrameofReferenceUID()
Retrieves Related Frame of Reference UID.
|
void |
setFrameofReferenceTransformationComment(java.lang.String strFrameofReferenceTransformationComment)
Sets Frame of Reference Transformation Comment .Uniquely identifies Frame of Reference Transformation Comment(3006,00C8) in Frame of Reference Relationship Sequence (3006,00C0) in Structure Set Module of RT Structure Set IOD.
|
void |
setFrameofReferenceTransformationMatrix(java.lang.String[] strFrameofReferenceTransformationMatrix)
Sets Frame of Reference Transformation Matrix
|
void |
setFrameofReferenceTransformationType(EnumFrameofReferenceTransformationType enumFrameofReferenceTransformationType)
Sets Type of Frame of Reference Transformation.
|
void |
setRelatedFrameofReferenceUID(java.lang.String strRelatedFrameofReferenceUID)
Sets Related Frame of Reference UID .Uniquely identifies Related Frame of Reference UID(3006,00C2) in Frame of Reference Relationship Sequence (3006,00C0) in Structure Set Module of RT Structure Set IOD.
|
boolean |
validateForModule()
Validates all the attributes in FrameofReferenceRelationshipSequenceItem 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 boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Conditional element fails.public void setRelatedFrameofReferenceUID(java.lang.String strRelatedFrameofReferenceUID)
strRelatedFrameofReferenceUID - String value of Related Frame of Reference UID.public java.lang.String getRelatedFrameofReferenceUID()
public void setFrameofReferenceTransformationType(EnumFrameofReferenceTransformationType enumFrameofReferenceTransformationType)
enumFrameofReferenceTransformationType - Enum value of Type of Frame of Reference Transformation.public java.lang.String getFrameofReferenceTransformationType()
public void setFrameofReferenceTransformationMatrix(java.lang.String[] strFrameofReferenceTransformationMatrix)
strFrameofReferenceTransformationMatrix - String array of Frame of Reference Transformation Matrix.public java.lang.String[] getFrameofReferenceTransformationMatrix()
public void setFrameofReferenceTransformationComment(java.lang.String strFrameofReferenceTransformationComment)
strFrameofReferenceTransformationComment - String value of Frame of Reference Transformation Comment.public java.lang.String getFrameofReferenceTransformationComment()