Exemplo n.º 1
0
 // Method for adding an 'authenticator to the CDA document, a mandatory dateTime needs to be provided for each author.
 public void AddAuthenticator(NPFIT_000084_Role template, DateTime timeValue)
 {
     authenticator = new p_authenticator_000084();
     authenticator.AuthenticationTime = new TS(timeValue);
     authenticator.AuthenticationTime.DateValuePrecision = DatePrecision.Second;
     authenticator.Role = template;
 }
Exemplo n.º 2
0
 // Method for adding an 'authenticator to the CDA document, a mandatory dateTime needs to be provided for each author.
 public void AddAuthenticator(NPFIT_000084_Role template, DateTime timeValue)
 {
     authenticator = new p_authenticator_000084();
     authenticator.AuthenticationTime = new TS(timeValue);
     authenticator.AuthenticationTime.DateValuePrecision = DatePrecision.Second;
     authenticator.Role = template;
 }