Laptop identifier: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(94 intermediate revisions by 11 users not shown)
Line 1: Line 1:
[[File:Laptop identifier.jpg|thumb]]
The laptop identifier is used to
* set out which directoriey/[[File Locations]] on the [[Regional Server]] is used for a laptop's [[News and Backup]]
* make a unique [[D_ID]]
The identifiers are stored in entry "Laptop_Identifier" in [[Settings (CCMBD.mdb)]] / [[A_Info table]].


{{Discuss | just a placeholder for now, for link from [[Update of D ID to include a laptop identifier]] }}
The naming convention is a letter for the site and a 1 digit number that has no inherent meaning other than to ID a laptop.


Used to figure out which directory to send to on [[Regional Server]]. There is a lot of legacy info in there since we have not updated them when locations have changed. We should just use generic ones so this is not an issue, something like HSCa, HSCb etc. When we do, we will need a list of which collector corresponds to which laptop.  
You can find the Laptop Identifier on a sticker on the laptop, or in the top right of the [[Main Form (CCMDB.accdb)]].


It would be best if this change was done before [[Update of D ID to include a laptop identifier]]
== Laptop Identifier Assignment ==
Also see [[Site and Location table]] and the tables linked from there. We need to be careful so that info doesn't become inconsistent. Not building structure for it on the wiki since hopefully this will go away with [[PatientFollow Project]].
=== GRACE ===
* G9 - [[p:Gail Thomson]]
* G8 - [[p:Mindy Crawley]]
* G7 - [[p:4 week rotation]]'''


=== What would need to change?  ===
=== HSC ===
* batstart.bat would need to be edited to use the new location
* H9 - [[p:Joanna Velasco]]
* laptops should be labelled to use new identifier
* H8 - [[p:Joyce Peterson]]
* setting in [[A_Info table]] would need to be changed
* H7 - [[p:Michelle Lagadi]]
{{Discuss | this list may still be incomplete; does Julie see or use this for anything? Pagasa? Trish? }}
 
* H6 - [[p:4 week rotation]]
* H5 - [[p:4 week rotation]]
* H4 - [[p:Allyson Alcudia]]
* H3 - [[p:4 week rotation]]'''
 
=== STB ===
* S9 - [[p:4 week rotation]]
* S8 - [[p:Stephanie Cortilet]]
* S7 - [[p:Valerie Penner]]
* S6 - [[p:Mailah Damian]]
* S5 - [[p:Pamela Piche]]
* S4 - [[p:4 week rotation]]
 
== Setting the laptop identifier ==
'''Make sure you check [[Changing a Laptop identifier]] before you change this to make sure your change won't break anything!'''
* open [[CCMDB.accdb]]
* click the [[Settings (CCMBD.mdb)|Settings button]]
* on the left side, in the "General Settings" panel, find the line that has the word '''Laptop_Identifier''' in the left "field_name" column
** if no line starts with the word '''Laptop_Identifier'''
*** make a new line and copy-paste the word '''Laptop_Identifier''' into the left, field_name column
*** put your laptop identifier (see [[#Laptop Identifier Assignment]]) in the right, "field_data" column
* click "OK" to exit out of the Settings window
* add a '''RED DOT sticker''' (use left-overs from Overstay) to the top right corner of the laptop and put the laptop identifier on there for easy reference.
 
== Implementation ==
In [[CCMDB.accdb]], the function ''Laptop_Identifier()'' will return this.
 
== Background==
We are using: 
* ''single digits numbers for ease of filling TISS (it doesn't accept letters for that field)
* ''descending numbers to make it less likely that someone accidentally enters old page number rather than laptop ID''
* ''single letters to minimize the increase in data


== Related articles ==  
== Related articles ==  
Line 16: Line 58:


[[Category:IT Support]]
[[Category:IT Support]]
[[Category:Laptop identifier | * ]]
[[Category:laptop]]
[[Category:Main Form]]

Latest revision as of 14:51, 2 October 2024

The laptop identifier is used to

The identifiers are stored in entry "Laptop_Identifier" in Settings (CCMBD.mdb) / A_Info table.

The naming convention is a letter for the site and a 1 digit number that has no inherent meaning other than to ID a laptop.

You can find the Laptop Identifier on a sticker on the laptop, or in the top right of the Main Form (CCMDB.accdb).

Laptop Identifier Assignment

Also see Site and Location table and the tables linked from there. We need to be careful so that info doesn't become inconsistent. Not building structure for it on the wiki since hopefully this will go away with PatientFollow Project.

GRACE

HSC

STB

Setting the laptop identifier

Make sure you check Changing a Laptop identifier before you change this to make sure your change won't break anything!

  • open CCMDB.accdb
  • click the Settings button
  • on the left side, in the "General Settings" panel, find the line that has the word Laptop_Identifier in the left "field_name" column
    • if no line starts with the word Laptop_Identifier
      • make a new line and copy-paste the word Laptop_Identifier into the left, field_name column
      • put your laptop identifier (see #Laptop Identifier Assignment) in the right, "field_data" column
  • click "OK" to exit out of the Settings window
  • add a RED DOT sticker (use left-overs from Overstay) to the top right corner of the laptop and put the laptop identifier on there for easy reference.

Implementation

In CCMDB.accdb, the function Laptop_Identifier() will return this.

Background

We are using:

  • single digits numbers for ease of filling TISS (it doesn't accept letters for that field)
  • descending numbers to make it less likely that someone accidentally enters old page number rather than laptop ID
  • single letters to minimize the increase in data

Related articles

Related articles: