1BIOSIG_FHIR(1) General Commands Manual BIOSIG_FHIR(1)
2
3
4
6 biosig_fhir - provides fhir binary template for biosignal data
7
8
10 biosig_fhir [-json|-xml|-base64] <filename>
11
12
14 reads filename and converts it fhir-(json|xml)-binary-template
15 or a media-type X-biosig/gdf (i.e. base64-encoded GDF stream).
16
17 <filename> is the name of biomedical signal file
18 Supported OPTIONS are:
19 -json prints metainformation (header, annotations, etc.) in
20 JSON format to standard output
21 -xml prints metainformation (header, annotations, etc.) in
22 XML-based format to standard output
23 -base64 encapsulates biosignal data in base64-encoded GDF format.
24 Supported data formats
25
26
28 Alois Schloegl
29
30
32 Report bugs to <biosig-general@lists.sourceforge.net>
33
34
36 Copyright (C) 2016-2019 Alois Schloegl License GPLv3+: GNU GPL version
37 3 or later <http://gnu.org/licenses/gpl.html> This is free software:
38 you are free to change and redistribute it. There is NO WARRANTY, to
39 the extent permitted by law.
40
41
43 https://biosig.soureforge.io
44
45
46
47 BIOSIG_FHIR(1)