Basic Voice Audio Waveform Storage
Dear Friends,
I am developing a WAV to DICOM converter.
I followed the description in the standard but don't have any
application to test my resulting file.
If you want to take a look and can tell me if it is or not a valid
Basic Voice Audio Waveform Storage, download this sample from here:
[url]http://www.charruasoft.com/en/downloads/audio.dcm[/url]
Best Regards,
Rafael Sanguinetti
CharruaSoft.com
Re: Basic Voice Audio Waveform Storage
Hello Rafael,
just had a short look to your file and noticed that the DA format is
invalid. You are using MMDDYYYY, while YYYYMMDD would be correct.
Greetings
Marianne
Re: Basic Voice Audio Waveform Storage
[email]rafa_sanguinetti@hotmail.com[/email] wrote:[color=blue]
> If you want to take a look and can tell me if it is or not a valid
> Basic Voice Audio Waveform Storage, download this sample from here:
> [url]http://www.charruasoft.com/en/downloads/audio.dcm[/url][/color]
Just a few error reports, generated with our DICOM checker (DCMCHECK):
- FileMetaInformationVersion in the meta-header is incorrect (should be 00\01)
- WaveformSampleInterpretation has the wrong VR (SS instead of CS)
- SOPInstanceUID and MediaStorageSOPInstanceUID, StudyInstanceUID and
SeriesInstanceUID contain invalid UIDs (no leading zeroes allowed and
UIDs never start with 9999).
- StudyDate and ContentDate contain invalid dates. DICOM date format
is YYYYMMDD.
- A few required attributes are missing:
- AcquisitionDatetime
- AcquisitionContextSequence
- ChannelDefinitionSequence in the WaveformSequence
I have not checked the PCM audio data as such.
Regards,
Marco Eichelberg
OFFIS
Re: Basic Voice Audio Waveform Storage
Thanks you both....
I will update those issues...
Regards,
Rafael Sanguinetti
CharruaSoft.com
Marco Eichelberg ha escrito:
[color=blue]
> [email]rafa_sanguinetti@hotmail.com[/email] wrote:[color=green]
> > If you want to take a look and can tell me if it is or not a valid
> > Basic Voice Audio Waveform Storage, download this sample from here:
> > [url]http://www.charruasoft.com/en/downloads/audio.dcm[/url][/color]
>
> Just a few error reports, generated with our DICOM checker (DCMCHECK):
> - FileMetaInformationVersion in the meta-header is incorrect (should be 00\01)
> - WaveformSampleInterpretation has the wrong VR (SS instead of CS)
> - SOPInstanceUID and MediaStorageSOPInstanceUID, StudyInstanceUID and
> SeriesInstanceUID contain invalid UIDs (no leading zeroes allowed and
> UIDs never start with 9999).
> - StudyDate and ContentDate contain invalid dates. DICOM date format
> is YYYYMMDD.
> - A few required attributes are missing:
> - AcquisitionDatetime
> - AcquisitionContextSequence
> - ChannelDefinitionSequence in the WaveformSequence
>
> I have not checked the PCM audio data as such.
>
> Regards,
> Marco Eichelberg
> OFFIS[/color]
Re: Basic Voice Audio Waveform Storage
i want to use this sop class to store audio.i have read all the documents about tags and uids but i don't know how i can start to convert wav file to dicom file.is there any example can help me?or a document that is related to.i am a newbie to dicom.... .
thanks in advanced