Quién usa el chat?: Evaluando el interés en el uso de las redes como sistema de colaboración digital, Una visión hacia la Radiología desde el ámbito hospitalario.
Quién usa el chat?: Evaluando el interés en el...
Read MoreA new Radiology App Reporting Quality Assurance System (RQAS): Introducing the era of interactive patients portals
Want to receive your reports via email rather than...
Read MoreThe rise of radiology second opinion to replace passive patient portals: A merging between patient FAQ, AI for revisiting cases & radiology zoom support.
There is a need of a image-enabled patient portal...
Read MoreSorting Radiology Dosimetry fragmentation Data, granting a controlled access and lifelong de-identified data system
Healthcare data has an extraordinary potential to teach us...
Read MoreUn nuevo sistema de teleradiología descentralizada basado en Blockchain con tecnología de contabilidad distribuida del inglés Distributed Ledger Technology (DLT).
Consiste en la creación de una plataforma de teleradiología...
Read MoreTransition of Care Actionable Data (ToCADA) with Deep Learning (DL) to predict real-time admissions and reconcile discharge plans in chronic care for radiology.
Need Statement Provide timely, predictable, and anticipated reconciled individualized...
Read MoreChange role when user expires? '
function handle_on_expire_default_to_role( $expired_user ) { //if ( $expired_user->on_expire_default_to_role )...
Read Morechange role on the first log in Wordpress
add_action( ‘loop_start’, ‘personal_message_when_logged_in6’ ); function personal_message_when_logged_in6() { if( is_user_logged_in())...
Read MoreAdd Tab links profile Sidebar in Woocomerce with points
/* Tab links Apps woom */ add_filter(‘um_account_page_default_tabs_hook’, ‘my_custom_tab_in_um3’, 100...
Read MoreAdd fields after registration in Wordpress Ultimate Member
add_action(‘um_after_new_user_register’, ‘submit_myfield’, 10, 1); function submit_myfield($user_id){ $psswd = substr(...
Read MoreAdd fields to profile with API RESTplugin User Plus
/* Add fields*/ add_filter(‘user_contactmethods’, ‘my_user_contactmethods’); function my_user_contactmethods($user_contactmethods){ $user_contactmethods[‘yim’] =...
Read MoreNew tab ultimate member action
add_filter(‘um_account_page_default_tabs_hook’, ‘my_custom_tab_in_um’, 100 ); function my_custom_tab_in_um( $tabs ) {...
Read Moreupdate role WP to UM
function updateRole($user_id){ // Get UM role $role = get_user_meta(...
Read MoreAdd attributes to our checkout fields in Woocomerce
function wc_add_checkout_add_ons_attributes( $checkout_fields ) { $add_on_id = 2; //...
Read More