Exploring Your HDF5 File - UVA-CAMA/NICUHDF5Viewer GitHub Wiki
If you'd like to browse through your hdf5 file hierarchy, check out this useful Matlab Tool:
h5disp('PathToYourFile')
Here is an example (numbers and dates have been scrambled for deidentification):
h5disp('R:\Amanda\TestInputFiles\WUSTL\5000NICU_A4512BC-65432545154_20200101.hdf5')
You will get a long long output which starts with this segment:
5000NICU_A4512BC-65432545154_20200101.hdf5
Group '/'
Attributes:
'Start Time': 1651370000000
'End Time': 1651376400000
'Start Date/Time': '2020-01-01T00:00:00Z'
'End Date/Time': '2020-01-01T23:59:59Z'
'Duration': '23:59:59'
'Build Number': 'dde933d1'
'Collection Time Offset': -18000000
'Collection Timezone': 'CDT'
'FamilyType': 'PhilipsIX'
'Filename': 'D:\data\5000\clinical\5000NICU_A4512BC-65432545154.Stp'
'Source Reader': 'STP XML'
'Timezone': 'UTC'
'Layout Version': '4.1.0'
'HDF5 Version': '1.8.20'
Do not be confused by the HDF5 Version or the Layout Version. These are NOT related to our software version numbers. The build number will help you map to the version of the UFC that was used for this conversion. In the above example the build number is dde933d1. This can be matched with the UFC release version in What UFC Version Is This HDF5 File From to determine that the file in the example above was converted with UFC v1.1.3.