A C D G I J M N O P R S T U V W

A

A_Abort - Class in jdcm
The class A_Abort represents a Association Abort.
A_Abort(A_Associate) - Constructor for class jdcm.A_Abort
Constructs a Abort message in association.
A_Abort(A_Abort) - Method in class jdcm.DCMServer
Override this methode to retrieve abort information
A_Associate - Class in jdcm
The A_Associate class represents a connection established between two DICOM application entities.
A_Associate(Socket, String, String, HashMap<String, String[]>, HashMap<String, String>) - Constructor for class jdcm.A_Associate
Construct association for request with presentation contexts and role selection in HashMap.
A_Associate(Socket, String, String, HashMap<String, String[]>) - Constructor for class jdcm.A_Associate
Construct association for request with presentation contexts and role selection in HashMap.
A_Associate(Socket, String, String, String, String) - Constructor for class jdcm.A_Associate
Construct a association for request with abstractSyntaxUID and transferSyntax.
A_Associate(Socket, A_Associate) - Constructor for class jdcm.A_Associate
Construct a association for proxy association.
A_Associate(A_Associate) - Method in class jdcm.DCMServer
Override this methode to retrieve association information
A_Release - Class in jdcm
The A_Release class represents a association release.
A_Release(A_Associate) - Constructor for class jdcm.A_Release
Contructs a release request of this association
A_Release(A_Release) - Method in class jdcm.DCMServer
Override this methode to retrieve release information
addDicomSet(DicomSet) - Method in class jdcm.DicomSequence
Add data set to the DicomSequence
addFragment(byte[]) - Method in class jdcm.DicomSequence
Adds a fragment of pixel data to the sequence.
AET - Static variable in class jdcm.StaticProperties
AETitle (default: JDCM)
APPLICATION_CONTEXT - Static variable in class jdcm.StaticProperties
DICOM Application Context Name
ASSOCIATION_REJECTED - Static variable in class jdcm.A_Associate
 

C

C_Cancel(DimseService) - Method in class jdcm.DCMServer
Override this methode to support DIMSE C-CANCEL requests
C_Echo - Class in jdcm
The C_Echo class represents a C-ECHO DIMSE service.
C_Echo(A_Associate) - Constructor for class jdcm.C_Echo
Constructs a new C-ECHO object for a specified association.
C_Echo(C_Echo) - Method in class jdcm.DCMServer
Override this methode to support DIMSE C-ECHO requests
C_Find - Class in jdcm
The C_Find class represents a C-FIND DIMSE service.
C_Find(A_Associate) - Constructor for class jdcm.C_Find
Constructs a new C-FIND object for a specified association.
C_Find(C_Find) - Method in class jdcm.DCMServer
Override this methode to support DIMSE C-FIND requests
C_Get - Class in jdcm
The C_Get class represents a C-GET DIMSE service.
C_Get(A_Associate) - Constructor for class jdcm.C_Get
Constructs a new C-GET object for a specified association.
C_Get(C_Get) - Method in class jdcm.DCMServer
Override this methode to support DIMSE C-GET requests
C_Move - Class in jdcm
The C_Move class represents a C-MOVE DIMSE service.
C_Move(A_Associate) - Constructor for class jdcm.C_Move
Constructs a new C-MOVE object for a specified association.
C_Move(C_Move) - Method in class jdcm.DCMServer
Override this methode to support DIMSE C-MOVE requests
C_Store - Class in jdcm
The C_Store class represents a C-STORE DIMSE service.
C_Store(A_Associate) - Constructor for class jdcm.C_Store
Constructs a new C-STORE object for a specified association.
C_Store(C_Store) - Method in class jdcm.DCMServer
Override this methode to support DIMSE C-STORE requests
clear() - Method in class jdcm.DicomSet
Removes all of the Data elements from this data set.
close() - Method in class jdcm.A_Associate
Close stream

D

DCMServer - Class in jdcm
When an application acts as an receiver SCP, it waits for incoming TCP/IP connections at a certain port number and devotes a DCMServer thread to every incoming connection.
DCMServer(Socket) - Constructor for class jdcm.DCMServer
 
DicomElement - Class in jdcm
This class encapsulates a DICOM data element.
DicomElement(int, int, String, int) - Constructor for class jdcm.DicomElement
Constructs a Dicom Element with a group, element numbers, Value Representation (VR) and a single int value.
DicomElement(int, int, String, int[]) - Constructor for class jdcm.DicomElement
Constructs a Dicom Element with a group, element numbers, Value Representation (VR) and a mutiple int values.
DicomElement(int, int, String, byte[]) - Constructor for class jdcm.DicomElement
Constructs a Dicom Element with a group, element numbers, Value Representation (VR) and a array byte byte[] value.
DicomElement(int, int, String, String) - Constructor for class jdcm.DicomElement
Constructs a Dicom Element with a group, element numbers, Value Representation (VR) and a String value.
DicomElement(int, int, String, String[]) - Constructor for class jdcm.DicomElement
Constructs a Dicom Element with a group, element numbers, Value Representation (VR) and a multiple String value.
DicomElement(int, int, String, double) - Constructor for class jdcm.DicomElement
Constructs a Dicom Element with a group, element numbers, Value Representation (VR) and a double value.
DicomElement(int, int, String, double[]) - Constructor for class jdcm.DicomElement
Constructs a Dicom Element with a group, element numbers, Value Representation (VR) and a multiple double value.
DicomElement(int, int, String, DicomSequence) - Constructor for class jdcm.DicomElement
Constructs a Dicom Element with a group, element numbers, Value Representation (VR) and a sequence.
DicomFile - Class in jdcm
This class represents a DICOM Media Storage file.
DicomFile(File) - Constructor for class jdcm.DicomFile
Constructs an DicomFile object associated with a specified Dicom file system.
DicomFile(DicomSet) - Constructor for class jdcm.DicomFile
Constructs an DicomFile object, using the provided dicomSet for the data set.
DicomFile(String) - Constructor for class jdcm.DicomFile
Constructs an DicomFile object associated with a specified Dicom file system.
DicomGroup - Class in jdcm
This class encapsulates a group of data elements.
DicomGroup(int) - Constructor for class jdcm.DicomGroup
Constructs an empty group set.
DicomSequence - Class in jdcm
DicomSequence class handle the sequence of data element with Value Representation SQ or pixel Data Element (0x7FE0,0x0010)in encapsulated format.
DicomSequence(byte[]) - Constructor for class jdcm.DicomSequence
Constructs an sequence with single fragment of pixel data Item and an Sequence delimitation Item.
DicomSequence(ArrayList<byte[]>) - Constructor for class jdcm.DicomSequence
Constructs an sequence with an ArrayList of fragment of pixel data Item and an Sequence delimitation Item.
DicomSequence(DicomSet, boolean) - Constructor for class jdcm.DicomSequence
Constructs an sequence with an single Data Set Item.
DicomSequence(ArrayList<DicomSet>, boolean) - Constructor for class jdcm.DicomSequence
Constructs an sequence with an ArrayList of Data Set Items.
dicomSet - Variable in class jdcm.DicomFile
 
