Giter VIP home page Giter VIP logo

Comments (4)

davidmckenzie avatar davidmckenzie commented on May 27, 2024

Possibly! Have you got some examples so I can visualise it?

from pagermon.

jklnz avatar jklnz commented on May 27, 2024

Yeah, it's a little hard to explain but essentially each pager message is checked on arrival to the server against the list of known regex patterns (probably best to have a table, at the moment I have five patterns)
One example for Ambulance jobs is
(?<AmbulanceCallsign>\w{1,10}?)( )?(?<AmbulancePriority>AIR TRANSFER|GRAY|GREEN|GREY|NOTIFI|NOTIFICATION|ON HOLD|ORANGE|PRIVATE HIRE|PTS|PURPLE|RED|Test|TRIAGE) (?<AmbulanceCallType>\w+?) (?<AmbulanceCalltypeDescription>.+)?; Flat/Unit:(?<Flat>.+)?/(?<Address>.+)

So when one of the messages come through that looks like:
CHR33 RED 31D03 UNCON/FAINT NOT ALERT ; Flat/Unit: /123 Fake St BELFAST

The system runs through all the patterns and checks if it matches, when it does match the ambulance dispatch one it adds whatever the name of the pattern is to the message row. That way in the UI you can view only the Ambulance dispatches.

from pagermon.

jklnz avatar jklnz commented on May 27, 2024

Happy to send you an example picture of what I currently do off list if you want

from pagermon.

davidmckenzie avatar davidmckenzie commented on May 27, 2024

Cool, I get ya. Will have to have a think about that one, see what I can implement that's reusable in other scenarios too :)

from pagermon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.