2017年1月12日 星期四

List of the CIS ( by a list of commercial software developer)

https://www.icnarc.org/documents/Software%20Options%20and%20List%20of%20Software%20Developers.pdf

Commercial software developers
AcuBase Ltd
Anne Beverley, Company Secretary
PO Box 28836, London SW13 8WJ
Tel: 020 8741 1934 Email: anne@acubase.org Website: www.acubase.org
Chameleon Information Management Services Limited
Marc Warburton, Chief Executive
59-61 High Street, Rickmansworth, Hertfordshire WD3 1RH
Tel: 01923 896939 Email: cims@infofl ex-cims.co.uk
Critical Care Audit Limited (Ward Watcher software)
Brian Millar, Director
133 Main Street, Menston, Ilkley, West Yorkshire LS29 6HT
Tel: 01943 875330 Email: brian@critcare.demon.co.uk
Draeger Medical UK
Lesley Youren, Care Area Manager Monitoring and IT
Mark Road, The Willows, Hemel Hempstead HP2 7BW
Email: lesley.youren@draeger.com Website: www.draeger-medical.com
iMDsoft Ltd
Shahar Seri, R&D Director
4 Kiryat Atidim, PO Box 58178, Tel Aviv, Israel
Tel: +972 3 7682 888
Email: shahar.seri@imd-soft.com Website: www.imd-soft.com
Manchester Royal Infi rmary (MIDAS software)
Jason Ratcliffe, Informatics Manager
Critical Care Directorate, Oxford Road, Manchester M13 9WL
Tel: 0161 276 4714 Email: jason.ratcliffe@cmmc.nhs.uk
Medical Associated Software House Limited (ICARE ICU Program)
Tony Chang, Systems & Customer Support Manager
19 Chipperfi eld Park Road, Bloxam, Nr. Banbury, Oxfordshire OX15 4NX
Tel: 01295 720961 Email: tonychang@medsoft.co.uk
ICNARC Case Mix Programme Updated 30 July 2008
Commercial software developers (continued)
Mela Solutions Limited (MedICUs software)
Cristina Willans, Specialist Software Manager
PO Box 2167, Gerrards Cross, Buckinghamshire SL9 8XF
Tel: 01753 892932 / 480460 Email: cristina.willans@mela.co.uk Website: www.mela.co.uk
Philips Medical Systems (CareVue software)
Jane Leech, Application Specialist
The Observatory, Castlefi eld Road, Reigate RH2 0FY
Tel: 01737 230419 Email: jane.leech@philips.com Website: www.medical.philips.com
St Paul’s Hospital
Peter Dodek, ICU Director
Centre for Health Evaluation & Outcome Science, 1081 Burrard Street
Vancouver, British Columbia, Canada V6Z 1Y6
Email: pedodek@interchange.ubc.ca
System C Healthcare
Sudesh Patel, Systems Development Manager
Brenchley House, Week Street, Maidstone, Kent ME14 1RF
Tel: 01622 691616 Email: sudesh.patel@systemc.com

2017年1月6日 星期五

Innvoian Client Install (Special on HA PMHCMSCISPC)

background: 
HA CMS computer with many limitation and control in Third party Software Installation , User account administrative right , Proxy whitelist blacklist (allow.pac , close.pac) , Java security right.
So HA CMS Team setup of new extra computer and workstation for lower administrative right to run both Innvoian CIS and HA CMS in one HA provide PC.

first time setting on Innovian Client:

1. login account have Administrator right (for run Web Client setup(ActiveX) and Visual C ++ Redistribution 2008 ) 

2. check Windows 7 is 32 bit or 64 bit , if is 32 bit , IE work fine in 32 Bit.
if 64 Bit , IE version will need to use 32 Bit
As:
"C:\Program Files (x86)\Internet Explorer\iexplore.exe" -nomerge http://yourserverip/start.asp

3.use "-nomerge" on IE link at the end

4.IE11 add "Compatibility View Settings" -> 160.X.X.X

5.Trusted Site add -> 160.X.X.X

6.No Popup blocking and also add -> 160.X.X.X in the lists

7.IE -> Security -> Internet Setting -> Default 


8.Control Panel -> Java ->  Exclude 160.X.X.X running under proxy 

9.Run Install process on manual .10. Login Accept Frist JAVA warning "ReportPopup"


11. Check Trend and Summary page will not be Hang. And display correctly

Cisco AP command

erase nvram
write default-config

IIS Windows Process Activation Service (WAS)

https://technet.microsoft.com/en-us/library/cc735229(v=ws.10).aspx

Windows Process Activation Service (WAS) manages application pool configuration and the creation and lifetime of worker processes for HTTP and other protocols. The World Wide Web Publishing Service (W3SVC) and other services depend on WAS.


Cisco switch best partice

https://learningnetwork.cisco.com/thread/2367


First, VTY (Virtual Teminal Lines) are (1) of (4) main types of TTY lines used solely to control inbound Telnet connections. They are virtual, in the sense that they are a funtion of software - there is no hardware associated with them. They appear in the configuration as line vty 0 4. That means you can have up to 5 simultaneous connections to this device at one time (IOS 12.2 allows 16 -->i.e line vty 0 15).

I know this is an older thread, however I was practicing a lab and really didn't know what vty was or why it kept getting split up in (0 to 4) (5 to 15). ?

Protect Local Passwords

As described in Restrict Infrastructure Device Management Accessibility, page 2-3, infrastructure devices always have local passwords and secret information that need to be properly secured. In addition to enforcing a strong password policy, secret information and password should be protected with the use of encryption.

Step 1 Global local password encryption: enable automatic password encryption with the service password-encryption global command. Once configured, all passwords are encrypted automatically, including passwords of locally defined users.
Router(config)# service password-encryption

Step 2 Enable secret: Define a local enable password using the enable secret global command. Enable access should be handled with an AAA protocol such as TACACS+ or RADIUS. The locally configured enable password will be used as a fallback mechanism after AAA is configured.

Router(config)# enable secret <strong-password>

Step 3 Line passwords: define a line password for each line you plan to use to administer the system. Note that line passwords are used for initial configuration and are not in effect once AAA is configured. Also note that some devices may have more than 5 VTYs.

line vty 0 4
 password <strong-password>

Implement Notification Banners

With the guidance of a legal professional create and apply a login banner. Login banner examples are provided in Appendix A, "Sample Configurations."

banner login #
UNAUTHORIZED ACCESS TO THIS DEVICE IS PROHIBITED
You must have explicit, authorized permission to access or configure this device.
Unauthorized attempts and actions to access or use this system may result in civil and/or 
criminal penalties.
All activities performed on this device are logged and monitored.

#

http://www.cisco.com/c/en/us/td/docs/solutions/Enterprise/Security/Baseline_Security/securebasebook/sec_chap8.html#wp1059187

line vty 0 4 ~~line vty 5 15

configure Local User-Specific Passwords

To establish a username-based authentication system, use the username command in global configuration mode. To enable password checking at login, use the login local command in line configuration mode.

Configuration Procedure

In this example, passwords are configured for users attempting to connect to the router on the VTY lines using Telnet.
  1. From the privileged EXEC (or "enable") prompt, enter configuration mode and enter username/password combinations, one for each user for whom you want to allow access to the router:
    router#configure terminal
     Enter configuration commands, one per line.  End with CNTL/Z.
     router(config)#username russ password montecito
     router(config)#username cindy password belgium
     router(config)#username mike password rottweiler
    
  2. Switch to line configuration mode, using the following commands. Notice that the prompt changes to reflect the current mode.
    router(config)#line vty 0 4
    router(config-line)#
  3. Configure password checking at login.
    router(config-line)#login local
    
  4. Exit configuration mode.
    router(config-line)#end
    router#
    %SYS-5-CONFIG_I: Configured from console by console
    Note: In order to disable auto Telnet when you type a name on the CLI, configure no logging preferred on the line that is used. While transport preferred none provides the same output, it also disables auto Telnet for the defined host that are configured with the ip host command. This is unlike the no logging preferred command, which stops it for undefined hosts and lets it work for the defined ones.

http://www.cisco.com/c/en/us/support/docs/ios-nx-os-software/ios-software-releases-110/45843-configpasswords.html#pw-line

reporting service 2008 ????

http://tangminying.blogspot.hk/2014/03/sql-server-2008r2ssrs.html

ART.44/A1 COPPIA MODANATURE LATERALI PER COFANO IN POLIPROPILENE ANTIURTO CON FISSAGGIO CON VITI PER VESPA PX NEI COLORI BIANCO O NERO

http://www.cecoret.com/shop/product_info.php?products_id=1931

Art.44 / A1夫婦TRIMS側蓋聚丙烯休克用螺絲韋斯帕PX固著白色或黑色


ART.44/A1 COPPIA MODANATURE LATERALI PER COFANO IN POLIPROPILENE ANTIURTO CON FISSAGGIO CON VITI PER VESPA PX NEI COLORI BIANCO O NERO 


Art.44 / A1 COUPLE TRIMS SIDE FOR COVER POLYPROPYLENE SHOCK WITH FIXING WITH SCREWS Vespa PX IN WHITE OR BLACK COLOR

how-to-wait-in-a-batch-script

http://stackoverflow.com/questions/735285/how-to-wait-in-a-batch-script

go pro micosd

http://www.timinggo.com.tw/faq_detail.asp?seq=1

HERO4 Black  Silver
·         要求使用容量最大為 64 GB  Class 10 MicroSD 卡。
並非所有 Class 10 microSD 卡都能達到相同的數據寫入速度。由於 HERO4 攝像機的比特率更高,為了支持它的新功能,我們推薦使用以下可提供最佳體驗的 microSD 
·         SanDisk Extreme 32GB microSDHC (SDSDQXL-032G)
·         SanDisk Extreme 64GB microSDXC (SDSDQXL-064G)
·         Lexar 32GB SDHC 633x (LSDMI32GBBNL633R)
·         Lexar 64GB SDXC 633x (LSDMI64GBBNL633R)


GoPro Hero 4 Silver Edition

Manufacturer: GoPro Hero 4 Silver Edition
Device Type: Action Cameras

SanDisk Recommends


SanDisk Extreme®microSDXC™ UHS-I Card_64GB
SDSDQXL-064G-A46A

SanDisk Extreme®PLUS microSDHC™ UHS-I Card_32GB
SDSDQX-032G-A46A

SanDisk Extreme®PLUS microSDHC™ UHS-I Card for Action Cameras_32GB
SDSDQX-032G-AA4A

SanDisk Extreme®microSDHC™ UHS-I Card_32GB
SDSDQXL-032G-A46A

SanDisk Extreme®PLUS microSDHC™ UHS-I Card_16GB
SDSDQX-016G-A46A

SanDisk Extreme®microSDXC™ UHS-I Card for Action Cameras_64GB
SDSDQXL-064G-AA4A

SanDisk Extreme®microSDHC™ UHS-I Card_16GB
SDSDQXL-016G-A46A

SanDisk Extreme®PLUS microSDXC™ UHS-I Card for Action Cameras_64GB
SDSDQX-064G-AA4A

SanDisk Extreme®microSDHC™ UHS-I Card for Action Cameras_32GB
SDSDQXL-032G-AA4A

SanDisk Extreme®PLUS microSDXC™ UHS-I Card_64GB
SDSDQX-064G-A46A