DicomSet - Class in jdcm
This class encapsulates a DICOM DIMSE Data Set.
DicomSet() - Constructor for class jdcm.DicomSet
Constructs an empty data set.
DimseService - Class in jdcm
This class encapsulates a DICOM service used by the DIMSE protocol.

G

getAcceptedPresContext() - Method in class jdcm.A_Associate
 
getAcceptedRoleSelection() - Method in class jdcm.A_Associate
 
getActionTypeID() - Method in class jdcm.N_Action
Retrieve the Action Type ID attribute in the command set.
getAffectedSOPClassUID() - Method in class jdcm.DicomFile
Retrieves the affected SOP Class UID contained in this Dicom file object.
getAffectedSOPClassUID() - Method in class jdcm.DimseService
Retrieve the Affected SOP Class UID attribute from the message's command request set.
getAffectedSOPInstanceUID() - Method in class jdcm.C_Store
Retrieve the value of the Affected SOP Instance UID attribute in the message's command set.
getAffectedSOPInstanceUID() - Method in class jdcm.DicomFile
Retrieves the affected SOP instance UID contained in this Dicom file object.
getAffectedSOPInstanceUID() - Method in class jdcm.N_Action
Retrieve the Affected SOP Instance UID in the command set.
getAffectedSOPInstanceUID() - Method in class jdcm.N_Create
Retrieve the value of the Affected SOP Instance UID attribute in the message's command set.
getAffectedSOPInstanceUID() - Method in class jdcm.N_Delete
Retrieve the value of the Affected SOP Instance UID attribute in the message's command set.
getAffectedSOPInstanceUID() - Method in class jdcm.N_Event_Report
Retrieve the value of the Affected SOP Instance UID attribute in the message's command set.
getAffectedSOPInstanceUID() - Method in class jdcm.N_Get
Retrieve the value of the Affected SOP Instance UID attribute in the message's command set.
getAffectedSOPInstanceUID() - Method in class jdcm.N_Set
Retrieve the value of the Affected SOP Instance UID attribute in the message's command set.
getAttributeList() - Method in class jdcm.N_Get
 
