There has patch method for loading philips US data.
How about the Normal format DICOM data of the GE ?
When load the GE US data, System error:
Warning in DICOM plugin Image sequence when examining loadable 0001: US [0008]: Image spacing may need to be calibrated for accurate size measurements.
Finally it can show the result ,but can not use other module.
Ultrasound images are usually saved into DICOM as a screen capture. This screen capture contains RGB color images, while most modules expect simple scalar images. You can use Vector to Scalar Volume to convert the RGB color image to a scalar image that can be used by all modules.
The repository you have found is only the API specification and examples. You need to get the Image3dAPI loader for GE images (Image3dLoaderGe.dll) as described on the page that I linked above.