Skip to content

Commit

Permalink
Views til sikrede
Browse files Browse the repository at this point in the history
  • Loading branch information
frjtrifork committed Jul 14, 2011
1 parent 1dce45d commit a3f52d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 73 deletions.

This file was deleted.

Expand Up @@ -14,26 +14,19 @@

@Entity
@XmlRootElement
@ViewPath("sikrede/sikrede/v1")
@Table(name = "Sikrede")
@ViewPath("sikrede/saerligsundhedskort/v1")
@Table(name = "SaerligSundhedskort")
public class SaerligSundhedskort extends View {
@Id
@GeneratedValue
@XmlTransient
@Column(name = "SikredePID")
@Column(name = "SaerligSundhedskortPID")
protected BigInteger recordID;

@XmlElement(required = true)
@Column(name = "CPR")
protected String cpr;

/* protected YderRelation currentYderRelation;
protected YderRelation previousYderRelation;
protected YderRelation futureYderRelation;
*/



@Temporal(TIMESTAMP)
@Column(name = "ValidFrom")
protected Date validFrom;
Expand Down
Expand Up @@ -14,7 +14,7 @@

@Entity
@XmlRootElement
@ViewPath("sikrede/patientdoctorrelation/v1")
@ViewPath("sikrede/sikrede/v1")
@Table(name = "Sikrede")
public class Sikrede extends View {
@Id
Expand Down

0 comments on commit a3f52d6

Please sign in to comment.