getCalledEntity() - Method in class jdcm.A_Associate
Retrieve the called application entity title of this request
getCalledImplementationClassUID() - Method in class jdcm.A_Associate
Retrieve the Implementation Class UID of the called application.
getCalledImplementationVersion() - Method in class jdcm.A_Associate
Retrieve the Implementation Version of the called application.
getCalledMaximunLength() - Method in class jdcm.A_Associate
Retrieve the largest PDU size the local system is willing to receive
getCallingEntity() - Method in class jdcm.A_Associate
Retrieve the called application entity title of this request
getCallingImplementationClassUID() - Method in class jdcm.A_Associate
Retrieve the Implementation Class UID of the called application.
getCallingImplementationVersion() - Method in class jdcm.A_Associate
Retrieve the Implementation Version of the called application.
getCallingMaximunLength() - Method in class jdcm.A_Associate
Retrieve the largest PDU size the local system is willing to receive
getCommandField() - Method in class jdcm.DimseService
Retrieve the DIMSE operation conveyed by this message
getCommandRPS() - Method in class jdcm.DimseService
Retrieves the command response associated with this DIMSE message.
getCommandRQ() - Method in class jdcm.DimseService
Retrieves the command request associated with this DIMSE message.
getCstoreSubOp() - Method in class jdcm.C_Move
Retrieve the destination DICOM Application Entity for which C-STORE sub-operations are being performed.
getDescription(int, int) - Static method in class jdcm.StaticProperties
Retrieve the Data Element description specified by group and element.
getDicomElements() - Method in class jdcm.DicomGroup
Retrieve an iterator of data elements in this data set.
getDicomElements() - Method in class jdcm.DicomSet
Retrieve an iterator of data elements (DicomElement) in this data set.
getDicomGroups() - Method in class jdcm.DicomSet
Retrieve an iterator of data elements (DicomGroup) in this data set.
getDicomSet() - Method in class jdcm.DicomFile
Retrieves the data set contained in this Dicom file object.
getDicomSet(int) - Method in class jdcm.DicomSequence
Retrieve an Data Set in this sequence.
getDicomSet() - Method in class jdcm.DimseService
Retrieves the data set instance associated with this DIMSE message.
getElement() - Method in class jdcm.DicomElement
Retrieve the element number of the dicom element
getElement(int) - Method in class jdcm.DicomGroup
Retrieve an data element in this group set.
getElement(int, int) - Method in class jdcm.DicomSet
Retrieve an data element in this data set.
getEventTypeID() - Method in class jdcm.N_Event_Report
Retrieve the destination DICOM Application Entity for which C-STORE sub-operations are being performed.
getFragment(int) - Method in class jdcm.DicomSequence
Retrieve an fragment of pixel data in this sequence.
getGroup() - Method in class jdcm.DicomElement
Retrieves the group number of the dicom element
getGroup() - Method in class jdcm.DicomGroup
Retrieves the group number of the group set.
getGroup(int) - Method in class jdcm.DicomSet
Retrieve an group in this data set.
getLength(String) - Method in class jdcm.DicomGroup
Retrieve the length of the group set.
getLength(String) - Method in class jdcm.DicomSet
Retrieve the length (size) of this data set
getMessageID() - Method in class jdcm.DimseService
Retrieve the message's ID attribute from the message's command request set.
getMessageIDBeingRespondedTo() - Method in class jdcm.DimseService
Retrieve the MessageIDBeingRespondedTo attribute from the message's command response set.
getMetaFile() - Method in class jdcm.DicomFile
Retrieves the metaFile contained in this Dicom file object.
getMoveOriginatorAETitle() - Method in class jdcm.C_Store
Retrieve the Move Originator attribute in the command set.
getMoveOriginatorMessageID() - Method in class jdcm.C_Store
Retrieve the Move Originator Message ID attribute in the command set.
getPresContextID() - Method in class jdcm.DimseService
Retrieve the presentation context ID in DIMSE messages.
getPresentationContextID(String) - Method in class jdcm.A_Associate
Retrieve the first presentation context ID associate with this SOP Class or Meta Class
getPriority() - Method in class jdcm.DimseService
Retrieve the priority attribute from the message's command request set.
getReason() - Method in class jdcm.A_Abort
Retrieve the reason field
getRequestedSOPClassUID() - Method in class jdcm.N_Action
Retrieve the value of the Requested SOP Class UID attribute from the message's command request set.
getRequestedSOPClassUID() - Method in class jdcm.N_Delete
Retrieve the value of the Requested SOP Class UID attribute in the message's command set.
getRequestedSOPClassUID() - Method in class jdcm.N_Get
Retrieve the value of the Requested SOP Class UID attribute in the message's command set.
getRequestedSOPClassUID() - Method in class jdcm.N_Set
Retrieve the value of the Requested SOP Class UID attribute in the message's command set.
getRequestedSOPInstanceUID() - Method in class jdcm.N_Action
Retrieve the value of the Requested SOP Instance UID attribute in the message's command set.
getRequestedSOPInstanceUID() - Method in class jdcm.N_Delete
Retrieve the value of the Requested SOP Instance UID attribute in the message's command set.
getRequestedSOPInstanceUID() - Method in class jdcm.N_Get
Retrieve the value of the Requested SOP Instance UID attribute in the message's command set.
getRequestedSOPInstanceUID() - Method in class jdcm.N_Set
Retrieve the value of the Requested SOP Instance UID attribute in the message's command set.
getSequence() - Method in class jdcm.DicomElement
Retrieve the sequence for SQ OW and OB dicom elements
getSource() - Method in class jdcm.A_Abort
Retrieve the source abort.
getStatus() - Method in class jdcm.DimseService
Retrieves the status attribute code from the message's command response set.
getSubOpCompletedSuccessfully() - Method in class jdcm.C_Get
Retrieve the number of C-STORE sub-operations associated with this operation which have completed successfully.
getSubOpCompletedSuccessfully() - Method in class jdcm.C_Move
Retrieve the number of C-STORE sub-operations associated with this operation which have completed successfully.
getSubOpFailed() - Method in class jdcm.C_Get
Retrieve the number of failed C-STORE sub-operations for the C-GET request being processed.
getSubOpFailed() - Method in class jdcm.C_Move
Retrieve the number of failed C-STORE sub-operations for the C-GET request being processed.
getSubOpRemaining() - Method in class jdcm.C_Get
Retrieve the number of remaining C-STORE sub-operations yet to be invoked for the operation.
getSubOpRemaining() - Method in class jdcm.C_Move
Retrieve the number of remaining C-STORE sub-operations yet to be invoked for the operation.
getSubOpWarnings() - Method in class jdcm.C_Get
Retrieve the number of C-STORE sub-operations associated with this operation which have generated warning responses.
getSubOpWarnings() - Method in class jdcm.C_Move
Retrieve the number of C-STORE sub-operations associated with this operation which have generated warning responses.
getTransferSyntaxUID() - Method in class jdcm.DicomFile
Retrieves the transfer syntax UID contained in this Dicom file object.
getTransferSyntaxUID() - Method in class jdcm.DimseService
Retrieve the syntax transfer UID in this DIMSE messages.
getUIDDescription(String) - Static method in class jdcm.StaticProperties
Retrieve the UID descritption as defined in the dictionary properties
getValue() - Method in class jdcm.DicomElement
Retrieve the array byte value of the dicom element
getValueAsDouble() - Method in class jdcm.DicomElement
Retrieve the first value of the dicom element as an double.
getValueAsDouble(int) - Method in class jdcm.DicomElement
Retrieve the index value of the dicom element as an double.
getValueAsInt() - Method in class jdcm.DicomElement
Retrieve the first value of the dicom element as an int.
getValueAsInt(int) - Method in class jdcm.DicomElement
Retrieve the index value of the dicom element as an int.
getValueAsString() - Method in class jdcm.DicomElement
Return value as String
getValueAsString(int) - Method in class jdcm.DicomElement
Retrieve the index value of the dicom element as an String.
getVM() - Method in class jdcm.DicomElement
Retrieve the value multiplicity of the dicom element.
getVR() - Method in class jdcm.DicomElement
Retrieves the data element's Value Representation
getVR(int, int) - Static method in class jdcm.StaticProperties
Retrieve the value represenation Data Element specified by group and element.

I

IMPLEMENTATION_CLASS - Static variable in class jdcm.StaticProperties
Implementation Class UID
IMPLEMENTATION_VERSION - Static variable in class jdcm.StaticProperties
Implementation version UID
iterator() - Method in class jdcm.DicomSequence
Retrieve an iterator over Data Sets or Fragments in this Dicom Sequence

J

jdcm - package jdcm
 

M

MAXIMUN_LENGTH - Static variable in class jdcm.StaticProperties
Maximun Length Receive (default: 16384)
metaFile - Variable in class jdcm.DicomFile
 
MetaSOPClass_BasicColorPrintManagement - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.1.18 Basic Color Print Management Meta SOP Class
MetaSOPClass_BasicGrayscalePrintManagement - Static variable in class jdcm.StaticProperties
Basic Grayscale Print Management Meta SOP Class.
MetaSOPClass_DetachedPatientManagement - Static variable in class jdcm.StaticProperties
1.2.840.10008.3.1.2.1.4 Detached Patient Management Meta SOP Class
MetaSOPClass_DetachedResultsManagement - Static variable in class jdcm.StaticProperties
1.2.840.10008.3.1.2.5.4 Detached Results Management Meta SOP Class
MetaSOPClass_DetachedStudyManagement - Static variable in class jdcm.StaticProperties
1.2.840.10008.3.1.2.5.5 Detached Study Management Meta SOP Class
MetaSOPClass_GeneralPurposeWorklistInformationModelFIND - Static variable in class jdcm.StaticProperties
General Purpose Worklist Management Meta SOP Class.
MetaSOPClass_PullStoredPrintManagement - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.1.32 Pull Stored Print Management Meta SOP Class

N

