The BNF syntax restriction of parameters for the Web Access to DICOM Persistent Objects service is the following:
query = parameter ["&" parameter]
parameter = name "=" value
name = nchars
value = nchars
nchars = *nchar
nchar = unreserved | escaped
where unreserved and escaped are defined in IETF RFC2396.