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

getPatientAssociates() 개인적인 메소드

private getPatientAssociates ( ) : TaggedPatientAssociateArrays
리턴 gov.va.medora.mdws.dto.TaggedPatientAssociateArrays
        public TaggedPatientAssociateArrays getPatientAssociates()
        {
            return (TaggedPatientAssociateArrays)MySession.execute("PatientLib", "getPatientAssociatesMS", new object[] { });
        }
EmrSvc