N_Action(N_Action) - Method in class jdcm.DCMServer
Override this methode to support DIMSE N-ACTION requests
N_Action - Class in jdcm
The N_Action class represents a N-ACTION DIMSE service.
N_Action(A_Associate) - Constructor for class jdcm.N_Action
Constructs a new N-Action object for a specified association.
N_Create(N_Create) - Method in class jdcm.DCMServer
Override this methode to support DIMSE N-CREATE requests
N_Create - Class in jdcm
The N_Create class represents a N-CREATE DIMSE service.
N_Create(A_Associate) - Constructor for class jdcm.N_Create
Constructs a new C-Create object for a specified association.
N_Delete(N_Delete) - Method in class jdcm.DCMServer
Override this methode to support DIMSE N-DELETE requests
N_Delete - Class in jdcm
The N_Delete class represents a N-DELETE DIMSE service.
N_Delete(A_Associate) - Constructor for class jdcm.N_Delete
Constructs a new C-Delete object for a specified association.
N_Event_Report(N_Event_Report) - Method in class jdcm.DCMServer
Override this methode to support DIMSE N-EVENT-REPORT requests
N_Event_Report - Class in jdcm
The N_Event_Report class represents a N-EVENT-REPORT DIMSE service.
N_Event_Report(A_Associate) - Constructor for class jdcm.N_Event_Report
Constructs a new C_Event_Report object for a specified association.
N_Get(N_Get) - Method in class jdcm.DCMServer
Override this methode to support DIMSE N-GET requests
N_Get - Class in jdcm
The N_Get class represents a N-GET DIMSE service.
N_Get(A_Associate) - Constructor for class jdcm.N_Get
Constructs a new N_Get object for a specified association.
N_Set(N_Set) - Method in class jdcm.DCMServer
Override this methode to support DIMSE N-SET requests
N_Set - Class in jdcm
The N_Set class represents a N-SET DIMSE service.
N_Set(A_Associate) - Constructor for class jdcm.N_Set
Constructs a new N_Set object for a specified association.

O

ORG_ROOT - Static variable in class jdcm.StaticProperties
This is the organsation root used
out - Static variable in class jdcm.StaticProperties
Print logout to a print-stream (Default: System.out)

P

PRIORITY_HIGH - Static variable in class jdcm.DimseService
 
PRIORITY_LOW - Static variable in class jdcm.DimseService
 
PRIORITY_MEDIUM - Static variable in class jdcm.DimseService
 

R

readRPS() - Method in class jdcm.A_Associate
Read reponse association
readRPS() - Method in class jdcm.A_Release
Receive a release response
readRPS() - Method in class jdcm.C_Echo
Receive a DIMSE C-ECHO-RSP message from the association partner.
readRPS() - Method in class jdcm.C_Find
Receive a DIMSE C-FIND-RSP message from the association partner.
readRPS() - Method in class jdcm.C_Get
Receive a DIMSE C-GET-RSP message from the association partner.
readRPS() - Method in class jdcm.C_Move
Receive a DIMSE C-MOVE-RSP message from the association partner.
readRPS() - Method in class jdcm.C_Store
Receive a DIMSE C-STORE-RSP message from the association partner.
readRPS() - Method in class jdcm.N_Action
Receive a DIMSE N-ACTION-RSP message from the association partner.
readRPS() - Method in class jdcm.N_Create
Receive a DIMSE C-CREATE-RSP message from the association partner.
readRPS() - Method in class jdcm.N_Delete
Receive a DIMSE C-DELETE-RSP message from the association partner.
readRPS() - Method in class jdcm.N_Event_Report
Receive a DIMSE N-EVENT-REPORT-RSP message from the association partner.
readRPS() - Method in class jdcm.N_Get
Receive a DIMSE N-GET-RSP message from the association partner.
readRPS() - Method in class jdcm.N_Set
Receive a DIMSE N-SET-RSP message from the association partner.
readRQ() - Method in class jdcm.A_Abort
Recive a Abort message.
readRQ() - Method in class jdcm.A_Associate
Read incoming association
readRQ() - Method in class jdcm.A_Release
Receive a release message
readRQ() - Method in class jdcm.C_Echo
Receive a DIMSE C-ECHO-RQ message from the association partner.
readRQ() - Method in class jdcm.C_Find
Receive a DIMSE C-FIND-RQ message from the association partner.
readRQ() - Method in class jdcm.C_Get
Receive a DIMSE C-GET-RQ message from the association partner.
readRQ() - Method in class jdcm.C_Move
Receive a DIMSE C-MOVE-RQ message from the association partner.
readRQ() - Method in class jdcm.C_Store
Receive a DIMSE C-STORE-RQ message from the association partner.
readRQ() - Method in class jdcm.N_Action
Receive a DIMSE N-ACTION-RQ message from the association partner.
readRQ() - Method in class jdcm.N_Create
Receive a DIMSE C-CREATE-RQ message from the association partner.
readRQ() - Method in class jdcm.N_Delete
Receive a DIMSE C-DELETE-RQ message from the association partner.
readRQ() - Method in class jdcm.N_Event_Report
Receive a DIMSE N-EVENT-REPORT-RQ message from the association partner.
readRQ() - Method in class jdcm.N_Get
Receive a DIMSE N-GET-RQ message from the association partner.
readRQ() - Method in class jdcm.N_Set
Receive a DIMSE N-SET-RQ message from the association partner.
reject(int, int) - Method in class jdcm.A_Associate
Reject an association request sent by a remote association requester application.
REJECTED_PERMANENT - Static variable in class jdcm.A_Associate
 
REJECTED_TRANSIENT - Static variable in class jdcm.A_Associate
 
removeElement(int, int) - Method in class jdcm.DicomSet
Removes the Data Element specified by his group and element
ROLE_BOTH - Static variable in class jdcm.A_Associate
 
ROLE_SCP - Static variable in class jdcm.A_Associate
 
ROLE_SCU - Static variable in class jdcm.A_Associate
 
run() - Method in class jdcm.DCMServer
 

S

setActionTypeID(int) - Method in class jdcm.N_Action
Sets the Action Type ID attribute in the command set.
setAffectedSOPClassUID(String) - Method in class jdcm.DicomFile
Sets the affected SOP Class UID in this Dicom file object.
setAffectedSOPClassUID(String) - Method in class jdcm.DimseService
Set the Affected SOP Class UID attribute in the message's command request set.
setAffectedSOPInstanceUID(String) - Method in class jdcm.C_Store
Sets the value of the Affected SOP Instance UID attribute in the message's command set.
setAffectedSOPInstanceUID(String) - Method in class jdcm.DicomFile
Sets the affected SOP Instance UID in this Dicom file object.
setAffectedSOPInstanceUID(String) - Method in class jdcm.N_Action
Sets the Affected SOP Instance UID in the command set.
setAffectedSOPInstanceUID(String) - Method in class jdcm.N_Create
Sets the value of the Affected SOP Instance UID attribute in the message's command set.
setAffectedSOPInstanceUID(String) - Method in class jdcm.N_Delete
Sets the value of the Affected SOP Instance UID attribute in the message's command set.
setAffectedSOPInstanceUID(String) - Method in class jdcm.N_Event_Report
Sets the value of the Affected SOP Instance UID attribute in the message's command set.
setAffectedSOPInstanceUID(String) - Method in class jdcm.N_Get
Sets the value of the Requested SOP Instance UID attribute in the message's command set.
setAffectedSOPInstanceUID(String) - Method in class jdcm.N_Set
Sets the value of the Affected SOP Instance UID attribute in the message's command set.
setAssociateConf(String) - Static method in class jdcm.StaticProperties
Set association configuration
setAttributeList(String[]) - Method in class jdcm.N_Get
 
