MCPcopy Create free account
hub / github.com/Kitware/VTK / ParseImplicitRecord

Method ParseImplicitRecord

Utilities/DICOMParser/DICOMParser.cxx:594–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592}
593
594bool DICOMParser::ParseImplicitRecord(
595 doublebyte group, doublebyte element, quadbyte& length, VRTypes& represent)
596{
597 DICOMImplicitTypeMap::iterator iter = Implementation->TypeMap.find(DICOMMapKey(group, element));
598 represent = VRTypes((*iter).second);
599 //
600 // length?
601 //
602 length = DataFile->ReadQuadByte();
603 return false;
604}
605
606void DICOMParser::TransferSyntaxCallback(
607 DICOMParser*, doublebyte, doublebyte, DICOMParser::VRTypes, unsigned char* val, quadbyte)

Callers

nothing calls this directly

Calls 4

DICOMMapKeyClass · 0.85
VRTypesEnum · 0.85
ReadQuadByteMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected