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

getPatientAssociates() private method

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