setCalledEntity(String) - Method in class jdcm.A_Associate
Sets the called application entity title of this request.
setCallingEntity(String) - Method in class jdcm.A_Associate
Sets the calling application entity title of this request.
setCstoreSubOp(String) - Method in class jdcm.C_Move
Set the destination DICOM Application Entity for which C-STORE sub-operations are being performed.
setElement(DicomElement) - Method in class jdcm.DicomGroup
Set an data element in this group set.
setElement(DicomElement) - Method in class jdcm.DicomSet
Set an data element in this data set.
setEventTypeID(int) - Method in class jdcm.N_Event_Report
Set the event TypeID.
setGroup(DicomGroup) - Method in class jdcm.DicomSet
Adds an group to this data set.
setLength(String) - Method in class jdcm.DicomGroup
This method will re-calculate the group length with syntax transfer supplied and create an group length attributes
setMessageID(int) - Method in class jdcm.DimseService
Set the message's ID attribute in the message's command request set.
setMessageIDBeingRespondedTo(int) - Method in class jdcm.DimseService
Set the MessageIDBeingRespondedTo attribute in the message's command response set.
setMoveOriginatorAETitle(String) - Method in class jdcm.C_Store
Sets the Move Originator attribute in the command set.
setMoveOriginatorMessageID(int) - Method in class jdcm.C_Store
Sets the Move Originator Message ID attribute in the command set.
setPresContextID(int) - Method in class jdcm.DimseService
Set the presentation context ID in DIMSE messages.
setPriority(int) - Method in class jdcm.DimseService
Set the priority attribute in message's command request set.
setPrivateDictionary(String) - Static method in class jdcm.StaticProperties
Set private dictionary
setReason(int) - Method in class jdcm.A_Abort
Set the reason field.
setRequestedSOPClassUID(String) - Method in class jdcm.N_Action
Sets the value of the Requested SOP Class UID attribute in the message's command request set.
setRequestedSOPClassUID(String) - Method in class jdcm.N_Delete
Sets the value of the Requested SOP Class UID attribute in the message's command set.
setRequestedSOPClassUID(String) - Method in class jdcm.N_Get
Sets the value of the Requested SOP Class UID attribute in the message's command set.
setRequestedSOPClassUID(String) - Method in class jdcm.N_Set
Sets the value of the Requested SOP Class UID attribute in the message's command set.
setRequestedSOPInstanceUID(String) - Method in class jdcm.N_Action
Sets the value of the Requested SOP Instance UID attribute in the message's command set.
setRequestedSOPInstanceUID(String) - Method in class jdcm.N_Delete
Sets the value of the Requested SOP Instance UID attribute in the message's command set.
setRequestedSOPInstanceUID(String) - Method in class jdcm.N_Get
Sets the value of the Requested SOP Instance UID attribute in the message's command set.
setRequestedSOPInstanceUID(String) - Method in class jdcm.N_Set
Sets the value of the Requested SOP Instance UID attribute in the message's command set.
setSource(int) - Method in class jdcm.A_Abort
Set the source field.
setStatus(int) - Method in class jdcm.DimseService
Set the status attribute in message's command response set.
setSubOpCompletedSuccessfully(int) - Method in class jdcm.C_Get
Set the number of C-STORE sub-operations associated with this operation which have completed successfully.
setSubOpCompletedSuccessfully(int) - Method in class jdcm.C_Move
Set the number of C-STORE sub-operations associated with this operation which have completed successfully.
setSubOpFailed(int) - Method in class jdcm.C_Get
Set the number of failed C-STORE sub-operations for the C-GET request being processed.
setSubOpFailed(int) - Method in class jdcm.C_Move
Set the number of failed C-STORE sub-operations for the C-GET request being processed.
setSubOpRemaining(int) - Method in class jdcm.C_Get
Set the number of remaining C-STORE sub-operations yet to be invoked for the operation.
setSubOpRemaining(int) - Method in class jdcm.C_Move
Set the number of remaining C-STORE sub-operations yet to be invoked for the operation.
setSubOpWarnings(int) - Method in class jdcm.C_Get
Set the number of C-STORE sub-operations associated with this operation which have generated warning responses.
setSubOpWarnings(int) - Method in class jdcm.C_Move
Set the number of C-STORE sub-operations associated with this operation which have generated warning responses.
setTransferSyntaxUID(String) - Method in class jdcm.DicomFile
Sets the transfer Syntax UID in this Dicom file object
setTransferSyntaxUID(String) - Method in class jdcm.DimseService
Set the syntax transfer UID in this DIMSE message
size() - Method in class jdcm.DicomSequence
Retrieve the number of items in this sequence.
SOPClass_12leadECGWaveformStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.9.1.1.
SOPClass_AmbulatoryECGWaveformStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.9.1.3 Ambulatory ECG Waveform Storage SOP Class
SOPClass_BasicAnnotationBox - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.1.15 BasicAnnotationBox
SOPClass_BasicColorImageBox - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.1.4.1 Basic Color Image Box SOP Class
SOPClass_BasicFilmBox - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.1.2 Basic Film Box SOP Class
SOPClass_BasicFilmSession - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.1.1 Basic Film Session SOP Class
SOPClass_BasicGrayscaleImageBox - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.1.4 Basic Grayscale Image Box SOP Class
SOPClass_BasicPrintImageOverlayBox - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.1.24.1 Basic Print Image Overlay Box SOP Class
SOPClass_BasicStudyContentNotification - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.9 Basic Study Content Notification SOP Class
SOPClass_BasicTextSR - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.88.11 Basic Text SR SOP Class
SOPClass_BasicVoiceAudioWaveformStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.9.4.1 Basic Voice Audio Waveform Storage SOP Class
SOPClass_BlendingSoftcopyPresentationStateStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.11.4Blending Softcopy Presentation State Storage SOP Class
SOPClass_BreastImagingRelevantPatientInformationQuery - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.37.2 Breast Imaging Relevant Patient Information Query SOP Class
SOPClass_CardiacElectrophysiologyWaveformStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.9.3.1 Cardiac Electrophysiology Waveform Storage SOP Class
SOPClass_CardiacRelevantPatientInformationQuery - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.37.3 Cardiac Relevant Patient Information Query SOP Class
SOPClass_ChestCADSR - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.88.65 Chest CAD SR SOP Class
SOPClass_ColorSoftcopyPresentationStateStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.11.2Color Softcopy Presentation State Storage SOP Class
SOPClass_ComprehensiveSR - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.88.33 Comprehensive SR SOP Class
SOPClass_ComputedRadiographyImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.1 Computed Radiography Image Storage SOP Class
SOPClass_CTImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.2 CT Image Storage SOP Class
SOPClass_DeformableSpatialRegistration - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.66.3 Deformable Spatial Registration SOP Class
SOPClass_DetachedInterpretationManagement - Static variable in class jdcm.StaticProperties
1.2.840.10008.3.1.2.6.1 Detached Interpretation Management SOP Class
SOPClass_DetachedPatientManagement - Static variable in class jdcm.StaticProperties
1.2.840.10008.3.1.2.1.1 Detached Patient Management SOP Class
SOPClass_DetachedResultsManagement - Static variable in class jdcm.StaticProperties
1.2.840.10008.3.1.2.5.1 Detached Results Management SOP Class
SOPClass_DetachedStudyManagement - Static variable in class jdcm.StaticProperties
1.2.840.10008.3.1.2.3.1 Detached Study Management SOP Class
SOPClass_DetachedVisitManagement - Static variable in class jdcm.StaticProperties
1.2.840.10008.3.1.2.2.1 Detached Visit Management SOP Class
SOPClass_DigitalIntraoralXRayImageStorageForPresentation - Static variable in class jdcm.StaticProperties
 
