コード例 #1
0
        public void AssignRelatedPerson(int p_Patient_OID, System.Collections.Generic.IList <int> p_relatedPerson_OIDs)
        {
            //Call to PatientCAD

            _IPatientCAD.AssignRelatedPerson(p_Patient_OID, p_relatedPerson_OIDs);
        }