-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calculated Tests Creation #8
Comments
Greetings. Can you incorporate calculated tests? If so, how? |
Hello jhaiver,
Yes. Calculated tests are already incorporated in some of the
implementations.
You can check the SelectraJunior and FlexorE implementations.
Their corresponding XML configuration files have the calculatedTests
section. You can check them out.
https://github.com/stevkky/BLISInterfaceClient/blob/master/src/RS232/SelectraJunior.java
https://github.com/stevkky/BLISInterfaceClient/blob/master/configs/selectrajunior/selectrajunior.xml
and
https://github.com/stevkky/BLISInterfaceClient/blob/master/src/RS232/FlexorE.java
https://github.com/stevkky/BLISInterfaceClient/blob/master/configs/flexorE/flexore.xml
I hope I have answered your question.
Please do not hesitate to get back to me if you have any issues.
*Regards,Stephen Adjei-Kyei*
…On Mon, Jan 2, 2017 at 5:04 PM, jhaiver ***@***.***> wrote:
Greetings. Can you incorporate calculated tests? If so, how?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AElX2ElhOKnPKEX2Z7CUmIqFpF8gcImeks5rOS45gaJpZM4CswP_>
.
|
Thanks for your answer. I understand that the calculated tests would be
done at the interface level with the analyzer equipment. What you did, I
can do the same in the XML for another analyzer, the mindray bs200 for
example? Thanks
El 2 ene. 2017 12:45, "Stephen Adjei-Kyei" <notifications@github.com>
escribió:
Hello jhaiver,
Yes. Calculated tests are already incorporated in some of the
implementations.
You can check the SelectraJunior and FlexorE implementations.
Their corresponding XML configuration files have the calculatedTests
section. You can check them out.
https://github.com/stevkky/BLISInterfaceClient/blob/master/src/RS232/
SelectraJunior.java
https://github.com/stevkky/BLISInterfaceClient/blob/
master/configs/selectrajunior/selectrajunior.xml
and
https://github.com/stevkky/BLISInterfaceClient/blob/
master/src/RS232/FlexorE.java
https://github.com/stevkky/BLISInterfaceClient/blob/master/configs/flexorE/
flexore.xml
I hope I have answered your question.
Please do not hesitate to get back to me if you have any issues.
*Regards,Stephen Adjei-Kyei*
On Mon, Jan 2, 2017 at 5:04 PM, jhaiver ***@***.***> wrote:
Greetings. Can you incorporate calculated tests? If so, how?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/
AElX2ElhOKnPKEX2Z7CUmIqFpF8gcImeks5rOS45gaJpZM4CswP_>
.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#8 (comment)>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AXf-kxtc_uW1YuKl9EOa8uvPWeHjwIUfks5rOTDAgaJpZM4CswP_>
.
|
Hello yes.
Those calculated tests are configured on the interface of the analyzer. But
those test with the calculatedtest in the XML does not sent the calculated
test from the analyzer that is why I implemented that in the tool.
Yes. You can do same in the bs200 if it has calculated test but the results
are not coming through with them. Most analyzers sends the calculated tests
to the tool. So I implemented for only those analyzers that do not send
them to the tool. You can modify them as you will.
*Regards,Stephen Adjei-Kyei*
…On Mon, Jan 2, 2017 at 5:27 PM, jhaiver ***@***.***> wrote:
Thanks for your answer. I understand that the calculated tests would be
done at the interface level with the analyzer equipment. What you did, I
can do the same in the XML for another analyzer, the mindray
bs200 for
example? Thanks
El 2 ene. 2017 12:45, "Stephen Adjei-Kyei" ***@***.***>
escribió:
Hello jhaiver,
Yes. Calculated tests are already incorporated in some of the
implementations.
You can check the SelectraJunior and FlexorE implementations.
Their corresponding XML configuration files have the calculatedTests
section. You can check them out.
https://github.com/stevkky/BLISInterfaceClient/blob/master/src/RS232/
SelectraJunior.java
https://github.com/stevkky/BLISInterfaceClient/blob/
master/configs/selectrajunior/selectrajunior.xml
and
https://github.com/stevkky/BLISInterfaceClient/blob/
master/src/RS232/FlexorE.java
https://github.com/stevkky/BLISInterfaceClient/blob/
master/configs/flexorE/
flexore.xml
I hope I have answered your question.
Please do not hesitate to get back to me if you have any issues.
*Regards,Stephen Adjei-Kyei*
On Mon, Jan 2, 2017 at 5:04 PM, jhaiver ***@***.***> wrote:
> Greetings. Can you incorporate calculated tests? If so, how?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#8 (comment)>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/
AElX2ElhOKnPKEX2Z7CUmIqFpF8gcImeks5rOS45gaJpZM4CswP_>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#8 (comment)>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AXf-kxtc_
uW1YuKl9EOa8uvPWeHjwIUfks5rOTDAgaJpZM4CswP_>
.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AElX2E5difIxZ3I95YAfzT6JXMNEb6CHks5rOTOIgaJpZM4CswP_>
.
|
I understand, very grateful for your explanation ... I am writing you again
on another question. My level is user, rather than developer. But asking
and following orientations of specialists is learned. Thanks for the
support.
El 2 ene. 2017 14:29, "Stephen Adjei-Kyei" <notifications@github.com>
escribió:
… Hello yes.
Those calculated tests are configured on the interface of the analyzer. But
those test with the calculatedtest in the XML does not sent the calculated
test from the analyzer that is why I implemented that in the tool.
Yes. You can do same in the bs200 if it has calculated test but the results
are not coming through with them. Most analyzers sends the calculated tests
to the tool. So I implemented for only those analyzers that do not send
them to the tool. You can modify them as you will.
*Regards,Stephen Adjei-Kyei*
On Mon, Jan 2, 2017 at 5:27 PM, jhaiver ***@***.***> wrote:
> Thanks for your answer. I understand that the calculated tests would be
> done at the interface level with the analyzer equipment. What you did, I
> can do the same in the XML for another analyzer, the mindray
>
> bs200 for
> example? Thanks
>
> El 2 ene. 2017 12:45, "Stephen Adjei-Kyei" ***@***.***>
> escribió:
>
> Hello jhaiver,
> Yes. Calculated tests are already incorporated in some of the
> implementations.
> You can check the SelectraJunior and FlexorE implementations.
> Their corresponding XML configuration files have the calculatedTests
> section. You can check them out.
>
> https://github.com/stevkky/BLISInterfaceClient/blob/master/src/RS232/
> SelectraJunior.java
> https://github.com/stevkky/BLISInterfaceClient/blob/
> master/configs/selectrajunior/selectrajunior.xml
> and
> https://github.com/stevkky/BLISInterfaceClient/blob/
> master/src/RS232/FlexorE.java
> https://github.com/stevkky/BLISInterfaceClient/blob/
> master/configs/flexorE/
> flexore.xml
>
>
> I hope I have answered your question.
> Please do not hesitate to get back to me if you have any issues.
>
>
>
>
> *Regards,Stephen Adjei-Kyei*
>
> On Mon, Jan 2, 2017 at 5:04 PM, jhaiver ***@***.***>
wrote:
>
> > Greetings. Can you incorporate calculated tests? If so, how?
> >
> > —
> > You are receiving this because you authored the thread.
> > Reply to this email directly, view it on GitHub
> > <#8 (comment)>, or mute
> > the thread
> > <https://github.com/notifications/unsubscribe-auth/
> AElX2ElhOKnPKEX2Z7CUmIqFpF8gcImeks5rOS45gaJpZM4CswP_>
> > .
> >
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#8 (comment)>, or mute
the
> thread
> <https://github.com/notifications/unsubscribe-auth/AXf-kxtc_
> uW1YuKl9EOa8uvPWeHjwIUfks5rOTDAgaJpZM4CswP_>
> .
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#8 (comment)>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/
AElX2E5difIxZ3I95YAfzT6JXMNEb6CHks5rOTOIgaJpZM4CswP_>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#8 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AXf-k64vPdF53EC8PGf5IMHZJq-FBABrks5rOUkmgaJpZM4CswP_>
.
|
jhaiver@gmail.com sent you an invitation to join MEGA.
…--- Message from user: ---
---
Please create your free MEGA account by clicking on the following
link:
https://mega.nz/#newsignupcmVwbHkrMDE3N2ZlOTMwNWZkYjFmNmQ0M2Y3YTg3M2JmMWZkMTUyMTM1MDk2ZGExZmUyZmVlOTJjZjAwMDAwMDAxMTQ4MjRjYzA5MmExNjljZTAyYjNlYjQyQHJlcGx5LmdpdGh1Yi5jb23Hej2UvkA45Q
Best regards,
Team MEGA
|
jhaiver@gmail.com sent you an invitation to join MEGA.
…--- Message from user: ---
---
Please create your free MEGA account by clicking on the following
link:
https://mega.nz/#newsignupcmVwbHkrMDE3N2ZlOTNmNGM2ZWY0YjM4N2E4NDA3Nzc2MjEzMjRmNDQ3MDQyNzg1N2RhYTBkOTJjZjAwMDAwMDAxMTQ4MjY1MjY5MmExNjljZTAyYjNlYjQyQHJlcGx5LmdpdGh1Yi5jb21Wl__aQOXn1w
Best regards,
Team MEGA
|
reply@reply.github.com
You have one more step remaining to activate your MEGA account.
Click on the link below to verify your email address:
https://mega.nz/#confirm-5SQSkRpWiuqYfRlQNyu8XkabtXyZM_SkMJRaJpCaR_UlRlWRwgA81eqV-jFD8dyZXBseSswMTc3ZmU5M2Y0YzZlZjRiMzg3YTg0MDc3NzYyMTMyNGY0NDcwNDI3ODU3ZGFhMGQ5MmNmMDAwMDAwMDExNDgyNjUyNjkyYTE2OWNlMDJiM2ViNDJAcmVwbHkuZ2l0aHViLmNvbQlBbnRob255IEVyZW5nrQjessnnCUM
Best regards,
— Team MEGA
|
Welcome to MEGA
Hi Anthony Ereng, thanks for joining MEGA, your free account is ready
and you can start using MEGA now.
*Warning:* Due to our advanced end-to-end encryption, it is
mathematically impossible for us to recover or reset your password. If
you lose your password, you will lose access to the data in your MEGA
account. We highly recommend you make a backup of your Recovery Key
now:
Back up Recovery Key
https://mega.nz/backup
You can back up your Recovery Key later in your Dashboard or Account
Settings
…--
About MEGA
Privacy
Unlike most other cloud storage providers, only you control who has
access to your data. Not even MEGA can access your data!
Encryption
Your data is encrypted on your device using your password as the
encryption key. Secure collaboration with others is guaranteed through
asymmetric cryptography, which means that only the end points have
access.
Space
Not only is MEGA more secure than its major competitors, MEGA is also
very generous in providing a whopping 50GB for free!
--
You have just joined many millions of like-minded users on the world's
safest cloud collaboration platform.
Visit Mega.nz
https://mega.nz
Best regards,
— Team MEGA
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some chemistry tests are not actually measured. They are calculated based on some other test values.
I am adding calculated test feature to BLIS
The text was updated successfully, but these errors were encountered: