EHR

Component type

module

Maintenance status

Development status

Component created

Component changed

EHR stands for Electronic Health Record. This module is a common pattern in health record management. This module supports an online patient health record database.

This project was originally designed for Chinese medicine center.

Module features:

  • Maintain health record for patient and doctor
  • Easy access to past history
  • Search record on date or symptom or name or any combinations
  • Reuse part of existing recipes
  • User Relationship Birthdays

    Component type

    module

    Categories

    Maintenance status

    Development status

    Downloads

    661

    Component created

    Component changed

    A module which integrates with User Relationships module to provide a birthday notification block for your related users. You can choose which relationship types generate birthday notifications and can designate the CCK field which holds the profile birthday information.

    Currently, this uses content profile and CCK datefields for birthday information. There is no core profile integration.

    LDAP Single Sign On

    Component type

    module

    Maintenance status

    Development status

    Downloads

    6494

    Component created

    Component changed

    The LDAP Single Sign-On module provides an administrator with the ability to configure a Drupal site to use either NTLM or Kerberos to authenticate Drupal users.

    In short, it relies on the $_SERVER web server variable to integrate a site within a managed domain. The net effect is that either automatically, or by visiting a link, a user is authenticated and logged into a Drupal site without requiring the user to manually enter credentials on suitably configured installations.

    FastFetch

    Component type

    module

    Maintenance status

    Development status

    Downloads

    2734

    Component created

    Component changed

    Fetches data faster than using the standard Drupal API by avoiding node_load().

    Functions in this release:

    ff_title($nid, $type = "", $published = "")

    • Returns the name of the node provided in $nid
    • $nid = Node ID of item to lookup
    • $type = If provided, limit search to passed content type (Machine Readable)
    • $published = Returns title of nid regardless of publication status. If provided, limit search to 1 Published, or 0 Unpublished

    ff_term($tid, $vid = "")