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
20 prints metainformation (header, annotations, etc.) in
21 JSON format to standard output
22 -xml
23 prints metainformation (header, annotations, etc.) in
24 XML-based format to standard output
25 -base64
26 encapsulates biosignal data in base64-encoded GDF format.
27 Supported data formats
28
29
31 Alois Schloegl
32
33
35 Report bugs to <biosig-general@lists.sourceforge.net>
36
37
39 Copyright (C) 2016,2017 Alois Schloegl License GPLv3+: GNU GPL version
40 3 or later <http://gnu.org/licenses/gpl.html> This is free software:
41 you are free to change and redistribute it. There is NO WARRANTY, to
42 the extent permitted by law.
43
44
46 http://biosig.sf.net
47
48
49
50
51 BIOSIG_FHIR(1)