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

getPcpForPatient() 개인적인 메소드

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