public class NCreateIANAttribute extends Attributes
| Constructor and Description |
|---|
NCreateIANAttribute() |
| Modifier and Type | Method and Description |
|---|---|
void |
fill(IDataSet objIDataSet)
Fills the data set using already populated Query Model.
|
java.lang.String |
getAuthorizationEquipmentCertificationNumber()
Retrieves Authorization Equipment Certification Number.
|
CodingSchemeIdentificationSequence |
getCodingSchemeIdentificationSequence()
This method provides the pre-initialized object of Contributing Equipment Sequence.
|
ContributingEquipmentSequence |
getContributingEquipmentSequence()
This method provides the pre-initialized object of Contributing Equipment Sequence.
|
EncryptedAttributesSequence |
getEncryptedAttributesSequence()
This method provides the pre-initialized object of Contributing Equipment Sequence.
|
java.lang.String[] |
getFileSetDEscriptorFileID()
Retrieves ID of a File (in the same File-set) used for user comments related to the File-set .
|
java.lang.String |
getInstanceCreationDate()
Retrieves the Instance Creation Date.
|
java.lang.String |
getInstanceCreationTime()
Retrieves the Instance Creation Time.
|
java.lang.String |
getInstanceCreatorUID()
Retrieves the UID of Instance Creator.
|
java.lang.String |
getInstanceNumber()
Retrieves the Instance Number.
|
java.lang.String |
getOriginalSpecializedSOPClassUID()
Retrieves the Original Specialized SOP Class UID.
|
ReferencedPerformedProcedureStepSequence |
getReferencedPerformedProcedureStepSequence()
Returns provides the pre-initialized object of Referenced Performed Procedure Step 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
|
ReferencedSeriesSequence |
getReferencedSeriesSequence()
Retrieves pre-initialized object of ReferencedSeriesSequence.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[] |
getRelatedGeneralSOPClassUID()
Retrieves the UID of Related General SOP Class.
|
java.lang.String |
getSOPAuthorizationComment()
Retrieves the comment for SOP Authorization.
|
java.lang.String |
getSOPAuthorizationDateandTime()
Retrieves the SOP Authorization Date and Time.
|
java.lang.String |
getSOPClassUID()
Retrieves the UID of SOP Class.
|
java.lang.String |
getSOPInstanceStatus()
Retrieves the status of SOPInstance.
|
java.lang.String |
getSOPInstanceUID()
Retrieves the UID of SOP Instance.
|
java.lang.String[] |
getSpecificCharacterSet()
Retrieves the Specific Character Set.
|
java.lang.String |
getStudyInstanceUID()
Retrieves Unique Study identification that shall be used for the created Composite SOP Instances resulting from this General Purpose Scheduled Procedure Step.
|
java.lang.String |
getTimezoneOffsetFromUTC()
Retrieves the Time zone Offset From UTC.
|
void |
populate(IDataSet objIDataSet)
Populates the query Model using filled data set.
|
void |
setAuthorizationEquipmentCertificationNumber(java.lang.String strAuthorizationEquipmentCertificationNumber)
The method is used to set The certification number issued to the
Application Entity that set the SOP Instance Status.
|
void |
setInstanceCreationDate(java.lang.String strInstanceCreationDate)
The method is used to set Date the SOP Instance was created.
|
void |
setInstanceCreationTime(java.lang.String strInstanceCreationTime)
The method is used to set Time the SOP Instance was created.
|
void |
setInstanceCreatorUID(java.lang.String strInstanceCreatorUID)
The method is used to set Uniquely identifies device which created the SOP Instance.
|
void |
setInstanceNumber(java.lang.String strInstanceNumber)
The method is used to set A number that identifies this Composite object instance.
|
void |
setOriginalSpecializedSOPClassUID(java.lang.String strOriginalSpecializedSOPClassUID)
The method is used to set The SOP Class in which the Instance was originally encoded,
but which has been replaced during a fall-back conversion to the current Related General SOP Class.
|
void |
setRelatedGeneralSOPClassUID(java.lang.String[] arrStrRelatedGeneralSOPClassUID)
This method is used to set Uniquely identifies a Related General SOP Class
for the SOP Class of this Instance.
|
void |
setSOPAuthorizationComment(java.lang.String strSOPAuthorizationComment)
The method is used to set Any comments associated with the setting of the SOP Instance Status
DE based on the transfer syntax and populates the DE with right values.
|
void |
setSOPAuthorizationDateandTime(java.lang.String strSOPAuthorizationDateandTime)
The method is used to set The date and time when the SOP Instance
DE based on the transfer syntax and populates the DE with right values.
|
void |
setSOPClassUID(java.lang.String strSOPClassUID)
The method is used to set Unique identifier the SOP Class.
|
void |
setSOPInstanceStatus(java.lang.String strSOPInstanceStatus)
The method is used to set A flag that indicates the storage status of the SOP Instance.
|
void |
setSOPInstanceUID(java.lang.String strSOPInstanceUID)
The method is used to set Unique identifier the SOP Instance.
|
void |
setSpecificCharacterSet(java.lang.String[] arrStrSpecificCharacterSet)
This method is used to set Character Set that expands or replaces the Basic Graphic Set.
|
void |
setSpecificCharacterSetOfFileSetDEscriptorFile(java.lang.String strSpecificCharacterSetOfFileSetDEscriptorFile)
Sets Specific Character Set of File-set DEscriptor File.
|
void |
setStudyInstanceUID(java.lang.String strStudyInstanceUID)
Sets Unique Study identification that shall be used for the created Composite SOP Instances resulting from this General Purpose Scheduled Procedure Step.
|
void |
setTimezoneOffsetFromUTC(java.lang.String strTimezoneOffsetFromUTC)
The method is used to set Contains the offset from UTC to the
time zone for all DA and TM Attributes present in this SOP Instance.
|
public void setSpecificCharacterSetOfFileSetDEscriptorFile(java.lang.String strSpecificCharacterSetOfFileSetDEscriptorFile)
strSpecificCharacterSetOfFileSetDEscriptorFile - String value of Specific Character Set of File-set DEscriptor File.public java.lang.String[] getFileSetDEscriptorFileID()
public void setSOPClassUID(java.lang.String strSOPClassUID)
strSOPClassUID - the str sop class uidpublic void setSOPInstanceUID(java.lang.String strSOPInstanceUID)
strSOPInstanceUID - Unique identifier the SOP Instance.public void setSpecificCharacterSet(java.lang.String[] arrStrSpecificCharacterSet)
arrStrSpecificCharacterSet - Character Set that expands or replaces the Basic Graphic Set.public void setInstanceCreationDate(java.lang.String strInstanceCreationDate)
strInstanceCreationDate - Date the SOP Instance was created.public void setInstanceCreationTime(java.lang.String strInstanceCreationTime)
strInstanceCreationTime - Time the SOP Instance was created.public void setInstanceCreatorUID(java.lang.String strInstanceCreatorUID)
strInstanceCreatorUID - Uniquely identifies device which created the SOP Instance.public void setRelatedGeneralSOPClassUID(java.lang.String[] arrStrRelatedGeneralSOPClassUID)
arrStrRelatedGeneralSOPClassUID - Uniquely identifies a Related General SOP Class
for the SOP Class of this Instance.public void setOriginalSpecializedSOPClassUID(java.lang.String strOriginalSpecializedSOPClassUID)
strOriginalSpecializedSOPClassUID - Unique identifier of Original Specialized SOP Class.public void setTimezoneOffsetFromUTC(java.lang.String strTimezoneOffsetFromUTC)
strTimezoneOffsetFromUTC - Contains the offset from UTC to the time zone for all DA and TM Attributes present in this SOP Instance.public void setInstanceNumber(java.lang.String strInstanceNumber)
strInstanceNumber - A number that identifies this Composite object instance.public void setSOPInstanceStatus(java.lang.String strSOPInstanceStatus)
strSOPInstanceStatus - A flag that indicates the storage status of the SOP Instance.public void setSOPAuthorizationDateandTime(java.lang.String strSOPAuthorizationDateandTime)
strSOPAuthorizationDateandTime - The date and time when the SOP Instancepublic void setSOPAuthorizationComment(java.lang.String strSOPAuthorizationComment)
strSOPAuthorizationComment - Any comments associated with the setting of the SOP Instance Statuspublic void setAuthorizationEquipmentCertificationNumber(java.lang.String strAuthorizationEquipmentCertificationNumber)
strAuthorizationEquipmentCertificationNumber - The certification number issued to the
Application Entity that set the SOP Instance Status.public java.lang.String getSOPClassUID()
public java.lang.String getSOPInstanceUID()
public java.lang.String[] getSpecificCharacterSet()
public java.lang.String getInstanceCreationDate()
public java.lang.String getInstanceCreationTime()
public java.lang.String getInstanceCreatorUID()
public java.lang.String[] getRelatedGeneralSOPClassUID()
public java.lang.String getOriginalSpecializedSOPClassUID()
public java.lang.String getTimezoneOffsetFromUTC()
public ContributingEquipmentSequence getContributingEquipmentSequence()
public CodingSchemeIdentificationSequence getCodingSchemeIdentificationSequence()
public EncryptedAttributesSequence getEncryptedAttributesSequence()
public java.lang.String getInstanceNumber()
public java.lang.String getSOPInstanceStatus()
public java.lang.String getSOPAuthorizationDateandTime()
public java.lang.String getSOPAuthorizationComment()
public java.lang.String getAuthorizationEquipmentCertificationNumber()
public ReferencedPerformedProcedureStepSequence getReferencedPerformedProcedureStepSequence()
public void setStudyInstanceUID(java.lang.String strStudyInstanceUID)
strStudyInstanceUID - Unique identifier for the Study.public java.lang.String getStudyInstanceUID()
public ReferencedSeriesSequence getReferencedSeriesSequence()
public void populate(IDataSet objIDataSet)
populate in class AttributesobjIDataSet - Object of IDataSetpublic void fill(IDataSet objIDataSet)
fill in class AttributesobjIDataSet - Object of IDataSet