diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 62cdfa0..858168f 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -137,13 +137,6 @@ - - - - - - - { this.testStatusCode = TestStatus.TEMPERATURE_CHECK.code @@ -1019,6 +1019,7 @@ class HemoCubeFragment : Fragment() { led3Buffer = led3BufferForDevice led4Buffer = led4BufferForDevice appVersion = version + labName = sharedPreferences.getString(Constants.LABNAME,"") this.led1Sample = led1SampleForDevice this.led2Sample = led2SampleForDevice this.led3Sample = led3SampleForDevice diff --git a/app/src/main/java/com/example/hpostesting/presentation/hemocube/HemoCubeViewModel.kt b/app/src/main/java/com/example/hpostesting/presentation/hemocube/HemoCubeViewModel.kt index 5668fa7..ace0928 100644 --- a/app/src/main/java/com/example/hpostesting/presentation/hemocube/HemoCubeViewModel.kt +++ b/app/src/main/java/com/example/hpostesting/presentation/hemocube/HemoCubeViewModel.kt @@ -413,6 +413,7 @@ class HemoCubeViewModel @Inject constructor( testDetails?.concentration = DataHolder.hemoCubeTestData?.concentration testDetails?.volume = DataHolder.hemoCubeTestData?.volume testDetails?.filter = DataHolder.hemoCubeTestData?.filter + testDetails?.labName = DataHolder.hemoCubeTestData?.labName } diff --git a/app/src/main/res/layout/fragment_slideshow.xml b/app/src/main/res/layout/fragment_slideshow.xml index 8c406d1..d7b9928 100644 --- a/app/src/main/res/layout/fragment_slideshow.xml +++ b/app/src/main/res/layout/fragment_slideshow.xml @@ -12,11 +12,60 @@ ~ // from ShanMukha Innovations Pvt. Ltd. --> - + - \ No newline at end of file + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/values-hi/strings.xml b/app/src/main/res/values-hi/strings.xml index a972dbd..8edd873 100644 --- a/app/src/main/res/values-hi/strings.xml +++ b/app/src/main/res/values-hi/strings.xml @@ -292,6 +292,7 @@ Firefox Files Usb Terminal + Lab Name About About \ No newline at end of file diff --git a/app/src/main/res/values-kn/strings.xml b/app/src/main/res/values-kn/strings.xml index 1c37b22..afaf8ed 100644 --- a/app/src/main/res/values-kn/strings.xml +++ b/app/src/main/res/values-kn/strings.xml @@ -293,6 +293,7 @@ Usb Terminal About About + Lab Name \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 476ffc9..e5948a2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -294,4 +294,5 @@ Usb Terminal About About + Lab Name \ No newline at end of file