Subversion Repository Public Repository

WOX2

Diff Revisions 14 vs 15 for /trunk/Java/tests/ClaimPortal/Requests/PatientIdentifier.java

Diff revisions: vs.
  @@ -2,6 +2,21 @@
2 2
3 3 import ClaimPortal.*;
4 4
5 + /**
6 + * Version: 1.0
7 + * Author: Carlos R. Jaimez Gonzalez
8 + * Author: Simon M. Lucas
9 + * Site: http://woxserializer.sourceforge.net/
10 + *
11 + * Version: 1.5
12 + * Author: Steven M Lewis
13 + *
14 + * Version: 2.0
15 + * Author: George Smith
16 + * SVN: http://svn.xp-dev.com/svn/WOX2/
17 + * Note: XML form for vs 2 is more compact and therefor incompatible with vs 1
18 + */
19 +
5 20 public class PatientIdentifier extends CompositeIdentifier<PatientIDType>
6 21 {
7 22 private static final PatientIDType UNSPECIFIED = PatientIDType.Unspecified;