SOPClass_DigitalIntraoralXRayImageStorageForProcessing - Static variable in class jdcm.StaticProperties
 
SOPClass_DigitalMammographyXRayImageStorageForPresentation - Static variable in class jdcm.StaticProperties
 
SOPClass_DigitalMammographyXRayImageStorageForProcessing - Static variable in class jdcm.StaticProperties
 
SOPClass_DigitalXRayImageStorageForPresentation - Static variable in class jdcm.StaticProperties
 
SOPClass_DigitalXRayImageStorageForProcessing - Static variable in class jdcm.StaticProperties
 
SOPClass_EncapsulatedPDFStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.104.1Encapsulated PDF Storage
SOPClass_EnhancedCTImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.2.1 Enhanced CT Image Storage SOP Class
SOPClass_EnhancedMRImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.4.1 Enhanced MR Image Storage SOP Class
SOPClass_EnhancedSR - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.88.22 Enhanced SR SOP Class
SOPClass_EnhancedXAImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.12.1.1Enhanced XA Image Storage
SOPClass_EnhancedXRFImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.12.2.1Enhanced XRF Image Storage
SOPClass_GeneralECGWaveformStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.9.1.2 General ECG Waveform Storage SOP Class
SOPClass_GeneralPurposePerformedProcedureStep - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.32.3 General Purpose Performed Procedure Step SOP Class
SOPClass_GeneralPurposeScheduledProcedureStep - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.32.2 General Purpose Scheduled Procedure Step SOP Class
SOPClass_GeneralPurposeWorklistInformationModelFIND - Static variable in class jdcm.StaticProperties
 
SOPClass_GeneralRelevantPatientInformationQuery - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.37.1 General Relevant Patient Information Query
SOPClass_GrayscaleSoftcopyPresentationStateStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.11.1 Grayscale Softcopy Presentation State Storage SOP Class
SOPClass_HardcopyColorImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.1.30 Hardcopy Color Image Storage SOP Class
SOPClass_HardcopyGrayscaleImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.1.29 Hardcopy Grayscale Image Storage SOP Class
SOPClass_HemodynamicWaveformStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.9.2.1 Hemodynamic Waveform Storage SOP Class
SOPClass_InstanceAvailabilityNotification - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.33 Instance Availability Notification SOP Class
SOPClass_KeyObjectSelectionDocument - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.88.59 Key Object Selection Document SOP Class
SOPClass_MammographyCADSR - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.88.50 Mammography CAD SR SOP Class
SOPClass_MediaCreationManagement - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.1.33 Media Creation Management SOP Class UID
SOPClass_MediaStorageDirectoryStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.3.10 Media Storage Directory Storage SOP Class
SOPClass_ModalityPerformedProcedureStep - Static variable in class jdcm.StaticProperties
1.2.840.10008.3.1.2.3.3 Modality Performed Procedure Step SOP Class
SOPClass_ModalityPerformedProcedureStepNotification - Static variable in class jdcm.StaticProperties
1.2.840.10008.3.1.2.3.5 Modality Performed Procedure Step Notification SOP Class
SOPClass_ModalityPerformedProcedureStepRetrieve - Static variable in class jdcm.StaticProperties
1.2.840.10008.3.1.2.3.4 Modality Performed Procedure Step Retrieve SOP Class
SOPClass_ModalityWorklistInformationModelFIND - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.31 Modality Worklist Infromation Model - FIND SOP Class
SOPClass_MRImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.4 MR Image Storage SOP Class
SOPClass_MRSpectroscopyStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.4.2 MR Spectroscopy Storage SOP Class
SOPClass_MultiframeGrayscaleByteSecondaryCaptureImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.7.2.
SOPClass_MultiframeGrayscaleWordSecondaryCaptureImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.7.3.
SOPClass_MultiframeSingleBitSecondaryCaptureImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.7.1.
SOPClass_MultiframeTrueColorSecondaryCaptureImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.7.4 Multi-frame True Color Secondary Capture Image Storage SOP Class
SOPClass_NuclearMedicineImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.20 Nuclear Medicine Image Storage SOP Class
SOPClass_OphthalmicPhotography16BitImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.77.1.5.2 Ophthalmic Photography 16 Bit Image Storage SOP Class
SOPClass_OphthalmicPhotography8BitImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.77.1.5.1 Ophthalmic Photography 8 Bit Image Storage SOP Class
SOPClass_PatientRootQueryRetrieveInformationModelFIND - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.2.1.1 Patient Root Query/Retrieve Information Model - FIND SOP Class
SOPClass_PatientRootQueryRetrieveInformationModelGET - Static variable in class jdcm.StaticProperties
 
