| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.baselibs |
It includes implementation of various data types,tag,transfer syntaxes,both implicit and explicit data elements, along with classes that
provide reading writing capability, .
|
| cdac.medinfo.sdk.dcm30_04.commoninterface |
Defines contract for base library and data model.
|
| cdac.medinfo.sdk.dcm30_04.dicommodel.modules |
Defines DICOM specified composite and normalized Information object definitions and
data set.
|
| cdac.medinfo.sdk.dcm30_04.dictionaryreaderwriters |
Provides classes which enables access and modifications of DICOM data
dictionary.
|
| cdac.medinfo.sdk.dcm30_04.services.basicapplicationlevelconfidentialityprofile |
Provides classes for de-identifying and re-identifying a data set according to Basic Application Level Confidentiality Profile.
|
| cdac.medinfo.sdk.dcm30_04.services.dicomnetcommons |
Provides classes and interfaces for dealing with fundamental configuration units,
Enums, Exceptions, Interface and basic constants used in DICOM Network operations.
|
| cdac.medinfo.sdk.dcm30_04.services.dimsecommons |
Provides classes for dealing fundamental service operations.
|
| cdac.medinfo.sdk.dcm30_04.services.displaysystemmanagement.dbhelper |
This package provides classes for implementation of DataBase Connection and processing of queries on DataBase.
|
| cdac.medinfo.sdk.dcm30_04.services.displaysystemmanagement.scu |
This package provides class DisplaySystemManagementSCU which works as service class user
for Display System Management Service Class.
|
| cdac.medinfo.sdk.dcm30_04.services.displaysystemmanagement.sourceimpl |
This package provides classes for default implementation for DataSource implementation for Display System Management Service Class.
|
| cdac.medinfo.sdk.dcm30_04.services.dsp |
Provides classes for digital signing and verification of data set according to Digital Signature Profile.
|
| cdac.medinfo.sdk.dcm30_04.services.hangingprotocol.dbhelper |
This class is used to send Hanging Protocol C-Store Dicom Message to the peer application entity.
|
| cdac.medinfo.sdk.dcm30_04.services.mediacreation.dbhelper |
This package provides classes for implementation of DataBase Connection and processing of queries on DataBase.
|
| cdac.medinfo.sdk.dcm30_04.services.mediacreation.mediacreationscu |
This package provides class for MediaCreationSCU which works as service class user
for Media Creation Management Service Class.
|
| cdac.medinfo.sdk.dcm30_04.services.mediacreation.mediacreationsourceimpl |
This package provides classes for default implementation for DataSource implementation for Media Creation Management Service Class.
|
| cdac.medinfo.sdk.dcm30_04.services.nget.commons |
Provides classes for creation of N-GET request and response.
|
| cdac.medinfo.sdk.dcm30_04.services.nget.scu |
Provides class which enables sending of N-GET request and get the response.
|
| cdac.medinfo.sdk.dcm30_04.services.nservicedb |
Provides DataBase Connection, fired and processing of queries on DataBase.
|
| cdac.medinfo.sdk.dcm30_04.services.print.dbhelper |
This package provides classes for implementation of DataBase Connection and processing of queries on DataBase.
|
| cdac.medinfo.sdk.dcm30_04.services.print.scu |
This package provides classes for Print Management Service Class User
Print SCU works as a SCU for Print Management Service Class.
|
| cdac.medinfo.sdk.dcm30_04.services.rtmachineverificationservice.dbhelper |
This package provides classes for implementation of DataBase Connection and processing of queries on DataBase.
|
| cdac.medinfo.sdk.dcm30_04.services.ups.dbhelper |
This package provides classes for implementation of DataBase Connection and processing of queries on DataBase.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Tag
Tag class comprise group number and element number.It also involes operatins on these tags.
|
| Modifier and Type | Method and Description |
|---|---|
ITag |
HangingProtocolSelectorAttributeContextMacro.getFunctionalGroupPointer()
Retrieves Functional Group Pointer.
|
ITag |
OverrideSequenceItem.getOverrideParameterPointer()
Retrieves Data Element Tag of the attribute which was overridden.
|
ITag |
CorrectedParameterSequenceItem.getParameterPointer()
Retrieves the Data Element Tag of the attribute that was corrected.
|
ITag |
OverrideSequenceItem.getParameterSequencePointer()
Retrieves Data Element Tag of the attribute which was overridden.
|
ITag |
CorrectedParameterSequenceItem.getParameterSequencePointer()
Retrieves the Data Element Tag of the parent sequence
containing the attribute that was corrected.
|
ITag |
SortingOperationsSequenceItem.getSelectorAttribute()
Retrieves Data Element Tag of the attribute which was overridden.
|
ITag |
SelectorAttributeMacro.getSelectorAttribute()
Retrieves SelectorAttribute.
|
ITag |
ImageSetSelectorSequenceItem.getSelectorAttribute()
Retrieves Selector Attribute Tag of the attribute which was overridden.
|
ITag |
FilterOperationsSequenceItem.getSelectorAttribute()
Retrieves Selector Attribute Tag of the attribute which was overridden.
|
ITag |
DataElement.getTag()
Returns the Tag part of the Data Element.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<ITag> |
ReferencedSOPInstanceMACSequenceItem.getDataElementsSigned()
Retrieves a list of Data Elements Signed .
|
ISingleCollection<ITag> |
MACParametersSequenceItem.getDataElementsSigned()
Retrieves a list of Data Element Tags in the order they appear in the Data Set which identify the Data
Elements used in creating the MAC for the Digital Signature.
|
ISingleCollection<ITag> |
DimensionIndexSequenceItem.getDimensionIndexPointer()
Retrieves the Data Element Tag that is used to identify the Attribute connected with the index.
|
ISingleCollection<ITag> |
FailedSOPSequenceItem.getFailureAttributes()
Retrieves the Attributes associated with the Failure Reason
|
ISingleCollection<ITag> |
DimensionIndexSequenceItem.getFunctionalGroupPointer()
Retrieves the Data Element Tag of the Functional Group Sequence that contains
the Attribute that is referenced by the Dimension Index Pointer (0020,9165).
|
ISingleCollection<ITag> |
HangingProtocolSelectorAttributeValueMacro.getSelectorATValue()
Retrieves a list of Selector AT Value.
|
ISingleCollection<ITag> |
SelectorAttributeMacro.getSelectorSequencePointer()
Retrieves a list of SelectorSequencePointer
|
ISingleCollection<ITag> |
HangingProtocolSelectorAttributeContextMacro.getSelectorSequencePointer()
Retrieves a list of Selector Sequence Pointer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSet.removeDataElement(ITag objITag)
This method removes the data element from the data set.
|
void |
HangingProtocolSelectorAttributeContextMacro.setFunctionalGroupPointer(ITag objITag)
Sets the Functional Group Pointer.
|
void |
OverrideSequenceItem.setOverrideParameterPointer(ITag objITag)
Sets the Data Element Tag of the attribute which was overridden.
|
void |
CorrectedParameterSequenceItem.setParameterPointer(ITag objITag)
Sets the Data Element Tag of the attribute that was corrected.
|
void |
OverrideSequenceItem.setParameterSequencePointer(ITag objITag)
Sets the Data Element Tag of the attribute which was overridden.
|
void |
CorrectedParameterSequenceItem.setParameterSequencePointer(ITag objITag)
Sets the Data Element Tag of the parent sequence
containing the attribute that was corrected.
|
void |
SortingOperationsSequenceItem.setSelectorAttribute(ITag objITag)
Sets the Data Element Tag of the attribute which was overridden.
|
void |
SelectorAttributeMacro.setSelectorAttribute(ITag objITag)
Sets the SelectorAttribute.
|
void |
ImageSetSelectorSequenceItem.setSelectorAttribute(ITag objITag)
Sets the Selector Attribute Tag of the attribute which was overridden.
|
void |
FilterOperationsSequenceItem.setSelectorAttribute(ITag objITag)
Sets the Selector Attribute Tag of the attribute which was overridden.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectorAttributeMacro.setDataElementsSigned(ISingleCollection<ITag> objSingleCollection)
Sets a list of Selector Sequence Pointer
|
void |
ReferencedSOPInstanceMACSequenceItem.setDataElementsSigned(ISingleCollection<ITag> objDataElementsSigned)
Sets a list of Data Elements Signed Tags.
|
void |
MACParametersSequenceItem.setDataElementsSigned(ISingleCollection<ITag> objSingleCollection)
Sets a list of Data Element Tags in the order they appear in the Data Set which identify the Data
Elements used in creating the MAC for the Digital Signature.
|
void |
DimensionIndexSequenceItem.setDimensionIndexPointer(ISingleCollection<ITag> objSingleCollection)
Sets the Data Element Tag that is used to identify the Attribute connected with the index.
|
void |
FailedSOPSequenceItem.setFailureAttributes(ISingleCollection<ITag> objSingleCollection)
Sets the Attributes associated with the Failure Reason
|
void |
DimensionIndexSequenceItem.setFunctionalGroupPointer(ISingleCollection<ITag> objSingleCollection)
Sets the Data Element Tag of the Functional Group Sequence that contains
the Attribute that is referenced by the Dimension Index Pointer (0020,9165).
|
void |
HangingProtocolSelectorAttributeValueMacro.setSelectorATValue(ISingleCollection<ITag> objSingleCollection)
Sets a list of Selector AT Value.
|
void |
HangingProtocolSelectorAttributeContextMacro.setSelectorSequencePointer(ISingleCollection<ITag> objSingleCollection)
Sets a list of Selector Sequence Pointer.
|
int |
Item.setValue(IPairedCollection<ITag,IDataElement> objPairedCollection_)
Sets the custom paired collection of tag and DataElement into the Item
|
| Modifier and Type | Method and Description |
|---|---|
ITag |
IDataElement.getTag()
Retrieves the Tag part of the Data Element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDataSet.removeDataElement(ITag objITag)
This method removes the data element from the data set.
|
| Modifier and Type | Method and Description |
|---|---|
int |
IItem.setValue(IPairedCollection<ITag,IDataElement> objPairedCollection)
Sets the value of the item in terms of paired collection of Tag and DataElements
|
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
XRayTomographyAcquisitionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XRayTableModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XRayImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XRayImageIntensifierModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XRayGridModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XRayGenerationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XRayFiltrationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XRayDetectorModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XRayCollimatorModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XRayAcquisitionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XRayAcquisitionDoseModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XRay3DReconstructionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XRay3DImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XRay3DCraniofacialImageContributingSourcesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XRay3DCraniofacialAcquisitionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XRay3DAngiographicImageContributingSourcesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XRay3DAngiographicAcquisitionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XRFPositionerModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XAXRFPresentationStateShutterModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XAXRFPresentationStatePresentationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XAXRFPresentationStateMaskModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XAPositionerModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XAOrXRFSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XAOrXRFMultiframePresentationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
XAOrXRFAcquisitionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
WideFieldOphthalmicPhotographyStereographicProjectionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
WideFieldOphthalmicPhotographyQualityRatingModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
WideFieldOphthalmicPhotography3DCoordinatesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
WholeSlideMicroscopySeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
WholeSlideMicroscopyImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
WaveformModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
WaveformIdentificationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
WaveformAnnotationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
VisualFieldStaticPerimetryTestResultsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
VisualFieldStaticPerimetryTestReliabilityModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
VisualFieldStaticPerimetryTestParametersModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
VisualFieldStaticPerimetryTestMeasurementsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
VisualFieldStaticPerimetryMeasurementsSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
VisualAcuityMeasurementsSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
VisualAcuityMeasurementsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
VisitStatusModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
VisitSchedulingModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
VisitRelationshipModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
VisitIdentificationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
VisitDischargeModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
VisitAdmissionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
VOILUTModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
VLImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
UnifiedProcedureStepScheduledProcedureInformationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
UnifiedProcedureStepRelationshipModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
UnifiedProcedureStepProgressInformationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
UnifiedProcedureStepPerformedProcedureInformationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
UltrasoundFrameofReferenceModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
UVMappingModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
USRegionCalibrationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
USImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
TargetLuminanceCharacteristicsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SynchronizationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SurfaceSegmentationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SurfaceMeshModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SupplementalPaletteColorLookupTableModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SubstanceApprovalModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SubstanceAdministrationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SubstanceAdministrationLogModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SubjectiveRefractionMeasurementsSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SubjectiveRefractionMeasurementsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
StudySchedulingModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
StudyRelationshipModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
StudyReadModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
StudyIdentificationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
StudyContentModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
StudyComponentRelationshipModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
StudyComponentModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
StudyComponentAcquisitionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
StudyClassificationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
StudyAcquisitionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
StructuredDisplayModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
StructuredDisplayImageBoxModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
StructuredDisplayAnnotationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
StructureSetModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
StorageCommitmentModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
StereometricSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
StereometricRelationshipModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SpecimenModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SpecimenIdentificationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SpatialTransformationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SpatialRegistrationSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SpatialRegistrationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SpatialFiducialsSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SpatialFiducialsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SoftcopyVOILUTModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SoftcopyPresentationLUTModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SlideLabelModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SlideCoordinatesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SegmentationSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SegmentationImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ScheduledProcedureStepModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ScanProcedureModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SRDocumentSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SRDocumentGeneralModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SRDocumentContentModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SOPCommonModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SCMultiFrameVectorModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SCMultiFrameImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SCImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
SCEquipmentModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ResultsRelationshipModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ResultsImpressionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ResultsIdentificationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RespiratorySynchronizationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RequestedProcedureModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RealWorldValueMappingSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RealWorldValueMappingModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RawDataModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RadiationDoseModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTTreatmentSummaryRecordModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTTreatmentMachineRecordModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTToleranceTablesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTROIObservationsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTPrescriptionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTPatientSetupModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTIonToleranceTablesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTIonMachineVerificationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTIonBeamsSessionRecordModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTIonBeamsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTGeneralTreatmentRecordModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTGeneralPlanModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTGeneralMachineVerificationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTFractionSchemeModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTDoseROIModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTDoseModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTDVHModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTConventionalMachineVerificationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTBrachySessionRecordModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTBrachyApplicationSetupsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTBeamsSessionRecordModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTBeamsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
RTBeamsDeliveryInstructionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ROIContourModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
QAResultsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ProductCharacteristicsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PrinterModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PrinterConfigurationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PrinterCharacteristicsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PrintRequestModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PrintQueueModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PrintJobModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PresentationStateShutterModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PresentationStateRelationshipModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PresentationStateModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PresentationStateMaskModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PresentationStateIdentificationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PresentationStateBlendingModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PresentationSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PresentationLUTModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PresentationLUTListModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PointCloudModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PerformedProcedureStepRelationshipModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PerformedProcedureStepInformationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PatientSummaryModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PatientStudyModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PatientRelationshipModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PatientOrientationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PatientModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PatientMedicalModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PatientIdentificationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PatientDemographicModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ParametricMapSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ParametricMapImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PaletteColorLookupTableModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PETSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PETMultiGatedAcquisitionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PETIsotopeModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PETImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
PETCurveModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
OverlayPlaneModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
OverlayIdentificationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
OverlayCurveActivationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
OverlayActivationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
OpticalSurfaceScannerSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
OpticalPathModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
OphthalmicTomographySeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
OphthalmicTomographyParametersModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
OphthalmicTomographyImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
OphthalmicTomographyAcquisitionParametersModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
OphthalmicThicknessMapSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
OphthalmicThicknessMapQualityRatingModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
OphthalmicThicknessMapModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
OphthalmicPhotographySeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
OphthalmicPhotographyImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
OphthalmicPhotographyAcquisitionParametersModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
OphthalmicPhotographicParametersModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
OphthalmicPatientClinicalInformationandTestLensParametersModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
OphthalmicAxialMeasurementsSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
OphthalmicAxialMeasurementsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
OcularRegionImagedModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
NMTOMOAcquisitionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
NMReconstructionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
NMPhaseModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
NMOrPETPatientOrientationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
NMMultiGatedAcquisitionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
NMMultiFrameModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
NMIsotopeModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
NMImagePixelModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
NMImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
NMDetectorModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
MultiResolutionNavigationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
MultiFrameOverlayModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
MultiFrameModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
MultiFrameFunctionalGroupsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
MultiFrameDimensionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ModalityLUTModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
MediaCreationManagementModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
MeasuredDoseReferenceRecordModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
MaskModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
MammographySeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
MammographyImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
MRSpectroscopyPulseSequenceModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
MRSpectroscopyModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
MRSpectroscopyDataModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
MRSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
MRPulseSequenceModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
MRImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
LensometryMeasurementsSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
LensometryMeasurementsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
LUTIdentificationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
KeyObjectDocumentSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
KeyObjectDocumentModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
KeratometryMeasurementsSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
KeratometryMeasurementsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
IntravascularOCTSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
IntravascularOCTProcessingParametersModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
IntravascularOCTImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
IntravascularOCTAcquisitionParametersModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
IntravascularImageAcquisitionParametersModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
IntraocularLensCalculationsSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
IntraocularLensCalculationsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
IntraOralSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
IntraOralImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
InterventionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
InterpretationTranscriptionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
InterpretationStateModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
InterpretationRelationshipModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
InterpretationRecordingModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
InterpretationIdentificationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
InterpretationApprovalModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
InstanceAvailabilityNotificationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ImplantTemplateGroupModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ImplantAssemblyTemplateModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ImagingServiceRequestModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ImagePlaneModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ImagePixelModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ImageOverlayBoxListModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ImageHistogramModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ImageEquipmentCoordinateRelationshipModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ImageBoxPixelPresentationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ImageBoxListModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ImageAcquisitionResultsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
IVUSImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ICCProfileModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
HardcopyGrayscaleImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
HardcopyEquipmentModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
HangingProtocolEnvironmentModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
HangingProtocolDisplayModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
HangingProtocolDefinitionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
HCColorImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
GraphicLayerModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
GraphicGroupModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
GraphicAnnotationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
GenericImplantTemplatePlanningLandmarksModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
GenericImplantTemplateMatingFeaturesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
GenericImplantTemplateDescriptionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
GenericImplantTemplate3DModelsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
GenericImplantTemplate2DDrawingsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
GeneralStudyModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
GeneralSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
GeneralQueueModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
GeneralPurposeScheduledProcedureStepRelationshipModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
GeneralPurposeScheduledProcedureStepInformationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
GeneralPurposeResultsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
GeneralPurposePerformedProcedureStepRelationshipModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
GeneralPurposePerformedProcedureStepInformationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
GeneralOphthalmicRefractiveMeasurementsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
GeneralImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
GeneralEquipmentModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
FramePointersModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
FrameOfReferenceModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
FrameExtractionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
FloatingPointImagePixelModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
FilmBoxModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
FileSetIdentificationModule.objSingleCollection
The object of single collection.
|
static ISingleCollection<ITag> |
ExcludedIntervalsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
EnhancedXAOrXRFImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
EnhancedUSSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
EnhancedUSImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
EnhancedSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
EnhancedPaletteColorLookupTableModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
EnhancedPETSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
EnhancedPETIsotopeModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
EnhancedPETImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
EnhancedPETCorrectionsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
EnhancedPETAcquisitionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
EnhancedMammographySeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
EnhancedMammographyImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
EnhancedMRImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
EnhancedGeneralEquipmentModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
EnhancedContrastBolusModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
EnhancedCTImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
EncapsulatedDocumentSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
EncapsulatedDocumentModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
DoubleFloatingPointImagePixelModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
DisplayedAreaModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
DisplaySystemModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
DisplayShutterModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
DirectoryInformationModule.objSingleCollection
The object of single collection.
|
static ISingleCollection<ITag> |
DeviceModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
DeformableSpatialRegistrationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
DXSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
DXPositioningModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
DXImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
DXDetectorModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
DXAnatomyImagedModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
CurveModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
CurveIdentificationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
CornealTopographyMapSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
CornealTopographyMapImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
CornealTopographyMapAnalysisModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ContrastBolusModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
CommonInstanceReferenceModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ColorPaletteDefinitionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ClinicalTrialSubjectModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ClinicalTrialStudyModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ClinicalTrialSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
CineModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
CardiacSynchronizationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
CalculatedDoseReferenceRecordModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
CTSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
CTImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
CRSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
CRImageModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
BulkMotionSynchronizationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
BreastViewModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
BreastTomosynthesisContributingSourcesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
BreastTomosynthesisAcquisitionModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
BitmapDisplayShutterModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
BillingandMaterialManagementCodesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
BasicPrintImageOverlayBoxModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
BasicFilmSessionRelationshipModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
BasicFilmSessionPresentationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
BasicFilmBoxRelationshipModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
BasicFilmBoxPresentationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
BasicAnnotationPresentationModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
AutorefractionMeasurementsSeriesModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
AutorefractionMeasurementsModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
AudioModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
ApprovalModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
AnnotationListModule.objSingleCollection
The obj single collection.
|
static ISingleCollection<ITag> |
AcquisitionContextModule.objSingleCollection
The obj single collection.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<ITag> |
XRayImageModule.getFrameIncrementPointer()
Return value that is Used to specify multiple values for Frame Increment Pointer.
|
ISingleCollection<ITag> |
USImageModule.getFrameIncrementPointer()
Return a collection of Tags that determine the sequential order of the frames.
|
ISingleCollection<ITag> |
SCMultiFrameImageModule.getFrameIncrementPointer()
Retrieves the collections of Frame Increment Pointers.
|
ISingleCollection<ITag> |
NMMultiFrameModule.getFrameIncrementPointer()
Retrieves Data Element Tags of one or more frame index vectors.
|
ISingleCollection<ITag> |
MultiFrameModule.getFrameIncrementPointer()
Retrieves the collections of Frame Increment Pointers.
|
ISingleCollection<ITag> |
XRayTomographyAcquisitionModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
XRayTableModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
XRayImageModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
XRayImageIntensifierModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
XRayGridModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
XRayGenerationModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the
X-Ray Generation Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
XRayFiltrationModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the
XRay Filtration Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
XRayDetectorModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
XRayCollimatorModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the
XRay Collimator Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
XRayAcquisitionModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
XRayAcquisitionDoseModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the
XRay Acquisition Dose Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
XRay3DReconstructionModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
XRFPositionerModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
XAXRFPresentationStateShutterModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
XAXRFPresentationStatePresentationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
XAXRFPresentationStateMaskModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
XAPositionerModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
XAOrXRFMultiframePresentationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
XAOrXRFAcquisitionModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
WaveformModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
WaveformIdentificationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
WaveformAnnotationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
VisualFieldStaticPerimetryTestResultsModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
VisualFieldStaticPerimetryTestReliabilityModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
VisualFieldStaticPerimetryTestParametersModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
VisualFieldStaticPerimetryTestMeasurementsModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
VisualFieldStaticPerimetryMeasurementsSeriesModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
VisualAcuityMeasurementsSeriesModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
VisualAcuityMeasurementsModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
VisitStatusModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
VisitSchedulingModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
VisitRelationshipModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
VisitIdentificationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
VisitDischargeModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
VisitAdmissionModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
VOILUTModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
VLImageModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
UnifiedProcedureStepScheduledProcedureInformationModule.getVectorOfKeys() |
ISingleCollection<ITag> |
UnifiedProcedureStepRelationshipModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
UnifiedProcedureStepProgressInformationModule.getVectorOfKeys() |
ISingleCollection<ITag> |
UnifiedProcedureStepPerformedProcedureInformationModule.getVectorOfKeys() |
ISingleCollection<ITag> |
UltrasoundFrameofReferenceModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
UVMappingModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
USRegionCalibrationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
USImageModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
TargetLuminanceCharacteristicsModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
SynchronizationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
SurfaceSegmentationModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
SurfaceMeshModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
SupplementalPaletteColorLookupTableModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
SubstanceApprovalModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
SubstanceAdministrationModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
SubstanceAdministrationLogModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
SubjectiveRefractionMeasurementsSeriesModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
SubjectiveRefractionMeasurementsModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
StudySchedulingModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
StudyRelationshipModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
StudyReadModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
StudyIdentificationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
StudyContentModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
StudyComponentRelationshipModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
StudyComponentModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
StudyComponentAcquisitionModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
StudyClassificationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
StudyAcquisitionModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
StructuredDisplayModule.getVectorOfKeys()
This method returns the vector containing the list of DataElements belonging to the Spatial
Registration Series Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
StructuredDisplayImageBoxModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
StructuredDisplayAnnotationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
StructureSetModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
StorageCommitmentModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
StereometricSeriesModule.getVectorOfKeys()
This method returns the vector containing the list of DataElements belonging to the Stereometric Series Module
specified by DICOM Standard.
|
ISingleCollection<ITag> |
StereometricRelationshipModule.getVectorOfKeys()
This method returns the vector containing the list of DataElements belonging to the Stereometric Relationship Module
specified by DICOM Standard.
|
ISingleCollection<ITag> |
SpecimenIdentificationModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
SpatialTransformationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
SpatialRegistrationSeriesModule.getVectorOfKeys()
This method returns the vector containing the list of DataElements belonging to the Spatial
Registration Series Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
SpatialRegistrationModule.getVectorOfKeys()
This method returns the vector containing the list of DataElements belonging to the Spatial
Registration Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
SpatialFiducialsSeriesModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
SpatialFiducialsModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
SoftcopyVOILUTModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
SoftcopyPresentationLUTModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
SlideCoordinatesModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the
Slide Coordinates Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
ScheduledProcedureStepModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
ScanProcedureModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
SRDocumentSeriesModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
SRDocumentGeneralModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
SRDocumentContentModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
SOPCommonModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
SCMultiFrameVectorModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
SCMultiFrameImageModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
SCImageModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
SCEquipmentModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
ResultsRelationshipModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
ResultsImpressionModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
ResultsIdentificationModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RespiratorySynchronizationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RequestedProcedureModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RealWorldValueMappingSeriesModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RealWorldValueMappingModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RawDataModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RadiationDoseModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RTTreatmentSummaryRecordModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RTTreatmentMachineRecordModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RTToleranceTablesModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RTSeriesModule.getVectorOfKeys()
Retrieves the vector containing the list of DataElements.
|
ISingleCollection<ITag> |
RTROIObservationsModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RTPrescriptionModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RTPatientSetupModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RTIonMachineVerificationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RTImageModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RTGeneralTreatmentRecordModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RTGeneralPlanModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RTGeneralMachineVerificationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RTFractionSchemeModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RTDoseROIModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
RTDoseModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RTDVHModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
RTConventionalMachineVerificationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RTBrachySessionRecordModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RTBrachyApplicationSetupsModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
RTBeamsSessionRecordModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RTBeamsModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
RTBeamsDeliveryInstructionModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
ROIContourModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
QAResultsModule.getVectorOfKeys() |
ISingleCollection<ITag> |
ProductCharacteristicsModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PrinterModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PrinterConfigurationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PrinterCharacteristicsModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PrintRequestModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PrintQueueModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PrintJobModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PresentationStateShutterModule.getVectorOfKeys()
This method returns the vector containing the list of DataElements belonging to the Spatial
Registration Series Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
PresentationStateRelationshipModule.getVectorOfKeys()
This method returns the vector containing the list of DataElements belonging to the Spatial
Registration Series Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
PresentationStateModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PresentationStateMaskModule.getVectorOfKeys()
This method returns the vector containing the list of DataElements belonging to the Spatial
Registration Series Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
PresentationStateIdentificationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PresentationStateBlendingModule.getVectorOfKeys()
This method returns the vector containing the list of DataElements belonging to the Spatial
Registration Series Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
PresentationSeriesModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PresentationLUTModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
PresentationLUTListModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PointCloudModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PerformedProcedureStepRelationshipModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PerformedProcedureStepInformationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PatientSummaryModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PatientStudyModule.getVectorOfKeys()
This method returns the vector containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
PatientRelationshipModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PatientModule.getVectorOfKeys()
Returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PatientMedicalModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PatientIdentificationModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PatientDemographicModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
ParametricMapSeriesModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
ParametricMapImageModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
PETSeriesModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PETMultiGatedAcquisitionModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PETIsotopeModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PETImageModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
PETCurveModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
OverlayPlaneModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
OverlayIdentificationModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to
Overlay Identification Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
OverlayCurveActivationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
OphthalmicThicknessMapSeriesModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
OphthalmicThicknessMapQualityRatingModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
OphthalmicThicknessMapModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
OphthalmicPhotographySeriesModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
OphthalmicPhotographyImageModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
OphthalmicPhotographyAcquisitionParametersModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
OphthalmicPhotographicParametersModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
OphthalmicPatientClinicalInformationandTestLensParametersModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
OphthalmicAxialMeasurementsSeriesModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
OphthalmicAxialMeasurementsModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
OcularRegionImagedModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
NMTOMOAcquisitionModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
NMReconstructionModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
NMPhaseModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
NMOrPETPatientOrientationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
NMMultiGatedAcquisitionModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
NMMultiFrameModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
NMIsotopeModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
NMImagePixelModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
NMImageModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
NMDetectorModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
MultiFrameOverlayModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
MultiFrameModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
MultiFrameFunctionalGroupsModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
MultiFrameDimensionModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
Module.getVectorOfKeys()
Gets the vector of keys.
|
ISingleCollection<ITag> |
ModalityLUTModule.getVectorOfKeys()
This method returns the collection of tags representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
MediaCreationManagementModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
MeasuredDoseReferenceRecordModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
MaskModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
MammographySeriesModule.getVectorOfKeys()
Returns the custom collection containing the list of DataElements belonging to the Mammographic Series
Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
MammographyImageModule.getVectorOfKeys()
Returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
MRSpectroscopyPulseSequenceModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
MRSpectroscopyModule.getVectorOfKeys()
Returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
MRSpectroscopyDataModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
MRSeriesModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
MRPulseSequenceModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
MRImageModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
LensometryMeasurementsSeriesModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
LensometryMeasurementsModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
LUTIdentificationModule.getVectorOfKeys()
Returns the custom collection containing the list of DataElements belonging to the
LUT Identification Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
KeyObjectDocumentSeriesModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
KeyObjectDocumentModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
KeratometryMeasurementsSeriesModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
KeratometryMeasurementsModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
IntravascularOCTSeriesModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
IntravascularOCTProcessingParametersModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
IntravascularOCTImageModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
IntravascularOCTAcquisitionParametersModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
IntravascularImageAcquisitionParametersModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
IntraocularLensCalculationsSeriesModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
IntraocularLensCalculationsModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
IntraOralSeriesModule.getVectorOfKeys()
Returns the custom collection containing the list of DataElements belonging to the Mammographic Series
Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
IntraOralImageModule.getVectorOfKeys()
Returns the custom collection containing the list of DataElements belonging to the Mammographic Series
Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
InterventionModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
InterpretationTranscriptionModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
InterpretationStateModule.getVectorOfKeys()
This method returns the collection of tags representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
InterpretationRelationshipModule.getVectorOfKeys()
This method returns the collection of tags representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
InterpretationRecordingModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
InterpretationIdentificationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
InstanceAvailabilityNotificationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
ImplantTemplateGroupModule.getVectorOfKeys() |
ISingleCollection<ITag> |
ImplantAssemblyTemplateModule.getVectorOfKeys() |
ISingleCollection<ITag> |
ImagingServiceRequestModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
ImagePlaneModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
ImagePixelModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
ImageOverlayBoxListModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
ImageHistogramModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
ImageBoxPixelPresentationModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the Image Box Pixel Presentation Module.
|
ISingleCollection<ITag> |
ImageBoxListModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
ImageAcquisitionResultsModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
IVUSImageModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
ICCProfileModule.getVectorOfKeys()
This method returns the vector containing the list of DataElements belonging to the Spatial
Registration Series Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
HardcopyGrayscaleImageModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the Hardcopy Grayscale
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
HardcopyEquipmentModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
HangingProtocolEnvironmentModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
HangingProtocolDisplayModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
HangingProtocolDefinitionModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
HCColorImageModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the HCColor
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
GraphicLayerModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
GraphicGroupModule.getVectorOfKeys()
This method returns the vector containing the list of DataElements belonging to the Spatial
Registration Series Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
GraphicAnnotationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
GenericImplantTemplatePlanningLandmarksModule.getVectorOfKeys() |
ISingleCollection<ITag> |
GenericImplantTemplateMatingFeaturesModule.getVectorOfKeys() |
ISingleCollection<ITag> |
GenericImplantTemplateDescriptionModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
GenericImplantTemplate3DModelsModule.getVectorOfKeys() |
ISingleCollection<ITag> |
GenericImplantTemplate2DDrawingsModule.getVectorOfKeys() |
ISingleCollection<ITag> |
GeneralStudyModule.getVectorOfKeys()
This method returns the vector containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
GeneralSeriesModule.getVectorOfKeys()
This method returns the vector containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
GeneralQueueModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
GeneralPurposeScheduledProcedureStepRelationshipModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
GeneralPurposeScheduledProcedureStepInformationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
GeneralPurposeResultsModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
GeneralPurposePerformedProcedureStepRelationshipModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
GeneralPurposePerformedProcedureStepInformationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
GeneralOphthalmicRefractiveMeasurementsModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
GeneralImageModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
GeneralEquipmentModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
FramePointersModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
FrameOfReferenceModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
FrameExtractionModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
FilmBoxModule.getVectorOfKeys()
This method returns the vector of keys representing the Data Elements
that belong to this module.
|
ISingleCollection<ITag> |
FileSetIdentificationModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
ExcludedIntervalsModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
EnhancedUSImageModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
EnhancedSeriesModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
EnhancedPETSeriesModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
EnhancedPETAcquisitionModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
EnhancedMammographyImageModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
EnhancedMRImageModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
EnhancedGeneralEquipmentModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
EnhancedContrastBolusModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
EnhancedCTImageModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
EncapsulatedDocumentSeriesModule.getVectorOfKeys()
Returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
EncapsulatedDocumentModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
DisplayedAreaModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
DisplaySystemModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
DisplayShutterModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
DirectoryInformationModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
DeviceModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
DeformableSpatialRegistrationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
DXSeriesModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
DXPositioningModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
DXImageModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
DXDetectorModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
DXAnatomyImagedModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
CurveModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
CurveIdentificationModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
CornealTopographyMapSeriesModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
CornealTopographyMapImageModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
CornealTopographyMapAnalysisModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
ContrastBolusModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
CommonInstanceReferenceModule.getVectorOfKeys()
This method returns the vector containing the list of DataElements belonging to the Spatial
Registration Series Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
ColorPaletteDefinitionModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
ClinicalTrialSubjectModule.getVectorOfKeys() |
ISingleCollection<ITag> |
ClinicalTrialStudyModule.getVectorOfKeys()
This method returns the vector containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
ClinicalTrialSeriesModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
CineModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
CardiacSynchronizationModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
CalculatedDoseReferenceRecordModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
CTSeriesModule.getVectorOfKeys()
Returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
CTImageModule.getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
ISingleCollection<ITag> |
CRSeriesModule.getVectorOfKeys()
Returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
CRImageModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
BulkMotionSynchronizationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
BreastViewModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
BitmapDisplayShutterModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
BillingandMaterialManagementCodesModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
BasicPrintImageOverlayBoxModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
BasicFilmSessionRelationshipModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
BasicFilmSessionPresentationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
BasicFilmBoxRelationshipModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
BasicFilmBoxPresentationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
BasicAnnotationPresentationModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
AutorefractionMeasurementsSeriesModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
AutorefractionMeasurementsModule.getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
AudioModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
ApprovalModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
ISingleCollection<ITag> |
AnnotationListModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ISingleCollection<ITag> |
AcquisitionContextModule.getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XRayImageModule.setFrameIncrementPointer(ISingleCollection<ITag> objSingleCollection)
Sets value that is Used to specify multiple values for Frame Increment Pointer.
|
void |
USImageModule.setFrameIncrementPointer(ISingleCollection<ITag> objSingleCollection)
Sets value that is Used to specify multiple values for Frame Increment Pointer.
|
void |
SCMultiFrameImageModule.setFrameIncrementPointer(ISingleCollection<ITag> objSingleCollection)
Sets value that is Used to specify multiple values for Frame Increment Pointer.
|
void |
NMMultiFrameModule.setFrameIncrementPointer(ISingleCollection<ITag> objSingleCollection)
Contains the Data Element Tags of one or more frame index vectors.
|
void |
MultiFrameModule.setFrameIncrementPointer(ISingleCollection<ITag> objSingleCollection)
Sets value that is Used to specify multiple values for Frame Increment Pointer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DictionaryReader.isVRValid(ITag objITag,
int iVRType)
Validates if the Value Representation(VR) and the Tag match according to the Data Dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
ITag |
EnumConfidentialityProfileAttributes.getValue()
Returns the Tag value of this Attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicAppLevelConfidentialityProfile.addDummyValues(ITag objITag,
java.lang.Object objValue)
This method adds Dummy values of the Data Elements i.e.
|
| Modifier and Type | Method and Description |
|---|---|
ITag |
ICommandElement.getTag()
The implementation of this method retrieves the Tag part of the Command
Element.
|
| Modifier and Type | Method and Description |
|---|---|
ITag |
CommandElement.getTag()
Retrieves the Tag part of the Command Element.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<ITag> |
DIMSEResponse.getOffendingElement()
Retrieves the status of the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DIMSEResponse.setOffendingElement(ISingleCollection<ITag> objITagCollection)
Sets collection of OffendingElements which does not support Dicom Protocol rules.
|
| Modifier and Type | Method and Description |
|---|---|
IDataSet |
DisplaySystem_DBAgent.retrieveDisplaySystemInstanceInfo(ISingleCollection<ITag> objITagCollection,
java.lang.String strSOPInstanceUID)
Retrieves information for a Display System SOP Instance according to the attributes provided in Dataset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisplaySystemSCU.send(AssociateRQ objAssociateRQ,
EnumCommandField enumCommandField,
java.lang.String strSOPInstanceUID,
IDataSet objIDataSet,
ISingleCollection<ITag> objITagCollection)
Sends the available datasets to the SCP.
|
void |
DisplaySystemSCU.send(java.lang.String strcallingAETitle,
java.lang.String strCalledAETitle,
java.lang.String strSOPInstanceUID,
EnumCommandField enumCommandField,
IDataSet objIDataSet,
ISingleCollection<ITag> objITagCollection)
This method creates association request according to the DataSet collection provided by the user and the Default association.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<ITag> |
NGetDisplaySystemManagement_QueryModel.getTagCollection()
Retrieves Tag Collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DSPSigner.addDigitalSignature(IDataSet objIDataSet,
java.security.interfaces.RSAPrivateKey objRSAPrivateKey,
java.security.cert.Certificate objCerificate,
ISingleCollection<ITag> objDEtoSign,
EnumDigitalSignatureProfile enumDigitalSignatureProfile,
EnumMACAlgorithm enumDicomMACAlgorithm,
short shMACIDNumber,
java.lang.String strDigitalSignatureUID,
java.lang.String strCertifiedTimestampType,
ISingleCollection<byte[]> vectCertifiedTimestamp)
Adds new Digital Signature in specified DataSet.
|
void |
DSPSigner.addDigitalSignature(IDataSet objIDataSet,
java.security.interfaces.RSAPrivateKey objRSAPrivateKey,
java.lang.String certificateFile,
ISingleCollection<ITag> objDEtoSign,
EnumDigitalSignatureProfile enumDigitalSignatureProfile,
EnumMACAlgorithm enumDicomMACAlgorithm,
short shMACIDNumber,
java.lang.String strDigitalSignatureUID,
java.lang.String strCertifiedTimestampType,
ISingleCollection<byte[]> vectCertifiedTimestamp)
Adds new Digital Signature in specified DataSet.
|
| Modifier and Type | Method and Description |
|---|---|
IDataSet |
HangingProtocolDBAgent.retrieveInstanceget(DicomMessage objDicomMessage,
ISingleCollection<ITag> objTagCollection,
java.lang.String strSOPInstanceUID)
This function retrieves all DataSets related to strSOPInstanceUID.
|
| Modifier and Type | Method and Description |
|---|---|
IDataSet |
MediaCreation_DBAgent.retrieveMediaCreationInstanceInfo(ISingleCollection<ITag> objITagCollection,
java.lang.String strSOPInstanceUID)
Retrieves information for a Media Creation SOP Instance according to the attributes provided in Dataset.
|
IDataSet |
MediaCreation_DBAgent.retrieveScheduledInstanceInfo(ISingleCollection<ITag> objITagCollection,
java.lang.String strSOPInstanceUID)
Retrieves information for a scheduled MediaCreationSOPInstance according to the attributes provided in Dataset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaCreationSCU.send(AssociateRQ objAssociateRQ,
EnumCommandField enumCommandField,
java.lang.String strSOPInstanceUID,
EnumActionTypeID enumActionTypeID,
IDataSet objIDataSet,
ISingleCollection<ITag> objITagCollection)
Sends the available datasets to the SCP.
|
void |
MediaCreationSCU.send(java.lang.String strcallingAETitle,
java.lang.String strCalledAETitle,
java.lang.String strSOPInstanceUID,
EnumCommandField enumCommandField,
EnumActionTypeID enumActionTypeID,
IDataSet objIDataSet,
ISingleCollection<ITag> objITagCollection)
This method creates association request according to the DataSet collection provided by the user and the Default association.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<ITag> |
NGetMediaCreationMang_QueryModel.getTagCollection()
get the collection of the Tags
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<ITag> |
NGetRQ.getAttributeIdentifierList()
Retrieves collection of Attribute Tag for each of the n Attributes applicable to the N-GET operation.
|
| Modifier and Type | Method and Description |
|---|---|
static NGetRQ |
NGetRQ.getDefaultRQ(java.lang.String strSOPClassUID,
java.lang.String strReqSOPInstanceUID,
ISingleCollection<ITag> objITagCollection)
This method makes N-Get RQ's according to the given parameters.
|
void |
NGetRQ.setAttributeIdentifierList(ISingleCollection<ITag> objITagCollection)
Sets collection of Attribute Tag for each of the n Attributes applicable to the N-GET operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NGetSCU.send(AssociateRQ objAssociateRQ,
java.lang.String strSOPClasUID,
java.lang.String strSOPInstanceUID,
ISingleCollection<ITag> objITagCollection)
Sends the available datasets to the SCP.
|
void |
NGetSCU.send(java.lang.String strcallingAETitle,
java.lang.String strCalledAETitle,
java.lang.String strSOPClasUID,
java.lang.String strSOPInstanceUID,
ISingleCollection<ITag> objITagCollection)
This method creates association request according to the DataSet collection provided by the user and the Default association.
|
| Modifier and Type | Method and Description |
|---|---|
IDataSet |
NService_DBQuery.retrieveMPPSInstanceInfo(ISingleCollection<ITag> objTagCollection,
java.lang.String strSOPInstanceUID)
Retrieves the information of a given SOP Instance UID and populates the Dataset.
|
IDataSet |
NService_DBAgent.retrieveSOPInstance(ISingleCollection<ITag> objTagCollection,
java.lang.String strSOPInstanceUID)
Retrieves a SOP Instance
|
| Modifier and Type | Method and Description |
|---|---|
IDataSet |
Print_DBAgent.retrieveSOPInstance(EnumSOPClassUIDs enumSOPClassUIDs,
ISingleCollection<ITag> objITagCollection,
java.lang.String strSOPInstanceUID)
This function retrieves all DataSets related to strSOPInstanceUID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrintSCU.send(AssociateRQ objAssociateRQ,
EnumCommandField objEnumCommandField,
EnumSOPClassUIDs enumSOPClassUIDs,
java.lang.String strSOPInstanceUID,
IDataSet objIDataSet,
ISingleCollection<ITag> objITagCollection)
Sends the available datasets to the SCP.
|
void |
PrintSCU.send(java.lang.String strcallingAETitle,
java.lang.String strCalledAETitle,
EnumMetaSOPClassUID enumMetaSOPClassUID,
EnumSOPClassUIDs[] enumOptionalPrintSOPClassUIDs,
EnumCommandField objEnumCommandField,
EnumSOPClassUIDs enumSOPClassUIDs,
java.lang.String strSOPInstanceUID,
IDataSet objIDataSet,
ISingleCollection<ITag> objITagCollection)
This method creates associaition request according to the DataSet collection provided by the user and the Default association.
|
| Modifier and Type | Method and Description |
|---|---|
IDataSet |
RTMachineVerification_DBAgent.checkRTMachineVerificationStatus(ISingleCollection<ITag> objITagCollection,
java.lang.String strSOPInstanceUID)
Checks the RT Machine Verification SOP Instance Status according to the attributes provided in Dataset.
|
IDataSet |
RTMachineVerification_DBAgent.retrieveRTMachineVerificationInstanceInfo(ISingleCollection<ITag> objITagCollection,
java.lang.String strSOPInstanceUID)
Retrieves information for a RT Machine Verification SOP Instance according to the attributes provided in Dataset.
|
| Modifier and Type | Method and Description |
|---|---|
IDataSet |
UPS_DBQuery.retrieveInstanceInfo(ISingleCollection<ITag> objTagCollection,
java.lang.String strSOPInstance)
Retrieves the information of a given SOP Instance UID and populates the Dataset.
|
IDataSet |
UPS_DBQuery.retrieveInstanceInfoForTwo(ISingleCollection<ITag> objTagCollection,
java.lang.String strSOPInstance)
This function gets the Status for N-Event Report Service.
|
IDataSet |
UPSDBAgent.retrieveUPSInstanceInfo(ISingleCollection<ITag> objTagCollection,
java.lang.String strSOPInstance)
Retrieve specified Data set from Database.
|
IDataSet |
UPSDBAgent.retrieveUPSInstanceInfoForThree(ISingleCollection<ITag> objTagCollection,
java.lang.String strSOPInstance)
Retrieve specified Data set from Database.
|
IDataSet |
UPS_DBQuery.retrieveUPSInstanceInfoForThree(ISingleCollection<ITag> objTagCollection,
java.lang.String strSOPInstance)
This function gets the Status for N-Event Report Service.
|
IDataSet |
UPSDBAgent.retrieveUPSInstanceInfoForTwo(ISingleCollection<ITag> objTagCollection,
java.lang.String strSOPInstance)
Retrieve specified Data set from Database.
|