public class NCreateMediaCreationManageAttribute extends Attributes
| Constructor and Description |
|---|
NCreateMediaCreationManageAttribute() |
| Modifier and Type | Method and Description |
|---|---|
void |
fill(IDataSet objIDataSet)
Fills the dataset using already populated Query Model.
|
java.lang.String |
getAllowLossyCompression()
Retrieves A flag indicating if the SCP is allowed to perform lossy compression.
|
java.lang.String |
getAllowMediaSplitting()
Retrieves A flag indicating if the SCP is allowed to split this request over more than one piece of media.
|
java.lang.String |
getBarcodeValue()
Return String that describes the bar code value to be printed on the media label.
|
java.lang.String |
getIncludeDisplayApplication()
Retrieves A flag indicating if the SCP should include on the media a DICOM Instance Display Application.
|
java.lang.String |
getIncludeNonDICOMObjects()
Retrieves A flag indicating if the SCP should include in the media additional Non-DICOM information/objects.
|
java.lang.String |
getLabelStyleSelection()
Return Unformatted free text to include in the label instead of or in addition to information extracted from the instances.
|
java.lang.String |
getLabelText()
Return Unformatted free text to include in the label instead of or in addition to information extracted from the instances.
|
java.lang.String |
getLabelUsingInformationExtractedFromInstances()
Retrieves the Specification whether or not to extract label information from the instances.
|
java.lang.String |
getMediaDisposition()
Return Unstructured text that describes where and to whom the media is to be sent.
|
java.lang.String |
getPreserveCompositeInstancesAfterMediaCreation()
Retrieves A flag indicating if the SCP should include on the media a DICOM Instance Display Application.
|
ReferencedSOPSequence |
getReferencedSOPSequence()
Retrieves pre-initialized object of ReferencedSOPSequence.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[] |
getSpecificCharacterSet() |
java.lang.String |
getStorageMediaFileSetID()
Retrieves The user or implementation specific human readable identifier that identifies a Storage Media on which this SOP Instance resides.
|
java.lang.String |
getStorageMediaFileSetUID()
Retrieves a Unique ID that identifies a Storage Media on which this SOP Instance resides.
|
void |
populate(IDataSet objIDataSet)
Populates the query Model using filled dataset.
|
void |
setAllowLossyCompression(EnumAllowLossyCompression enumAllowLossyCompression)
Sets A flag indicating if the SCP is allowed to perform lossy compression.
|
void |
setAllowMediaSplitting(EnumAllowMediaSplitting enumAllowMediaSplitting)
Sets A flag indicating if the SCP is allowed to split this request over more than one piece of media.
|
void |
setBarcodeSymbology(java.lang.String strBarcodeSymbology)
Sets Code string that describes the bar code symbology that shall be used for printing the Barcode Value.
|
void |
setBarcodeValue(java.lang.String strBarcodeValue)
Sets String that describes the bar code value to be printed on the media label.
|
void |
setIncludeDisplayApplication(EnumIncludeDisplayApplication enumIncludeDisplayApplication)
Sets A flag indicating if the SCP should include on the media a DICOM Instance Display Application.
|
void |
setIncludeNonDICOMObjects(EnumIncludeNonDICOMObjects enumIncludeNonDICOMObjects)
Sets A flag indicating if the SCP should include in the media additional Non-DICOM information/objects.
|
void |
setLabelStyleSelection(java.lang.String strLabelStyleSelection)
Sets Unformatted free text to include in the label instead of or in addition to information extracted from the instances.
|
void |
setLabelText(java.lang.String strLabelText)
Sets Unformatted free text to include in the label instead of or in addition to information extracted from the instances.
|
void |
setLabelUsingInformationExtractedFromInstances(EnumLabelUsingInformationExtractedFromInstances enumLabelUsingInformationExtractedFromInstances)
Sets the Specification whether or not to extract label information from the instances.
|
void |
setMediaDisposition(java.lang.String strMediaDisposition)
Sets Unstructured text that describes where and to whom the media is to be sent.
|
void |
setPreserveCompositeInstancesAfterMediaCreation(EnumPreserveCompositeInstancesAfterMediaCreation enumPreserveCompositeInstancesAfterMediaCreation)
Sets A flag indicating if the SCP should include on the media a DICOM Instance Display Application.
|
void |
setSpecificCharacterSet(java.lang.String[] arrStrSpecificCharacterSet) |
void |
setStorageMediaFileSetID(java.lang.String strStorageMediaFileSetID)
The user or implementation specific human readable identifier that identifies a Storage Media on which this SOP Instance resides.
|
void |
setStorageMediaFileSetUID(java.lang.String strStorageMediaFileSetID)
Uniquely identifies a Storage Media on which this SOP Instance resides.
|
public void setSpecificCharacterSet(java.lang.String[] arrStrSpecificCharacterSet)
public java.lang.String[] getSpecificCharacterSet()
public void setStorageMediaFileSetID(java.lang.String strStorageMediaFileSetID)
strStorageMediaFileSetID - String value of Storage Media File-Set ID.public java.lang.String getStorageMediaFileSetID()
public void setStorageMediaFileSetUID(java.lang.String strStorageMediaFileSetID)
strStorageMediaFileSetID - the string storage media file set idpublic java.lang.String getStorageMediaFileSetUID()
public void setLabelUsingInformationExtractedFromInstances(EnumLabelUsingInformationExtractedFromInstances enumLabelUsingInformationExtractedFromInstances)
enumLabelUsingInformationExtractedFromInstances - Enum value of Specification.public java.lang.String getLabelUsingInformationExtractedFromInstances()
public void setLabelText(java.lang.String strLabelText)
strLabelText - String value of LabelText.public java.lang.String getLabelText()
public void setLabelStyleSelection(java.lang.String strLabelStyleSelection)
strLabelStyleSelection - String value of Unformatted free text.public java.lang.String getLabelStyleSelection()
public void setBarcodeValue(java.lang.String strBarcodeValue)
strBarcodeValue - String Barcode Value.public java.lang.String getBarcodeValue()
public void setBarcodeSymbology(java.lang.String strBarcodeSymbology)
strBarcodeSymbology - String bar code symbology.public void setMediaDisposition(java.lang.String strMediaDisposition)
strMediaDisposition - String value of Unstructured text.public java.lang.String getMediaDisposition()
public void setAllowMediaSplitting(EnumAllowMediaSplitting enumAllowMediaSplitting)
enumAllowMediaSplitting - Enum value of flag.public java.lang.String getAllowMediaSplitting()
public void setAllowLossyCompression(EnumAllowLossyCompression enumAllowLossyCompression)
enumAllowLossyCompression - Enum value of flag.public java.lang.String getAllowLossyCompression()
public void setIncludeNonDICOMObjects(EnumIncludeNonDICOMObjects enumIncludeNonDICOMObjects)
enumIncludeNonDICOMObjects - Enum value of flag.public java.lang.String getIncludeNonDICOMObjects()
public void setIncludeDisplayApplication(EnumIncludeDisplayApplication enumIncludeDisplayApplication)
enumIncludeDisplayApplication - Enum value of flag.public java.lang.String getIncludeDisplayApplication()
public void setPreserveCompositeInstancesAfterMediaCreation(EnumPreserveCompositeInstancesAfterMediaCreation enumPreserveCompositeInstancesAfterMediaCreation)
enumPreserveCompositeInstancesAfterMediaCreation - Enum value of flag.public java.lang.String getPreserveCompositeInstancesAfterMediaCreation()
public ReferencedSOPSequence getReferencedSOPSequence()
public void populate(IDataSet objIDataSet)
populate in class AttributesobjIDataSet - Object of IDataSetpublic void fill(IDataSet objIDataSet)
fill in class AttributesobjIDataSet - Object of IDataSet