コード例 #1
0
 public void SetCode(string codeSystemValue, string codeValue, string displayNameValue)
 {
     RelatedEntityRole.SetCode(codeSystemValue, codeValue, displayNameValue);
 }
コード例 #2
0
        public void SetJobRoleCode(string codeValue, string displayNameValue)
        {
            string codeSystemValue = "2.16.840.1.113883.2.1.3.2.4.17.124";

            DataEntererRole.SetCode(codeSystemValue, codeValue, displayNameValue);
        }