SOPClass_PatientRootQueryRetrieveInformationModelMOVE - Static variable in class jdcm.StaticProperties
Patient Root Query/Retrieve Information Model - MOVE SOP Class 1.2.840.10008.5.1.4.1.2.1.2
SOPClass_PatientStudyOnlyQueryRetrieveInformationModelFIND - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.2.3.1 Patient/Study Only Query/Retrieve Information Model - FIND SOP Class
SOPClass_PatientStudyOnlyQueryRetrieveInformationModelGET - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.2.3.3 Patient/Study Only Query/Retrieve Information Model - GET SOP Class
SOPClass_PatientStudyOnlyQueryRetrieveInformationModelMOVE - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.2.3.2 Patient/Study Only Query/Retrieve Information Model - MOVE SOP Class
SOPClass_PositronEmissionTomographyImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.128 Positron Emission Tomography Image Storage SOP Class
SOPClass_PresentationLUT - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.1.23 PresentationLUT SOP Class
SOPClass_Printer - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.1.16 Printer SOP Class
SOPClass_PrinterConfigurationRetrieval - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.1.16.376 Printer Configuration Retrieval SOP Class
SOPClass_PrintJobSOPClass - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.1.14 Print Job SOP Class
SOPClass_PrintQueueManagement - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.1.26 Print Queue Management SOP Class
SOPClass_ProceduralEventLogging - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.40 Procedural Event Logging SOP Class
SOPClass_ProcedureLogStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.88.40 Procedure Log Storage SOP Class
SOPClass_PseudoColorSoftcopyPresentationStateStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.11.3Pseudo-Color Softcopy Presentation State Storage SOP Class
SOPClass_PullPrintRequest - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.1.31 Pull Print Request SOP Class
SOPClass_RawDataStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.66 Raw Data Storage SOP Class
SOPClass_RealWorldValueMappingStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.67Real World Value Mapping Storage
SOPClass_RTBeamsTreatmentRecordStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.481.4 RT Beams Treatment Record Storage SOP Class
SOPClass_RTBrachyTreatmentRecordStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.481.6 RT Brachy Treatment Record Storage SOP Class
SOPClass_RTDoseStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.481.2 RT Dose Storage SOP Class
SOPClass_RTImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.481.1 RT Image Storage SOP Class
SOPClass_RTIonBeamsTreatmentRecordStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.481.9RT Ion Beams Treatment Record Storage
SOPClass_RTIonPlanStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.481.8RT Ion Plan Storage
SOPClass_RTPlanStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.481.5 RT Plan Storage SOP Class
SOPClass_RTStructureSetStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.481.3 RT Structure Set Storage SOP Class
SOPClass_RTTreatmentSummaryRecordStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.481.7RT Treatment Summary Record Storage SOP Class
SOPClass_SecondaryCaptureImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.7.
SOPClass_SegmentationStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.66.4 Segmentation Storage SOP Class
SOPClass_SpatialFiducialsStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.66.2 Spatial Fiducials Storage SOP Class
SOPClass_SpatialRegistrationStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.66.1 Spatial Registration Storage SOP Class
SOPClass_StandaloneCurveStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.9 Standalone Curve Storage SOP Class
SOPClass_StandaloneModalityLUTStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.10 Standalone Modality LUT Storage SOP Class
SOPClass_StandaloneOverlayStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.8 Standalone Overlay Storage SOP Class
SOPClass_StandalonePETCurveStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.129 Standalone PET Curve Storage SOP Class
SOPClass_StandaloneVOILUTStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.11 Standalone VOI LUT Storage SOP Class
SOPClass_StereometricRelationshipStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.77.1.5.3 Stereometric Relationship Storage SOP Class
SOPClass_StorageCommitmentPushModel - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.20.1 Storage Commitment Push Model SOP Class
SOPClass_StoredPrintStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.1.27 Stored Print Storage SOP Class
SOPClass_StudyComponentManagement - Static variable in class jdcm.StaticProperties
1.2.840.10008.3.1.2.3.2 Study Component Management SOP Class
SOPClass_StudyRootQueryRetrieveInformationModelFIND - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.2.2.1 Study Root Query/Retrieve Information Model - FIND SOP Class
SOPClass_StudyRootQueryRetrieveInformationModelGET - Static variable in class jdcm.StaticProperties
 
SOPClass_StudyRootQueryRetrieveInformationModelMOVE - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.2.2.2.
SOPClass_UltrasoundImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.6.1 Ultrasound Image Storage SOP Class
SOPClass_UltrasoundMultiframeImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.3.1 Ultrasound Multi-frame Image Storage SOP Class
SOPClass_Verification - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.1 Verification SOP Class
SOPClass_VideoEndoscopicImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.77.1.1.1 Video Endoscopic Image Storage SOP Class
SOPClass_VideoMicroscopicImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.77.1.2.1 Video Microscopic Image Storage SOP Class
SOPClass_VideoPhotographicImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.77.1.4.1 Video Photographic Image Storage SOP Class
SOPClass_VLEndoscopicImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.77.1.1 VL Endoscopic Image Storage SOP Class
SOPClass_VLMicroscopicImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.77.1.2 VL Microscopic Image Storage SOP Class
SOPClass_VLPhotographicImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.77.1.4 VL Photographic Image Storage SOP Class
SOPClass_VLSlideCoordinatesMicroscopicImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.77.1.3 VL Slide-Coordinates Microscopic Image Storage SOP Class
SOPClass_VOILUTBox - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.1.22 VOI LUT Box SOP Class
SOPClass_XRayAngiographicImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.12.1 X-Ray Angiographic Image Storage SOP Class
SOPClass_XRayRadiationDoseSR - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.88.67X-Ray Radiation Dose SR
SOPClass_XRayRadiofluoroscopicImageStorage - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.4.1.1.12.2 X-Ray Radiofluoroscopic Image Storage SOP Class
SOPInstance_Printer - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.1.17 Printer SOP Instance: Well-known Printer SOP Instance
SOPInstance_PrinterConfigurationRetrieval - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.1.17.376 Printer Configuration Retrieval SOP Instance: Well-known Printer SOP Instance
SOPInstance_PrintQueue - Static variable in class jdcm.StaticProperties
1.2.840.10008.5.1.1.25 Print Queue SOP Instance: Well-known Print Queue SOP Instance
SOPInstance_ProceduralEventLogging - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.40.1 Procedural Event Logging SOP Instance
SOPInstance_StorageCommitmentPushModel - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.20.1.1 Storage Commitment Push Model SOP Instance
StaticProperties - Class in jdcm
Utility class for getting information about JDCM and for setting/getting global properties.
STATUS_FAILED - Static variable in class jdcm.DimseService
 
STATUS_PENDING - Static variable in class jdcm.DimseService
 
STATUS_SUCCESS - Static variable in class jdcm.DimseService
 

T

toString() - Method in class jdcm.A_Abort
 
toString() - Method in class jdcm.A_Associate
 
toString() - Method in class jdcm.A_Release
 
toString() - Method in class jdcm.C_Echo
 
toString() - Method in class jdcm.C_Find
 
toString() - Method in class jdcm.C_Get
 
