[email protected]
defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' ); /** * Output socials element * * @var $style string * @var $hover string Size: 'default' / 'none' * @var $facebook string * @var $twitter string * @var $google string * @var $linkedin string * @var $youtube string * @var $vimeo string * @var $flickr string * @var $behance string * @var $instagram string * @var $xing string * @var $pinterest string * @var $skype string * @var $dribbble string * @var $vk string * @var $tumblr string * @var $soundcloud string * @var $twitch string * @var $yelp string * @var $deviantart string * @var $foursquare string * @var $github string * @var $odnoklassniki string * @var $s500px string * @var $houzz string * @var $medium string * @var $tripadvisor string * @var $rss string * @var $custom_icon string * @var $custom_url string * @var $custom_color string * @var $size int * @var $size_tablets int * @var $size_mobiles int * @var $design_options array * @var $id string */ $socials = array( 'facebook' => 'Facebook', 'twitter' => 'Twitter', 'google' => 'Google+', 'linkedin' => 'LinkedIn', 'youtube' => 'YouTube', 'vimeo' => 'Vimeo', 'flickr' => 'Flickr', 'behance' => 'Behance', 'instagram' => 'Instagram', 'xing' => 'Xing', 'pinterest' => 'Pinterest', 'skype' => 'Skype', 'dribbble' => 'Dribbble', 'vk' => 'Vkontakte', 'tumblr' => 'Tumblr', 'soundcloud' => 'SoundCloud', 'twitch' => 'Twitch', 'yelp' => 'Yelp', 'deviantart' => 'DeviantArt', 'foursquare' => 'Foursquare', 'github' => 'GitHub', 'odnoklassniki' => 'Odnoklassniki', 's500px' => '500px', 'houzz' => 'Houzz', 'medium' => '', 'tripadvisor' => '', 'rss' => 'RSS', ); $output_inner = ''; foreach ( $socials as $social_key => $social ) { $social_url = $$social_key; if ( ! $social_url ) { continue; } if ( $social_key == 'skype' ) { // Skype link may be some http(s): or skype: link. If protocol is not set, adding "skype:" if ( strpos( $social_url, ':' ) === FALSE ) { $social_url = 'skype:' . esc_attr( $social_url ); } } else { $social_url = esc_url( $social_url ); } $output_inner .= '
' . $social . '
'; } // Custom icon if ( ! empty( $custom_icon ) AND ! empty( $custom_url ) ) { $output_inner .= '
'; $output_inner .= ''; $output_inner .= ''; $output_inner .= ''; $output_inner .= '
'; } if ( ! empty( $output_inner ) ) { $classes = ' style_' . $style . ' hover_' . $hover; if ( isset( $design_options ) AND isset( $design_options['hide_for_sticky'] ) AND $design_options['hide_for_sticky'] ) { $classes .= ' hide-for-sticky'; } if ( isset( $id ) AND ! empty( $id ) ) { $classes .= ' ush_' . str_replace( ':', '_', $id ); } $output = '
' . $output_inner . '
'; echo $output; }
logologo_white_srishti_Software
  • Home
  • About Us
    • Awards
    • Quality Policy
  • Products
  • Team
  • Career
  • Blogs
    • Product
    • Blog PARAS
    • Blog Corporate
    • Srishti in News
    • Press Release
    • Life @ Srishti
  • Contact Us

Data Collection: Easing Change Management

February 9, 2012No Commentsuser

Priorities have shifted in the Healthcare Industry. It is not just about providing patient care anymore. It is about providing better patient care and patient management by integrating the entire facility.

Enter the Next generation wired hospitals. The credit of this shift goes to the healthcare visionaries, user champions who endorsed the idea of wired hospitals and HMIS vendors who have been working through all these years to make the idea of a fully integrated multi location wired hospital, a reality.

Srishti has spent the last 10 years in the Industry endorsing the idea of integrated multi location hospitals and have delivered IT systems in hospitals with a 100% success rate. We are doing this blog series on ‘successful implementation’ and continuing in the same vein, we asked our implementation experts about ‘Data collection and integration’ in the implementation phase. Data collection, they told us is the process where hospital specific data such as patient information, billing information, finance details etc is migrated to the IT system to be deployed. This lets user champion and staff of the hospital relate to the new system and ease change management.

Our implementation experts firmly believe that data collection is a crucial stage to be planned well in  detail. If not planned properly the roll out and live may be hampered. To prevent that, we follow best practices of data collection by planning and prioritizing in advance so we can be unobtrusive and yet meet our deadlines of implementation.

Previous post Resource Allocation: The Next Step Next post User Adoption Training