gov.va.medora.mdws.EmrSvc.getPatientsBySpecialty C# (CSharp) Méthode

getPatientsBySpecialty() private méthode

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