public class PerformedSeriesSequenceItem extends Item
PerformedSeriesSequence| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArchiveRequested()
Retrieves type of the value encoded in this Item
|
OperatorIdentificationSequence |
getOperatorIdentificationSequence()
Retrieves pre-initialized object of Operator Identification Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence
|
java.lang.String[] |
getOperatorsName()
Return Name(s) of the operator(s) who supporting this Series.
|
PerformingPhysicianIdentificationSequence |
getPerformingPhysicianIdentificationSequence()
Retrieves pre-initialized object of Performing Physician Identification Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence
|
java.lang.String[] |
getPerformingPhysiciansName()
Return Name of the physician(s) administering this Series.
|
java.lang.String |
getProtocolName()
Return User-defined description of the conditions under which the Series was performed.
|
ReferencedImageSequence |
getReferencedImageSequence()
Retrieves pre-initialized object of Referenced Image Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence
|
ReferencedNonImageCompositeSOPInstanceSequence |
getReferencedNonImageCompositeSOPInstanceSequence()
Retrieves pre-initialized object of Referenced Non Image Composite SOP Instance Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence
|
java.lang.String[] |
getRetrieveAETitle()
Return Title of the DICOM Application Entity where the Images and Standalone SOP Instances in
this Series may be retrieved on the network.
|
java.lang.String |
getSeriesDescription()
Return User provided description of the Series
|
SeriesDescriptionCodeSequence |
getSeriesDescriptionCodeSequence()
Retrieves pre-initialized object of Series Description Code Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String |
getSeriesInstanceUID()
Return Unique Identifier of the Series.
|
void |
setArchiveRequested(EnumArchiveRequested enumArchiveRequested)
Sets the ArchiveRequested Defined in Terms of TEXT,NUMERIC,CODE,DATE,TIME,PNAME
|
void |
setOperatorsName(java.lang.String[] arrStrOperatorsName)
Sets Name(s) of the operator(s) who supporting this Series.
|
void |
setPerformingPhysiciansName(java.lang.String[] arrStrPerformingPhysiciansName)
Sets Name of the physician(s) administering this Series.
|
void |
setProtocolName(java.lang.String StrProtocolName)
Sets attribute identifies User-defined description of the conditions under which the Series was performed.
|
void |
setRetrieveAETitle(java.lang.String[] arrStrRetrieveAETitle)
Sets Title of the DICOM Application Entity where the Images and Standalone SOP Instances in
this Series may be retrieved on the network.
|
void |
setSeriesDescription(java.lang.String StrSeriesDescription)
Sets attribute identifies User provided description of the Series
|
void |
setSeriesInstanceUID(java.lang.String StrSeriesInstanceUID)
Sets attribute identifies Unique Identifier of the Series.
|
boolean |
validateForModule()
Validates all the attributes in Presentation LUT 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 setPerformingPhysiciansName(java.lang.String[] arrStrPerformingPhysiciansName)
arrStrPerformingPhysiciansName - String array of Name of the physician(s) administering this Series.public java.lang.String[] getPerformingPhysiciansName()
public PerformingPhysicianIdentificationSequence getPerformingPhysicianIdentificationSequence()
public void setOperatorsName(java.lang.String[] arrStrOperatorsName)
arrStrOperatorsName - String array of Name(s) of the operator(s).public java.lang.String[] getOperatorsName()
public OperatorIdentificationSequence getOperatorIdentificationSequence()
public void setProtocolName(java.lang.String StrProtocolName)
StrProtocolName - String User-defined descriptionpublic java.lang.String getProtocolName()
public void setSeriesInstanceUID(java.lang.String StrSeriesInstanceUID)
StrSeriesInstanceUID - String Unique Identifier.public java.lang.String getSeriesInstanceUID()
public void setSeriesDescription(java.lang.String StrSeriesDescription)
StrSeriesDescription - String User provided descriptionpublic java.lang.String getSeriesDescription()
public SeriesDescriptionCodeSequence getSeriesDescriptionCodeSequence()
public void setRetrieveAETitle(java.lang.String[] arrStrRetrieveAETitle)
arrStrRetrieveAETitle - String array of Title of the DICOM Application Entitypublic java.lang.String[] getRetrieveAETitle()
public void setArchiveRequested(EnumArchiveRequested enumArchiveRequested)
enumArchiveRequested - Specifies type of the value encoded in this Itempublic java.lang.String getArchiveRequested()
public ReferencedImageSequence getReferencedImageSequence()
public ReferencedNonImageCompositeSOPInstanceSequence getReferencedNonImageCompositeSOPInstanceSequence()