public class ComponentAssemblySequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
short |
getComponent1ReferencedID()
Retrieves Component 1 Referenced ID
|
short |
getComponent1ReferencedMatingFeatureID()
Retrieves Component 1 Referenced Mating Feature ID
|
short |
getComponent1ReferencedMatingFeatureSetID()
Retrieves Component 1 Referenced Mating Feature Set ID
|
short |
getComponent2ReferencedID()
Retrieves Component 2 Referenced ID
|
short |
getComponent2ReferencedMatingFeatureID()
Retrieves Component 2 Referenced Mating Feature ID
|
short |
getComponent2ReferencedMatingFeatureSetID()
Retrieves Component 2 Referenced Mating Feature Set ID
|
void |
setComponent1ReferencedID(short shComponent1ReferencedID)
Sets Component 1 Referenced ID
|
void |
setComponent1ReferencedMatingFeatureID(short shComponent1ReferencedMatingFeatureID)
Sets Component 1 Referenced Mating Feature ID
|
void |
setComponent1ReferencedMatingFeatureSetID(short shComponent1ReferencedMatingFeatureSetID)
Sets Component 1 Referenced Mating Feature Set ID
|
void |
setComponent2ReferencedID(short shComponent2ReferencedID)
Sets Component 2 Referenced ID
|
void |
setComponent2ReferencedMatingFeatureID(short shComponent2ReferencedMatingFeatureID)
Sets Component 2 Referenced Mating Feature ID
|
void |
setComponent2ReferencedMatingFeatureSetID(short shComponent2ReferencedMatingFeatureSetID)
Sets Component 2 Referenced Mating Feature Set ID
|
boolean |
validateForModule()
Validates all the attributes in Component Assembly Sequence Item 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 Mandatory or Conditional element fails.public void setComponent1ReferencedID(short shComponent1ReferencedID)
shComponent1ReferencedID - short value of Component 1 Referenced IDpublic short getComponent1ReferencedID()
public void setComponent1ReferencedMatingFeatureSetID(short shComponent1ReferencedMatingFeatureSetID)
shComponent1ReferencedMatingFeatureSetID - short value of Component 1 Referenced Mating Feature Set IDpublic short getComponent1ReferencedMatingFeatureSetID()
public void setComponent1ReferencedMatingFeatureID(short shComponent1ReferencedMatingFeatureID)
shComponent1ReferencedMatingFeatureID - short value of Component 1 Referenced Mating Feature IDpublic short getComponent1ReferencedMatingFeatureID()
public void setComponent2ReferencedID(short shComponent2ReferencedID)
shComponent2ReferencedID - short value of Component 2 Referenced IDpublic short getComponent2ReferencedID()
public void setComponent2ReferencedMatingFeatureSetID(short shComponent2ReferencedMatingFeatureSetID)
shComponent2ReferencedMatingFeatureSetID - short value of Component 2 Referenced Mating Feature Set IDpublic short getComponent2ReferencedMatingFeatureSetID()
public void setComponent2ReferencedMatingFeatureID(short shComponent2ReferencedMatingFeatureID)
shComponent2ReferencedMatingFeatureID - short value of Component 2 Referenced Mating Feature IDpublic short getComponent2ReferencedMatingFeatureID()