What patient data is required in DICOM header to load you data with "Load DICOM Data"?

I am currently creating a DICOM file of images without a SOP class. If I would load my dicom file slicer would say that some patient data is missing. Which attributes should I add to load it?

DICOM is such a complex standard that it’s hard to say exactly what is required for various image types. You can read the standard of course, or you can look at the source code. But the easiest is probably to look at examples of data that works and try to replicate the structure for your data while referring to the standard to see what values are valid. This site can help: All CIODs – DICOM Standard Browser