Simulacrum
1.2
|
#include <sdicom-net.h>
Public Types | |
typedef std::multimap< uint8_t, std::pair< const char *, std::size_t > > | messagelist_t |
typedef std::map< uint8_t, std::string > | accumset_t |
Public Types inherited from Simulacrum::SDICOM_PDU_Serialisable | |
enum | ACTION_ENUM { NIL , DCM_REQUEST , DCM_ACCEPT , DCM_REJECT , DCM_ABORT , DCM_CLOSE } |
Public Member Functions | |
Data_PDU () | |
void | addPDV (DICOM_PDU_TYPE presid, std::vector< char > &, bool iscmd, bool islast) |
Public Member Functions inherited from Simulacrum::SDICOM_Generic_PDU | |
std::string | toString () const |
SDICOM_Generic_PDU () | |
long int | deSerialise (const std::vector< char > &) |
long int | serialise (std::vector< char > &, ACTION_ENUM=NIL) |
Public Member Functions inherited from Simulacrum::SDICOM_PDU_Serialisable | |
virtual | ~SDICOM_PDU_Serialisable () |
Static Public Member Functions | |
static messagelist_t | getDICOMMessagesFromDataField (const std::vector< char > &) |
static int16_t | accumulateDICOMMessages (accumset_t &, accumset_t &, messagelist_t &) |
Additional Inherited Members | |
Public Attributes inherited from Simulacrum::SDICOM_Generic_PDU | |
DICOM_PDU_TYPE | Type |
std::vector< char > | Data |
typedef std::map<uint8_t,std::string> Simulacrum::Data_PDU::accumset_t |
typedef std::multimap<uint8_t,std::pair<const char*,std::size_t> > Simulacrum::Data_PDU::messagelist_t |
Data_PDU::Data_PDU | ( | ) |
|
static |
void Data_PDU::addPDV | ( | DICOM_PDU_TYPE | presid, |
std::vector< char > & | sdata, | ||
bool | iscmd, | ||
bool | islast | ||
) |
|
static |