Method | Description | |
---|---|---|
DICOMSCU ( Entity ae ) : System | ||
GenerateCStoreRequest ( Core toSend, ushort messageId = 1 ) : EvilDICOM.Network.DIMSE.CStoreRequest | ||
GetResponse ( |
||
GetResponse ( EvilDICOM.Network.DIMSE.CMoveRequest cMove, Entity ae ) : IEnumerable |
||
Ping ( Entity ae, int msTimeout = 3000 ) : bool |
Sends a CEcho request to the input entity
|
|
SendCMoveImage ( Entity daemon, CFindImageIOD iod, string toAETite, ushort &msgId ) : EvilDICOM.Network.DIMSE.CMoveResponse |
Emits a CMove operation to an entity which moves an image from the entity to the specified AETitle
|
|
SendCMoveImage ( Entity daemon, string patientId, string sopInstanceUid, string toAETite, ushort &msgId ) : EvilDICOM.Network.DIMSE.CMoveResponse |
Emits a CMove operation to an entity which moves an image from the entity to the specified AETitle
|
|
SendMessage ( EvilDICOM.Network.DIMSE.AbstractDIMSERequest dimse, Entity ae ) : void |
public GenerateCStoreRequest ( Core toSend, ushort messageId = 1 ) : EvilDICOM.Network.DIMSE.CStoreRequest | ||
toSend | Core | |
messageId | ushort | |
return | EvilDICOM.Network.DIMSE.CStoreRequest |
public GetResponse ( |
||
cFind | ||
ae | Entity | |
return | IEnumerable |
public GetResponse ( EvilDICOM.Network.DIMSE.CMoveRequest cMove, Entity ae ) : IEnumerable |
||
cMove | EvilDICOM.Network.DIMSE.CMoveRequest | |
ae | Entity | |
return | IEnumerable |
public Ping ( Entity ae, int msTimeout = 3000 ) : bool | ||
ae | Entity | the entity to send the request |
msTimeout | int | how long to wait in milliseconds before a timeout |
return | bool |
public SendCMoveImage ( Entity daemon, CFindImageIOD iod, string toAETite, ushort &msgId ) : EvilDICOM.Network.DIMSE.CMoveResponse | ||
daemon | Entity | |
iod | CFindImageIOD | |
toAETite | string | the entity title which will receive the image |
msgId | ushort | the message id |
return | EvilDICOM.Network.DIMSE.CMoveResponse |
public SendCMoveImage ( Entity daemon, string patientId, string sopInstanceUid, string toAETite, ushort &msgId ) : EvilDICOM.Network.DIMSE.CMoveResponse | ||
daemon | Entity | |
patientId | string | the patient id of the image |
sopInstanceUid | string | |
toAETite | string | the entity title which will receive the image |
msgId | ushort | the message id |
return | EvilDICOM.Network.DIMSE.CMoveResponse |
public SendMessage ( EvilDICOM.Network.DIMSE.AbstractDIMSERequest dimse, Entity ae ) : void | ||
dimse | EvilDICOM.Network.DIMSE.AbstractDIMSERequest | |
ae | Entity | |
return | void |