public class AssociateAC extends AssociateRQOrAC
| Constructor and Description |
|---|
AssociateAC() |
| Modifier and Type | Method and Description |
|---|---|
IPairedCollection<java.lang.Byte,ACPresContext> |
getACPresContextCollection()
Retrieves the Collection of AC Presentation Context
|
AssociateACPDU |
getAssociateACPDU()
Initializes the AssociateACPDU
|
EnumPDUType |
getPDUType()
Retrieves the PDU Type.
|
UserInfo |
getUserInfo()
Retrieves the DICOM Application Entity user information
|
void |
setACPresContextCollection(IPairedCollection<java.lang.Byte,ACPresContext> objACPresContextCollection)
Sets the Collection of AC Presentation Context
|
void |
setAssociateACPDU(AssociateACPDU objAssociateACPDU)
Initializes the AssociateAC according to passed AssociateACPDU
|
void |
setUserInfo(UserInfo objUserInfo)
Sets the DICOM Application Entity user information
|
boolean |
validate()
Validates Association ACK primitive for mandatory attributes
|
getAppContextName, getCalledEntityTitle, getCallingEntityTitle, getProtocolversion, setAppContextName, setAssocRQorACPDU, setCalledEntityTitle, setCallingEntityTitle, setProtocolversionpublic EnumPDUType getPDUType()
public IPairedCollection<java.lang.Byte,ACPresContext> getACPresContextCollection()
public void setACPresContextCollection(IPairedCollection<java.lang.Byte,ACPresContext> objACPresContextCollection)
objACPresContextCollection - collection of AC Presentation Contextpublic UserInfo getUserInfo()
public void setUserInfo(UserInfo objUserInfo)
objUserInfo - the user informationpublic void setAssociateACPDU(AssociateACPDU objAssociateACPDU)
objAssociateACPDU - instance of AssociateACPDUpublic AssociateACPDU getAssociateACPDU()
public boolean validate()
throws InvalidAssociationPrimitiveException
validate in interface IDIMSEAssociationvalidate in class AssociateRQOrACInvalidAssociationPrimitiveException - if validation fails