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

getPcpForPatient() private method

private getPcpForPatient ( string pid ) : TaggedText
pid string
return gov.va.medora.mdws.dto.TaggedText
        public TaggedText getPcpForPatient(string pid)
        {
            return (TaggedText)MySession.execute("PatientLib", "getPcpForPatient", new object[] { pid });
        }
EmrSvc