| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.association |
Provides classes which enables creation of association requests and response.
|
| cdac.medinfo.sdk.dcm30_04.services.cstore.scp |
Provides class which enables processing of C-Store SCP.
|
| Modifier and Type | Method and Description |
|---|---|
RQPresContext |
DefaultAssociation.getRQPresContext(EnumSOPClassUIDs enumSOPClassUIDs)
Retrieves the RQPresContext which contains provided SOPClassUID as AbstractSyntax.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<RQPresContext> |
DefaultAssociation.getRQPresContextCollection()
This method gets the Presentation Context collection.
|
IPairedCollection<java.lang.Byte,RQPresContext> |
AssociateRQ.getRQPresContextCollection()
Retrieves the collection of RQ Presentation Context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAssociation.addPresContext(RQPresContext objRQPresContext)
Adds the entry for RQPresContext
|
boolean |
RQPresContext.isSubSet(RQPresContext objTempRQPesContext)
This function checks whether the presentation context provided by user is subset of RQ presentation context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAssociation.loadAssociation(ISingleCollection<RQPresContext> objRQPresContextList)
Populates the DefaultAsasociation with default values if default fields have not been initialized.
|
void |
DefaultAssociation.setRQPresContext(ISingleCollection<RQPresContext> objRQPresContext)
Sets the RQ presentation context collection.
|
void |
AssociateRQ.setRQPresContextCollection(IPairedCollection<java.lang.Byte,RQPresContext> objRQPresContextCollection)
Sets the collection of RQ Presentation Context.
|
| Constructor and Description |
|---|
AssociateRQ(IPairedCollection<java.lang.Byte,RQPresContext> objRQPresContextCollection,
java.lang.String strCalledAETitle,
java.lang.String strCallingAETitle)
Instantiates Associate RQ with objRQPresContextCollection.
|
AssociateRQ(IPairedCollection<java.lang.Byte,RQPresContext> objRQPresContextCollection,
java.lang.String calledEntityTitle,
java.lang.String callingEntityTitle,
short protocolversion,
RQUserInfo objRQUserInfo)
Instantiates Associate RQ with parameters given.
|
DefaultAssociation(java.lang.String calledAETitle,
java.lang.String callingAETitle,
short ProcVersion,
java.lang.String strAppContextName,
ISingleCollection<RQPresContext> objRQPresContextCollection,
RQUserInfo objRQUserInfo)
Constructor to initialize object using given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CStoreSCP.setCustomizedAssociation(IPairedCollection<java.lang.String,ISingleCollection<RQPresContext>> objIPairedCollection)
This method is to customize Default association.
|