Skip to content

Commit

Permalink
Specific for Siemens
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Jul 25, 2024
1 parent 1eab724 commit e039cb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions console/nii_dicom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6230,6 +6230,8 @@ const uint32_t kEffectiveTE = 0x0018 + uint32_t(0x9082 << 16); //FD
dcmStr(lLength, &buffer[lPos], scanOptionsSiemens, true);
break;
case kFrameNumberInSeries: //issue837
if (d.manufacturer != kMANUFACTURER_SIEMENS)
break;
frameNumberInSeries = dcmStrInt(lLength, &buffer[lPos]);
break;
case kPATModeText: { //e.g. Siemens iPAT x2 listed as "p2"
Expand Down

0 comments on commit e039cb3

Please sign in to comment.