gov.va.medora.mdws.EmrSvc.getPatientsBySpecialty C# (CSharp) 메소드

getPatientsBySpecialty() 개인적인 메소드

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