Skip to content

Commit

Permalink
add sugar lab
Browse files Browse the repository at this point in the history
  • Loading branch information
lionants02 committed Aug 5, 2020
1 parent faf9808 commit c5a1562
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/ffc/entity/healthcare/HealthCareService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ open class HealthCareService(
var pulseRate: Double? = null
var respiratoryRate: Double? = null
var bodyTemperature: Double? = null
var sugarLab: Double? = null
var diagnosises: MutableList<Diagnosis> = mutableListOf()
var note: String? = null
var photosUrl: URLs = URLs()
Expand Down

0 comments on commit c5a1562

Please sign in to comment.