public void SetCode(string codeSystemValue, string codeValue, string displayNameValue) { RelatedEntityRole.SetCode(codeSystemValue, codeValue, displayNameValue); }
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); }