Trispark JDT
2.50.13

com.archimed.dicom.dir
Interface FilesetIdentification


public interface FilesetIdentification

represents the FileSet Identification Module within a DICOMDIR.


Method Summary
 DicomCharset getFilesetDescriptorCharset()
          returns the content of the Specific Character Set of File-set Descriptor file(0004,1142)
 java.lang.String getFilesetDescriptorFileId()
          returns the content of the File-set Descriptor File ID(0004,1141)
 java.lang.String getFilesetId()
          returns the content of the File-set ID field (0004,1130)
 void setFilesetDescriptorCharset(DicomCharset filesetDescriptorCharset)
          updates the content of the Specific Character Set of File-set Descriptor file(0004,1142)
 void setFilesetDescriptorFileId(java.lang.String filesetDescriptorFileId)
          updates the content of the File-set Descriptor File ID(0004,1141)
 void setFilesetId(java.lang.String filesetId)
          updates the content of the File-set ID field (0004,1130)
 

Method Detail

getFilesetId

java.lang.String getFilesetId()
returns the content of the File-set ID field (0004,1130)


getFilesetDescriptorFileId

java.lang.String getFilesetDescriptorFileId()
returns the content of the File-set Descriptor File ID(0004,1141)


getFilesetDescriptorCharset

DicomCharset getFilesetDescriptorCharset()
returns the content of the Specific Character Set of File-set Descriptor file(0004,1142)


setFilesetId

void setFilesetId(java.lang.String filesetId)
updates the content of the File-set ID field (0004,1130)


setFilesetDescriptorFileId

void setFilesetDescriptorFileId(java.lang.String filesetDescriptorFileId)
updates the content of the File-set Descriptor File ID(0004,1141)


setFilesetDescriptorCharset

void setFilesetDescriptorCharset(DicomCharset filesetDescriptorCharset)
updates the content of the Specific Character Set of File-set Descriptor file(0004,1142)


Trispark JDT
2.50.13

Copyright © 1999-2008 Trispark. All Rights Reserved.