What would be the best network setup for me?

I am planning a network system for my medical practise. The network will comprise a Macbook Pro(myself) , an Imac(receptionist) and a Macbook for occassional admin use.
I need some advice as to the best way to store the shared data. I will be using Filemaker Pro and will be storing patient appointments, demographics as well as clinical info, visit notes and investigations.
I am considering 3 possible setups
Have shared database on the Imac, backed up by a 500 gigabyte hard disk, or possibly a time capsule, using Time machine.
Have an ethernet hard disk for storage, but then I probably would need to have a different backup system.
Use a mac mini as a file server.
Or use an altogether different setup.
I would appreciate suggestions.
Thank you
ajdk

Hi ajdk-
Then it comes down to your morals and how carefully you want or need to protect patient confidentiality. Your basic network concept should work.
As a start, storing any patient data with regular business data and emails is asking for a security breach.
Make sure to back up your back ups and store said backup securely in a media-rated fire proof vault.
These documents may help:
Creating a small Ethernet network
AirPort Base Station and Network Setup Guide (Mac OS X 10.4 or earlier)
Luck-
-DP

Similar Messages

  • Had a windows computer with my element 7.  Now just bought a Mac OSX   version 10.9.2 what would be the best photoshop elements for this machine.  I did download elements 12 from Apple store but kept getting incompatible message when trying to open a phot

    I thought elements were simple but maybe it is just me.  Having problems moving photos from iphoto to elements

    Duplicate post; see:
    had a windows computer with my element 7.  Now just bought a Mac OSX   version 10.9.2 what would be the best photoshop elements for this machine.  I did download elements 12 from Apple store but kept getting incompatible message when trying to open a phot

  • What would be the best tablet/notebook for Photoshop CS4 or Photoshop Elements 10

    When we travel, I love to work with my pictures to create hard bound book pages as we go.  I have wanted a tablet/notebook that I can use a stylis pen to mark my selections but have no idea where to start.  I need a pretty powerful machine because some of my projects get rather large.   Size isn't so much a problem unless someone recommends the new Dell that is a bit too small.  That one is just too small and my eyesight isn't what it used to be.   Any suggestions would be very welcome.  We already have a laptop but I really want something that I can draw on the tablet to make my many layer selections.    I'm not all an expert when it comes to hardware.  I use both Elements 10 and CS4 on my Windows 7 64 bit machine and use them both but would probably only load Elements 10 on any new device I buy.  It's just easier and for what I'm doing, it's the best solution.
    Karen

    I had a Wacom tablet that I used with my PC and really didn't like it.  I would much rather had an image on the tablet that I could draw around........and even though one of those exists, it's way out of my price range.   What I'm looking for is a larger version of the Dell Inspiron Duo (1090) 10.1" display 1366/768 touch screen convertible tablet.    It's easy to go from regular mode to touch screen mode by flipping the screen.   This one however has a screen that's just too small for me to use and the keyboard is way to tiny for my big hands.  I know I can call Dell and find out what they recommend but I had thought that some photoshop users had already encountered this and might just have an answer.
    As for the iPad, I have one of those and it's great for apps but not at all for playing around with photoshop or any of my other graphic packages.  I use it to grab my mail at wi-fi sites while we're on cruises where it doesn't cost an arm and leg for using the connection.   The price of a cup of coffee usually gets us enough time to download all of our mail and then head out touring.
    Thanks for taking the time to respond.
    Karen

  • If money was no object what would be the best editing setup?

    If you could have anything you wanted to shoot and edit a major motion picture what would you need?
    joshua

    couple of questions for you
    What format are you shooting this feature in?
    This movie is being shot in HD 1080i
    Why would you capture uncompressed HD? (why not do an
    offline cut)
    What is the difference between uncompressed HD and an offline cut?
    What capture card are you considering?
    I do not know how a capture card works
    How are you going to deliver the feature?
    The feature will be delivered Strait to DVD and possible film transfer (if thats what you meant)
    What applications are you going to be using?
    The software we will be using will be Final Cut Studio and Shake (latest release)
    Do you REALLY need 16 GB of ram . . . HONESTLY?
    I realize 16GB is a lot but if we have the money and it makes things faster whats the harm.
    2x30" displays??????(2x24" Dells are AMAZING)
    Again If we have the money and the space...
    do you have a desk that can fit them?
    yes
    do you REALLY need the quadro 4500 (the 1900 offers
    similar performace at a WHOLE lot less)
    Im not sure I will do some research on it.
    Have you edited stuff before?
    No I have not but this is not for me its for a new production company.
    You have 1.5 TB of usable storage in your system
    the Graid "pro" is not industry standard . . . there
    is no real industry standard for storage. However
    Fiber Channel is more prevalent in most high def
    suites. External Sata raids and internal Sata raids
    are gaining popularity however fiber channel offers
    "hardware security" with raid controller cards that
    let you set up Raid 5 or Raid 6.
    Fiber channel is definitely the way we want to go.
    What capture card are you looking at?
    for HD there are 2 major players BlackMagic
    (decklink) or AJA (KONA)
    Again I am not sure but I will find out, once I know what they are.
    how are you going to monitor the audio?
    Can you elaborate?
    anyway your workflow determines the machine
    configuration..so...what will your workflow be?
    Can you elaborate?

  • With 2008 - What would be the 'best practice' approach for giving a principal access to system views

    I want to setup a job that runs a few select statements from several system management views such as those listed below.  Its basically going to gather various metrics about the server, a few different databases and jobs.
    msdb.dbo.sysjobs
    msdb.dbo.sysjobhistory
    sys.dm_db_missing_index_groups
    sys.dm_db_missing_index_group_stats
    sys.dm_db_missing_index_details
    sys.databases
    sys.dm_exec_query_stats
    sys.dm_exec_sql_text
    sys.dm_exec_query_plan
    dbo.sysfiles
    sys.indexes
    sys.objects
    So, there a number of instance-level permissions that are needed, mainly VIEW SERVER STATE
    https://msdn.microsoft.com/en-us/library/ms186717.aspx
    Granting these permissions to a single login seems like introducing a maintenance headache for later.  What about a server role?
    Correct me if Im wrong, but this is a new feature of 2012 and above, the ability to create user-defined server roles.
    Prior to version 2012, I will just have to settle for granting these instance-level permissions to individual logins.  There wont be many logins that need this kind of permissions, but id rather assign them at a role level then add logins to that role.
     Then again, there is little point in creating a seperate role if there is only 1...and maybe 2 logins that might need this role?
    New for 2012
    http://www.mssqltips.com/sqlservertip/2699/sql-server-user-defined-server-roles/

    Just as any Active Directory Administrator will tell you you should indeed stick to the rule - "user in role- permissions to role" - in AD terms "A-G/DL-P. And since this is very much possible since SQL Server 2012 why not just do that. You
    lose nothing if you don't ever change that one single user. In the end you would only expect roles to have permissions and save some time when searching for permission problems.
    i.e.
    USE [master]
    GO
    CREATE SERVER ROLE [role_ServerMonitorUsers]
    GO
    GRANT VIEW SERVER STATE TO [role_ServerMonitorUsers]
    GO
    ALTER SERVER ROLE [role_ServerMonitorUsers]
    ADD MEMBER [Bob]
    GO
    In security standardization is just as much key as in administration in general. So even if it does not really matter, it may matter in the long run. :)
    Andreas Wolter (Blog |
    Twitter)
    MCSM: Microsoft Certified Solutions Master Data Platform, MCM, MVP
    www.SarpedonQualityLab.com |
    www.SQL-Server-Master-Class.com

  • Just bought a 3TB Time Capsule for a small office. Will have 4 users with MacBooks. What would ne the best setup for time machine individual backups and internet sharing in a secure way?

    Just bought a 3TB Time Capsule for a small office. Will have 4 users with MacBooks. What would ne the best setup for time machine individual backups and internet sharing in a secure way?

    Set up each Mac for Time Machine backups in the normal way.  Time Machine will keep each backup separate on the Time Capsule, so users will only be able to see the backups of their own Mac.
    Yes....there are convoluted workarounds that might allow one user to see the backups of another.....IF...they know the administrator password of the "other" Mac.
    As far as Internet sharing, all users will have access to the Internet if they have a wired or wireless connection. If a Mac connects using wireless, it is possible to limit the time that they are allowed to connect to the network.
    For example, you might limit the ability to connect to the wireless from say each Weekday from 8 AM to 6 PM.
    With a wired Ethernet connection, you cannot limit access times to the Internet.

  • I have a 15' Macbook Pro, mid 2010 running Mavericks. I want to upgrade the hardware by increasing the RAM to 8GB and replacing the HD for a SDD one. What would be the best way to install mavericks on the new HD? I have the original OS X CD.

    I have a 15' Macbook Pro, mid 2010 running Mavericks. I want to upgrade the hardware by increasing the RAM to 8GB and replacing the HD for a SDD one. What would be the best way to install mavericks on the new HD? I have the original OS X CD.
    From what I read, I have 2 choices: 1. to install OSX and then upgrade to Mavericks, but I'm not sure if this would be possible (to upgrade directly from OSX to Mavericks); and 2. to use a software called Super Duper.
    I wouldn't like to have to use a third party software to do this, so the question is: is there a better way to install directly the Mavericks not having to use a third party software?

    Install the new drive in the computer.
    Install the old drive in an external USB or Firewire enclosure.
    Boot the computer from the Recovery HD on the external drive.
    Use Disk Utility to partition and format the new internal drive.
    Clone your external drive to the internal drive.
    How to replace or upgrade a drive in a laptop
    Step One: Repair the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger, Leopard or Snow Leopard.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    Step Two: Remove the old drive and install the new drive.  Place the old drive in an external USB enclosure.  You can buy one at OWC who is also a good vendor for drives.
    Step Three: Boot from the Recovery HD on the external drive.  Restart the computer and after the chime press and hold down the OPTION key until the boot manager appears.  Select the icon for the Recovery HD then click on the downward pointing arrow button.
    Step Four: New Hard Drive Preparation
      1. Open Disk Utility from the main menu and click on the Continue button.
      2. After DU loads select your new hard drive (this is the entry with the
          mfgr.'s ID and size) from the left side list. Note the SMART status of
          the drive in DU's status area.  If it does not say "Verified" then the drive
          is failing or has failed and will need replacing.  Otherwise, click on the
          Partition tab in the DU main window.
      3. Under the Volume Scheme heading set the number of partitions from
          the drop down menu to one. Set the format type to Mac OS Extended
          (Journaled.) Click on the Options button, set the partition scheme to
          GUID  then click on the OK button. Click on the Partition button and
          wait until the process has completed.
      4. Select the volume you just created (this is the sub-entry under the
          drive entry) from the left side list. Click on the Erase tab in the DU main
          window.
      5. Set the format type to Mac OS Extended (Journaled.) Click on the
          Options button, check the button for Zero Data and click on OK to
          return to the Erase window.
      6. Click on the Erase button. The format process can take up to several
          hours depending upon the drive size.
    Step Five: Clone the old drive to the new drive
      1. Using Disk Utility still opened.
      2. Select the destination volume from the left side list.
      3. Click on the Restore tab in the DU main window.
      4. Check the box labeled Erase destination.
      5. Select the destination volume from the left side list and drag it to the
          Destination entry field.
      6. Select the source volume from the left side list and drag it to the
          Source entry field.
      7. Double-check you got it right, then click on the Restore button.
    Destination means the new internal drive. Source means the old external drive.
    Step Six: Open the Startup Disk preferences and select the new internal volume.  Click on the Restart button.  You should boot from the new drive.  Eject the external drive and disconnect it from the computer.

  • Does Adobe Reader for iOS have the ability to open inbedded links to additional PDF docs?  If not, then what would be the best way to use these already created PDF's?

    Does Adobe Reader for iOS have the ability to open inbedded links created with Acrobat Standard to additional PDF docs?  If not, then what would be the best way to use these already created PDF's on an I Pad?

    driddy61,
    As of June 2014, none of the Adobe Reader mobile products support the hyperlink action for opening a separate PDF document.
    Adobe Reader for iOS
    Adobe Reader for Android
    Adobe Reader Touch for Windows 8
    In addition, the Reader mobile products do not open multiple windows/documents simultaneously, which would make the navigation between PDF documents nearly impossible. (Once a hyperlink takes you to a different PDF document, you have no way to go back to the original PDF document.)
    The only Adobe Reader product that fulfills your department's requirements is Adobe Reader XI (mostly for Windows/Mac desktop/laptop computers).  Acrobat Pro and Standard are paid products.
    Because you are in search of a less expensive device for your department, you could get a Windows tablet instead of a Windows desktop/laptop computer. Microsoft Surface Pro (that you've mentioned in your previous reply) is just one example.  You can also find other less expensive Windows tablets.
    Tablets
    However, please keep in mind that there are two different types of Windows tablets running two different operating systems.
    (a) A Windows tablet with an Intel-based processor running Windows 8.1 Pro
    Example: Surface Pro 3
    You can install and run traditional desktop apps (e.g. Adobe Reader XI) and new Windows Store apps ("Modern" or "Metro-style" apps).
    (b) A Windows tablet with an ARM-based processor running Windows RT 8.1
    Example: Surface 2
    You can only install and run Windows Store apps (e.g. Adobe Reader Touch) but not traditional desktop apps like Adobe Reader XI.
    In general, type (b) tablets are more affordable than type (a) tablets.  However, if you want to run Adobe Reader XI, you do need to check the technical specification of each tablet and make sure the following conditions are met.
    Processor: Intel
    Operating system:  Windows 8/8.1 or Windows 8/8.1 Pro, not RT
    Hope this helps you choose the right device for your department.  Please let us know if you have any questions about system requirements or supported features in the Adobe Reader products.

  • With SO MUCH photo editing software available, what would be the best for me if I am a digital camera newby? I do not need Photoshop CC! I do not want to spend $700 bucks! My camera is a Nikon D90. Please help.

    With SO MUCH photo editing software available, what would be the best for me if I am a digital camera newby? I do not need Photoshop CC! I do not want to spend $700 bucks! My camera is a Nikon D90. Please help.

    Where did you come up with the $700 figure?
    Photography plan - $9.99/month or $119/year - Creative Cloud Photography plan : Adobe Creative Cloud
    Single App - $19.99/month
    Complete plan - $49.99/month or $599/yr - Creative Cloud free trial & plans : Adobe Creative Cloud
    Ah - If you wish to cancel early yeah $74.99 which would total for the year at $899.88. But that final total would be if you canceled in the 12th month but if you plan on keeping it that long might as well go for the annual contract. Then cancel at the end of the term limit if you need to.
    If you are not sure what to get, Either Elements as was suggested by Peru Bob or the photography plan.

  • What would be the best Memory to purchase for my iMac 7.1 I want to upgrade from Leopard to Snow Leopard or Lion

    What would be the best Memory to purchase for my iMac 7.1. I want to upgrade from OS Leopard to Snow Leopard or Lion?

    Crucial.com and macsales.com (OWC) sell RAM tested to work with Macs.  Prices are good and the sites will guide you to the maximum you can install (even if the "official number" from Apple release at time of system design is different).

  • What is the best Skype setup for this scenario?

    I live in the United States and about to be deployed to Afghanistan for about one year.  I will have a laptop and an International capable Android phone, both with Skype software installed.  I want to be able to use Skype to Skype via the laptop, and also be able to call both landlines and cell phones in the United States while I am in Afghanistan.  What would be the best Skype subscription plan in this scenario to keep costs to a minimum.

    Hi,
    As you probably know, Skype to Skype calls are free, but if you wish to call phones then you would need a subscription that covers calling destination.
    You might find Unlimited US&Canada subscription from: http://www.skype.com/go/subscriptions
    Fair usage policy applies, but 6hours per day should be more than enough to call your family and friends back home in US.
    http://www.skype.com/go/terms.fairusage
    Skype also offers Online Numbers for US. For example if you purchase an Online Number in US then your friends who don't have Skype can call that number. They will be charged with local rates and call will be directed to your Skype account when you are online on your phone or laptop.
    Tip: If you do decide to purchase an Online Number for 12months then purchase calling subscription first and you will get 50% discount on Online Number.
    https://support.skype.com/en/faq/FA331/What-is-an-Online-Number
    Andre
    If answer was helpful please mark it with Kudos and if issue is resolved mark it with solution. This will help other users find this answer more easily. Thanks in advance!

  • I have a desktop Mac OS X Leopard. I want to upgrade to Quicken 2007, Install Snow Leopard and download iLife '11. I heard that Quicken and Snow Leopard can clash and have problems.  What would be the best order for installing these products. Thank You.

    I have a desktop MAC OSX Leopard. I want to upgrade to Quicken 2007, install Snow Leopard, download iLife'11.  I heard that Quicken and Snow Leopard can clash..........that is why I am upgrading Quicken. What would be the best order of installing these products.  I have gotten defferent opinions and I want to be sure I install them correctly.
    Thank You.

    First, install OS X, then install your third-party software.
    How to Install OS X Updates Successfully
    A. Repair the Hard Drive and Permissions:
    Boot from your current OS X Installer disc. After the installer loads select your language and click on the Continue button. Then select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger) and/or TechTool Pro (4.5.2 for Tiger) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    B. Make a Bootable Backup Using Restore Option of Disk Utility:
      1. Open Disk Utility from the Utilities folder.
      2. Select the destination volume from the left side list.
      3. Click on the Restore tab in the DU main window.
      4. Check the box labeled Erase destination.
      5. Select the destination volume from the left side list and drag it to the
          Destination entry field.
      6. Select the source volume from the left side list and drag it to the
          Source entry field.
      7. Double-check you got it right, then click on the Restore button.
    Destination means the external backup drive. Source means the internal
    startup drive.
    C. Important: Please read before installing:
      1. If you have a FireWire hard drive connected, disconnect it before installing the
          update unless you will boot from this drive and install the update on it.
          Reconnect it and turn it back on after installation is complete and you've
          restarted.
      2. You may experience unexpected results if you have installed third-party system
           software modifications, or if you have modified the operating system through
           other means. (This does not apply to normal application software installation.)
      3. The installation process should not be interrupted. If a power outage or other
          interruption occurs during  installation, use the standalone installer (see below)
          from Apple Downloads to update.  While the installation  is in progress do not use
          the computer.
    D. To upgrade:
    Purchase the Snow Leopard Retail DVD.
    Boot From The OS X Installer Disc:
          1. Insert OS X Installer Disc into the optical drive.
          2. Restart the computer.
          3. Immediately after the chime press and hold down the "C" key.
          4. Release the key when the spinning gear below the dark gray Apple
              logo appears.
          5. Wait for installer to finish loading.
          6. Follow instructions.
    After installing Snow Leopard you should update it by downloading and installing Mac OS X 10.6.8 Update Combo v1.1.

  • What would be the best way to trigger a series of cascading SPD workflows ?

    I have a request to have security setup on a series of folders..
    but the start of the security has to wait until the new site workflow is completed,  then once the site is available then the next workflow sets the security on the 1st folder  then once the security WF on the 1st folder is completed, then the
    2nd workflow starts,  and sets up the security for the 2nd folder, then once that workflow  is done then the 3rd folders security workflow is triggered and security is setup , then the 4th WF starts once the 3rd WF is completed, and then the security
    is set on the 4th WF, and then once it is completed then the 5th WF is started... this pattern continues until the last folder security is setup and then the WF to email me is triggered..
    basically they go like this
    1WF  > 2WF > 3WF > 4WF > 5WF > 6WF > 30Wf completed cycle of Security Setup
    What would be the best way to set this up to have the series of workflows trigger after a WF is completed

    Hi,
    According to your post, my understanding is that you want to trigger a series of cascading SharePoint workflows.
    You need to set parameter: Processed = No/false in each workflow to trigger the next one.
    It is similar to the For Each loop workflow in SharePoint 2010.
    For more information, you can refer to:
    How-To: For Each loop with SharePoint Designer 2010 Workflows to update multiple items
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Advice on what might be the best networked external hard drive to create my own cloud storage?

    Anyone have any advice on what might be the best networked external hard drive to create my own cloud storage? That way I can have access to all my stored files, songs, pictures and most of all movies on lets say my laptop or iPad. Since there is not very much storage on the iPad. I want to be able to access my hundreds of movies that I have from in my home on my network or away from my home as long as I have an internet connection. I know there is a Seagate one and a Western digital one, does anyone else know of any others or have any advice on which is the best? A plus would be for an external storage device that I would be able to access my movies through my apple to tv? Please help been looking for almost a year and cant make up my mind on what product to buy for what I am trying to do and create my own personal cloud storage. 

    SM66 wrote:
    Or, I might have to do the old technique of using the Pen Tool in Illustrator and tracing over the filligree.
    That's probably what I would do. If you're not well-practiced in Illustrator, this will be a good exercise. Just place the image you have, lock it down (either the object, or you can put it on it's own layer and lock the layer) and start with the pen tool.
    Everyone probably has their own method, but I like to start by placing all the points I think I'll need as corner points (click, but don't drag to make the point curved). I then pick the Direct Selection tool (white arrow) and then the Convert Anchor Point tool. If you click on a point, you can drag it to be curved, but if you hold the Command key (on Mac OS) it will temporarily switch to the Direct Selection tool, which will allow you to move the point if necessary. Others would just make curved points as they go, but this is how I like to do it.
    For the pointy shapes on the end, you could probably make one then rotate a copy. For the curvy parts in the middle, you may be able to make one and scale copies, or use the blend tool. As you go, you can switch the visibility of the placed graphic on and off to see how your creation looks on it's own, and when compared to the original.

  • Looking to upgrade my OS from 10.5.8 to something newer, what would be the best option?

    I would like to upgrade my operating system, but not sure what would be the best option. I have had the computer for several years and haven't had a problem, I just think it's time to upgrade. Any suggestions?

    Which model iMac do you have?
    The best option would be the one (OS) that meets your needs of what you want to do AND if you meet ALL the OS system requirements.  Suggest that you read the system requirements of the OS you are interested in to make sure you meet all the requirements both hardware & software.

Maybe you are looking for