gov.va.medora.mdws.EmrSvc.getPatientsBySpecialty C# (CSharp) Method

getPatientsBySpecialty() private method

private getPatientsBySpecialty ( string specialtyId ) : TaggedPatientArray
specialtyId string
return gov.va.medora.mdws.dto.TaggedPatientArray
        public TaggedPatientArray getPatientsBySpecialty(string specialtyId)
        {
            return (TaggedPatientArray)MySession.execute("PatientLib", "getPatientsBySpecialty", new object[] { specialtyId });
        }
EmrSvc