toString() - Method in class jdcm.C_Move
 
toString() - Method in class jdcm.C_Store
 
toString() - Method in class jdcm.DicomElement
 
toString() - Method in class jdcm.DicomFile
 
toString() - Method in class jdcm.DicomGroup
 
toString() - Method in class jdcm.DicomSequence
 
toString() - Method in class jdcm.DicomSet
 
toString() - Method in class jdcm.DimseService
 
toString() - Method in class jdcm.N_Action
 
toString() - Method in class jdcm.N_Create
 
toString() - Method in class jdcm.N_Delete
 
toString() - Method in class jdcm.N_Event_Report
 
toString() - Method in class jdcm.N_Get
 
toString() - Method in class jdcm.N_Set
 
TS_BIG_ENDIAN_EXPLICIT - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.2.2 Explicit VR Big Endian
TS_JPEG_2000 - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.2.4.91 JPEG 2000 Image Compression (Irreversible)
TS_JPEG_2000_LOSSLESS - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.2.4.90 JPEG 2000 Image Compression (Reversible)
TS_JPEG_2000_MULTI_COMPONENT - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.2.4.93 JPEG 2000 Part 2 Multi-component Image Compression
TS_JPEG_2000_MULTI_COMPONENT_LOSSLESS - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.2.4.92 JPEG 2000 Part 2 Multi-component Image Compression (Lossless Only)
TS_JPEG_LOSSLESS - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.2.4.70 Lossless, hierar., first-order pred
TS_JPEG_LS_LOSSLESS - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.2.4.80 JPEG-LS Lossless Image Compression
TS_JPEG_LS_LOSSY - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.2.4.81 JPEG-LS Lossy (Near-Lossless) Image Compression
TS_JPEG_PROCESS_1 - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.2.4.50 Baseline(1)
TS_JPEG_PROCESS_14 - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.2.4.57 Lossless, non-hierar (14)
TS_JPEG_PROCESS_2_4 - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.2.4.51 Extended(2,4)
TS_JPIP_REFERENCED - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.2.4.94 JPIP Referenced
TS_JPIP_REFERENCED_DEFLATE - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.2.4.95 JPIP Referenced Deflate
TS_LITTLE_ENDIAN_EXPLICIT - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.2.1 Explicit VR Little Endian
TS_LITTLE_ENDIAN_EXPLICIT_DEFLATED - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.2.1.99 Deflated Explicit VR Little Endian
TS_LITTLE_ENDIAN_IMPLICIT - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.2 Implicit VR Little Endian: Default Transfer Syntax for DICOM
TS_MPEG2 - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.2.4.100 MPEG2 Main Profile @ Main Level
TS_RFC_2557_MIME - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.2.6.1 RFC 2557 MIME encapsulation
TS_RLE_LOSSLESS - Static variable in class jdcm.StaticProperties
1.2.840.10008.1.2.5 Run Length Encoding, Lossless

U

UIDGenerator() - Static method in class jdcm.StaticProperties
Retrieve a new UID

V

VERBOSE - Static variable in class jdcm.StaticProperties
VERBOSE (default: false)

W

write(String) - Method in class jdcm.DicomFile
Write this Dicom file object in file system.
writeCancelRQ() - Method in class jdcm.DimseService
Send a cancel message request.
writeFile(String) - Method in class jdcm.C_Store
Write a DICOM part 10 file.
writeRPS() - Method in class jdcm.A_Associate
Write reponse association
writeRPS() - Method in class jdcm.A_Release
Send a Release response
writeRPS(DicomSet) - Method in class jdcm.C_Echo
Send a DIMSE C-ECHO-RSP message to the association partner.
writeRPS(DicomSet) - Method in class jdcm.C_Find
Send a DIMSE C-FIND-RSP message to the association partner.
writeRPS(DicomSet) - Method in class jdcm.C_Get
Send a DIMSE C-GET-RSP message to the association partner.
writeRPS(DicomSet) - Method in class jdcm.C_Move
Send a DIMSE C-MOVE-RSP message to the association partner.
writeRPS(DicomSet) - Method in class jdcm.C_Store
Send a DIMSE C-STORE-RSP message to the association partner.
writeRPS(DicomSet) - Method in class jdcm.N_Action
Send a DIMSE N-ACTION-RSP message to the association partner.
writeRPS(DicomSet) - Method in class jdcm.N_Create
Send a DIMSE C-CREATE-RSP message to the association partner.
writeRPS(DicomSet) - Method in class jdcm.N_Delete
Send a DIMSE C-DELETE-RSP message to the association partner.
writeRPS(DicomSet) - Method in class jdcm.N_Event_Report
Send a DIMSE N-EVENT-REPORT-RSP message to the association partner.
writeRPS(DicomSet) - Method in class jdcm.N_Get
Send a DIMSE N-GET-RSP message to the association partner.
writeRPS(DicomSet) - Method in class jdcm.N_Set
Send a DIMSE N-SET-RSP message to the association partner.
writeRQ() - Method in class jdcm.A_Abort
Send a Abort message
writeRQ() - Method in class jdcm.A_Associate
Write request association
writeRQ() - Method in class jdcm.A_Release
Send a release request
writeRQ(DicomSet) - Method in class jdcm.C_Echo
Send a DIMSE C-ECHO-RQ message to the association partner.
writeRQ(DicomSet) - Method in class jdcm.C_Find
Send a DIMSE C-FIND-RQ message to the association partner.
writeRQ(DicomSet) - Method in class jdcm.C_Get
Send a DIMSE C-GET-RQ message to the association partner.
writeRQ(DicomSet) - Method in class jdcm.C_Move
Send a DIMSE C-MOVE-RQ message to the association partner.
writeRQ(DicomSet) - Method in class jdcm.C_Store
Send a DIMSE C-STORE-RQ message to the association partner.
writeRQ(DicomSet) - Method in class jdcm.N_Action
Send a DIMSE C-ACTION-RQ message to the association partner.
writeRQ(DicomSet) - Method in class jdcm.N_Create
Send a DIMSE C-CREATE-RQ message to the association partner.
writeRQ(DicomSet) - Method in class jdcm.N_Delete
Send a DIMSE C-DELETE-RQ message to the association partner.
writeRQ(DicomSet) - Method in class jdcm.N_Event_Report
Send a DIMSE N-EVENT-REPORT-RQ message to the association partner.
writeRQ(DicomSet) - Method in class jdcm.N_Get
Send a DIMSE N-GET-RQ message to the association partner.
writeRQ(DicomSet) - Method in class jdcm.N_Set
Send a DIMSE N-SET-RQ message to the association partner.

A C D G I J M N O P R S T U V W