package org.rd.qm;

import org.oasisopen.sca.annotation.Remotable;

@Remotable
public interface QueryService {
	String getPatients();
}
