Skip to content

Commit

Permalink
PatientOrient -> Patient Position (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Feb 14, 2024
1 parent 51cf5cd commit 6a78470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/nii_dicom_batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7514,7 +7514,7 @@ int saveDcm2NiiCore(int nConvert, struct TDCMsort dcmSort[], struct TDICOMdata d
dti4D->frameReferenceTime[0] = -1;
}
if (strlen(dcmList[indx0].patientOrient) < 3)
printWarning("PatientOrient (0018,5100) not specified (issue 642).\n");
printWarning("Patient Position (0018,5100) not specified (issue 642).\n");
if (dcmList[indx0].isQuadruped)
printWarning("Anatomical Orientation Type (0010,2210) is QUADRUPED: rotate coordinates accordingly (issue 642)\n");
#ifdef newTilt //see issue 254
Expand Down

0 comments on commit 6a78470

Please sign in to comment.