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

getCorrespondingIds() private method

private getCorrespondingIds ( string sitecode, string patientId, string idType ) : TaggedTextArray
sitecode string
patientId string
idType string
return gov.va.medora.mdws.dto.TaggedTextArray
        public TaggedTextArray getCorrespondingIds(string sitecode, string patientId, string idType)
        {
            return (TaggedTextArray)MySession.execute("PatientLib", "getCorrespondingIds", new object[] { sitecode, patientId, idType });
        }
EmrSvc