Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ReviewStep.cs
2{
6 public enum ReviewStep
7 {
11 Photo = 0,
12
16 Name = 1,
17
21 Pnr = 2,
22
26 Nationality = 3,
27
31 BirthDate = 4,
32
36 Gender = 5,
37
41 PersonalAddressInfo = 6,
42
46 OrganizationalInfo = 7,
47
51 Consent = 8,
52
56 Authenticate = 9,
57
61 Approved = 10
62 }
63}
ReviewStep
Steps in the peer-review process
Definition: ReviewStep.cs:7