#include <sdicom-net.h>
|
int | respondDIMSE (ssocket_t &, Data_PDU::accumset_t &, DICOM_PDU_TYPE presid, DIMSE_RSP) |
|
void | handleCStore (const Associate_PDU &association, Data_PDU::accumset_t &, DIMSE_CMD_TYPE msgid) |
|
virtual bool | handleAcceptedPDU (const Associate_PDU &, const SDICOM_Generic_PDU &, ssocket_t &, Associate_PDU &, Data_PDU::accumset_t &, Data_PDU::accumset_t &) |
|
void | handleConnection (ssocket_t &) |
|
void | termAssociation (ssocket_t &, DICOM_PDU_TYPE val=ASSOCS_PDU) |
|
bool | validateAssociation (const Associate_PDU &) |
|
◆ DIMSE_CMD
Enumerator |
---|
DCM_UNKNOWN_CMD | |
DCM_CSTORE | |
DCM_FIND | |
DCM_MOVE | |
DCM_ECHO | |
◆ DIMSE_LEV
Enumerator |
---|
DCM_PATIENT | |
DCM_STUDY | |
DCM_SERIES | |
DCM_INSTANCE | |
◆ DIMSE_RSP
Enumerator |
---|
DCM_SUCCESS | |
DCM_CANCEL | |
DCM_ERROR | |
◆ SDICOM_Server()
SDICOM_Server::SDICOM_Server |
( |
| ) |
|
◆ ~SDICOM_Server()
SDICOM_Server::~SDICOM_Server |
( |
| ) |
|
|
virtual |
◆ aetitle()
std::string SDICOM_Server::aetitle |
( |
| ) |
const |
◆ decodeDIMSECMD()
◆ diskStoreMode()
bool SDICOM_Server::diskStoreMode |
( |
| ) |
const |
◆ encodeDIMSECMD()
◆ extractDIMSEMessage()
DCMTag SDICOM_Server::extractDIMSEMessage |
( |
std::string & |
msgstr | ) |
|
|
static |
◆ genMessageID()
short unsigned int SDICOM_Server::genMessageID |
( |
| ) |
|
|
staticprotected |
◆ handleAcceptedPDU()
◆ handleConnection()
void SDICOM_Server::handleConnection |
( |
ssocket_t & |
source | ) |
|
|
protectedvirtual |
◆ handleCStore()
◆ readPDU()
◆ respondDIMSE()
◆ restrictedMode()
bool SDICOM_Server::restrictedMode |
( |
| ) |
const |
◆ sendPDU()
◆ setAETitle()
void SDICOM_Server::setAETitle |
( |
const std::string & |
nae | ) |
|
◆ setDiskStoreMode()
void SDICOM_Server::setDiskStoreMode |
( |
bool |
nds | ) |
|
◆ setReceptionCallback()
void SDICOM_Server::setReceptionCallback |
( |
std::function< void(SDICOM *)> |
| ) |
|
◆ setRestrictedMode()
void SDICOM_Server::setRestrictedMode |
( |
bool |
nres | ) |
|
◆ setTargetStoreDirectory()
void SDICOM_Server::setTargetStoreDirectory |
( |
const std::string & |
ndir | ) |
|
◆ targetStoreDirectory()
std::string SDICOM_Server::targetStoreDirectory |
( |
| ) |
const |
◆ termAssociation()
void SDICOM_Server::termAssociation |
( |
ssocket_t & |
targ, |
|
|
DICOM_PDU_TYPE |
val = ASSOCS_PDU |
|
) |
| |
|
protected |
◆ validateAssociation()
bool SDICOM_Server::validateAssociation |
( |
const Associate_PDU & |
reqassoc | ) |
|
|
protected |
The documentation for this class was generated from the following files: