-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
- Loading branch information
Showing
10 changed files
with
237 additions
and
419 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
76 changes: 0 additions & 76 deletions
76
app/src/main/java/org/ole/planet/myplanet/model/RealmMyHealth.java
This file was deleted.
Oops, something went wrong.
23 changes: 23 additions & 0 deletions
23
app/src/main/java/org/ole/planet/myplanet/model/RealmMyHealth.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
package org.ole.planet.myplanet.model | ||
|
||
class RealmMyHealth { | ||
@JvmField | ||
var profile: RealmMyHealthProfile? = null | ||
@JvmField | ||
var userKey: String? = null | ||
@JvmField | ||
var lastExamination: Long = 0 | ||
|
||
class RealmMyHealthProfile { | ||
@JvmField | ||
var emergencyContactName = "" | ||
@JvmField | ||
var emergencyContactType = "" | ||
@JvmField | ||
var emergencyContact = "" | ||
@JvmField | ||
var specialNeeds = "" | ||
@JvmField | ||
var notes = "" | ||
} | ||
} |
275 changes: 0 additions & 275 deletions
275
app/src/main/java/org/ole/planet/myplanet/model/RealmMyHealthPojo.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.