# File control/SetupDocument/SetupDocument.rb, line 14
  def reload_query
    query = Hash.new
    query['doc'] = @doc_type if @doc_type
    query['pos'] = @doc_pos if @doc_pos
    query
  end