Uses of Class
jdcm.DicomGroup

Uses of DicomGroup in jdcm
 

Fields in jdcm declared as DicomGroup
protected  DicomGroup DicomFile.metaFile
           
 

Methods in jdcm that return DicomGroup
 DicomGroup DimseService.getCommandRPS()
          Retrieves the command response associated with this DIMSE message.
 DicomGroup DimseService.getCommandRQ()
          Retrieves the command request associated with this DIMSE message.
 DicomGroup DicomSet.getGroup(int group)
          Retrieve an group in this data set.
 DicomGroup DicomFile.getMetaFile()
          Retrieves the metaFile contained in this Dicom file object.
 

Methods in jdcm that return types with arguments of type DicomGroup
 java.util.Iterator<DicomGroup> DicomSet.getDicomGroups()
          Retrieve an iterator of data elements (DicomGroup) in this data set.
 

Methods in jdcm with parameters of type DicomGroup
 void DicomSet.setGroup(DicomGroup dicomGroup)
          Adds an group to this data set.