We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82dc3e2 commit 04de8efCopy full SHA for 04de8ef
src/main/kotlin/entities/process/ProcessData.kt
@@ -29,7 +29,7 @@ object ProcessData {
29
30
/**
31
* The event of medical technology usage given its [medicalTechnologyID].
32
- * @param isInUse true if the medical technology is in use, false otherwise.
+ * @param inUse true if the medical technology is in use, false otherwise.
33
*/
34
- data class MedicalTechnologyUsage(val medicalTechnologyID: String, val isInUse: Boolean)
+ data class MedicalTechnologyUsage(val medicalTechnologyID: String, val inUse: Boolean)
35
}
0 commit comments