Skip to content
View PaulBradley's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report PaulBradley

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. nhs-number-validation nhs-number-validation Public

    A windows DLL written in Go to provide a fast NHS Number validator to other languages like C#

    Go

  2. cron-monitor cron-monitor Public

    A Go HTTP service which monitors cron job completion by listening for check-in's from each service. Alerts are sent if the cron job hasn't phoned home within the required timeframe

    Makefile

  3. atna-vault atna-vault Public

    An ATNA (Audit Trail and Node Authentication) Cloud Backup Utility

    Go 1

  4. Generating Deterministic UUID's With... Generating Deterministic UUID's Within Go #golang
    1
    # Generating Deterministic UUID's Within Go
    2
    
                  
    3
    I recently worked on a project which needed to interface five hospital systems to one national system. As part of the SOAP submission to the national system I needed to provide a unique UUID which would identify each user from the source hospital system. I wanted to generate the UUID on the fly as the message was being created - so I needed a way to regenerate the same UUID for the same user.
    4
    
                  
    5
    Each hospital system had their own unique user account reference. So by combining this unique account reference with an organisation identifier, I could generate a unique UUID for users with the same account reference across different facilities.