{"id":840,"date":"2017-11-09T12:57:41","date_gmt":"2017-11-09T20:57:41","guid":{"rendered":"http:\/\/blackbirdsolutions.com\/?p=840"},"modified":"2018-09-10T07:04:40","modified_gmt":"2018-09-10T15:04:40","slug":"updrading-to-cps-to-12-2-or-emr-9-10","status":"publish","type":"post","link":"https:\/\/blackbirdsolutions.com\/?p=840","title":{"rendered":"Upgrading to CPS to 12.2 or EMR 9.10"},"content":{"rendered":"<div class=\"\">When upgrading your Centricity platform, the Blackbird Framework will require a couple of changes.\u00a0 For those of you who invoke the framework with the standard Blackbird-provided form or quicktext macros, the update will be very easy.<\/div>\n<div class=\"\"><\/div>\n<ol>\n<li>First, you will\u00a0need to install\u00a0an updated clinical kit in your Centricity Environment.<br \/>\nIt is located here:\u00a0<a href=\"https:\/\/blackbirdsolutions.com\/?p=650\" class=\"\">https:\/\/blackbirdsolutions.com\/?p=650<\/a><\/li>\n<li>Second: <strong>If<\/strong> you have custom quicktext macros or custom buttons on custom forms, the URLs will need to be changed for those calls to SHOW_HTML_FORM()<\/li>\n<\/ol>\n<p>For reference, here is a screen-shot of the standard Blackbird-provided form:<\/p>\n<p><a href=\"https:\/\/blackbirdsolutions.com\/wp-content\/uploads\/2017\/11\/2018-08-24_08-23-01.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/blackbirdsolutions.com\/wp-content\/uploads\/2017\/11\/2018-08-24_08-23-01.png\" alt=\"\" width=\"717\" height=\"230\" class=\"alignnone size-full wp-image-925\" srcset=\"https:\/\/blackbirdsolutions.com\/wp-content\/uploads\/2017\/11\/2018-08-24_08-23-01.png 717w, https:\/\/blackbirdsolutions.com\/wp-content\/uploads\/2017\/11\/2018-08-24_08-23-01-300x96.png 300w\" sizes=\"auto, (max-width: 717px) 100vw, 717px\" \/><\/a><\/p>\n<p>For those who are invoking the Blackbird framework from your own customized buttons, below are some examples of the differences in the URL format. Effectively, what we have done is removed the reference to the redirect form on the JBoss server.<\/p>\n<div class=\"\">\n<div class=\"\">\n<div class=\"\"><b class=\"\">Only deploy these changes at the time of the upgrade:<\/b><\/div>\n<div class=\"\"><\/div>\n<div class=\"\">\n<pre><b class=\"\">Navigate to the summary view (default\u00a0invocation)\r\nOLD: <\/b>{show_html_form(\"\/\/localserver\/EncounterForms\/BBS_EFS\/BBS_redirect.html\",\"Blackbird Clinical Framework\")}<br class=\"\" \/><b class=\"\">NEW:\u00a0<\/b>{show_html_form(\"<span style=\"text-decoration: underline;\"><span style=\"color: #3366ff; text-decoration: underline;\">http:\/\/content.blackbirdsolutions.com\/bbs_efs#\/lists\/all<\/span><\/span>\",\"Blackbird Content Framework\")}<\/pre>\n<\/div>\n<pre><b class=\"\">Navigate to specific clinical list views in the patient chart\r\n<\/b><b class=\"\">OLD: <\/b>{show_html_form(\"\/\/localserver\/EncounterForms\/BBS_EFS\/BBS_redirect.html?navigateTo=problems\",\"Blackbird Clinical Framework\")}\r\n<b class=\"\">NEW:<\/b><span><span>{show_html_form(\"<span style=\"text-decoration: underline;\"><span style=\"color: #3366ff; text-decoration: underline;\">http:\/\/content.blackbirdsolutions.com\/bbs_efs#\/lists\/problems<\/span><\/span>\",\"Blackbird Content Framework\")}\r\n<\/span><\/span><\/pre>\n<pre><strong>OLD:<\/strong> {show_html_form(\"\/\/localserver\/EncounterForms\/BBS_EFS\/BBS_redirect.html?navigateTo=medications\",\"Blackbird Clinical Framework\")}\r\n<strong>NEW:<\/strong> {show_html_form(\"http:\/\/content.blackbirdsolutions.com\/bbs_efs#\/lists\/medications\",\"Blackbird Content Framework\")}<\/pre>\n<pre><b class=\"\">OLD: <\/b>{show_html_form(\"\/\/localserver\/EncounterForms\/BBS_EFS\/BBS_redirect.html?navigateTo=allergies\",\"Blackbird Clinical Framework\")}<br class=\"\" \/><b class=\"\">NEW:\u00a0<\/b>{show_html_form(\"<span style=\"text-decoration: underline;\"><span style=\"color: #3366ff; text-decoration: underline;\">http:\/\/content.blackbirdsolutions.com\/bbs_efs#\/lists\/allergies<\/span><\/span>\",\"Blackbird Content Framework\")}<\/pre>\n<pre><b class=\"\">OLD: <\/b>{show_html_form(\"\/\/localserver\/EncounterForms\/BBS_EFS\/BBS_redirect.html?navigateTo=directives\",\"Blackbird Clinical\u00a0Framework\")}<br class=\"\" \/><b class=\"\">NEW: <\/b>{show_html_form(\"<span style=\"text-decoration: underline;\"><span style=\"color: #3366ff; text-decoration: underline;\">http:\/\/content.blackbirdsolutions.com\/bbs_efs#\/lists\/directives<\/span><\/span>\",\"Blackbird Content Framework\")}<\/pre>\n<pre><b class=\"\">OLD: <\/b>{show_html_form(\"\/\/localserver\/EncounterForms\/BBS_EFS\/BBS_redirect.html?navigateTo=orders\",\"Blackbird Clinical\u00a0Framework\")}<br class=\"\" \/><b class=\"\">NEW: <\/b>{show_html_form(\"<span style=\"text-decoration: underline;\"><span style=\"color: #3366ff; text-decoration: underline;\">http:\/\/content.blackbirdsolutions.com\/bbs_efs#\/lists\/orders<\/span><\/span>\",\"Blackbird Content Framework\")}<\/pre>\n<pre><b class=\"\">Navigate directly to the problem search dialog<\/b><br class=\"\" \/><b class=\"\">OLD: <\/b>{show_html_form(\"\/\/localserver\/EncounterForms\/BBS_EFS\/BBS_redirect.html?navigateTo=addProblemDialog\",\"Blackbird Clinical\u00a0Framework\")}\r\n<b class=\"\">NEW:<\/b>{show_html_form(\"<span style=\"text-decoration: underline;\"><span style=\"color: #3366ff; text-decoration: underline;\">http:\/\/content.blackbirdsolutions.com\/bbs_efs#\/lists\/problems?addProblem=true<\/span><\/span>\",\"Blackbird Content Framework\")}<\/pre>\n<pre><b class=\"\">Navigate directly to a search for a specific problem string<\/b><br class=\"\" \/><b class=\"\">OLD: <\/b>{show_html_form(\"\/\/localserver\/EncounterForms\/BBS_EFS\/BBS_redirect.html?searchTerm=asthma\",\"Blackbird Clinical\u00a0Framework\")}\r\n<b class=\"\">NEW:\u00a0<\/b>{show_html_form(\"<span style=\"text-decoration: underline;\"><span style=\"color: #3366ff; text-decoration: underline;\">http:\/\/content.blackbirdsolutions.com\/bbs_efs#\/lists\/problems?addProblem=true&amp;searchTerm=asthma<\/span><\/span>\",\"Blackbird Content Framework\")}<\/pre>\n<pre><b class=\"\">OLD: <\/b>{show_html_form(\"\/\/localserver\/EncounterForms\/BBS_EFS\/BBS_redirect.html?searchTerm=sinusitis, acute\",\"Blackbird Clinical\u00a0Framework\")}<br class=\"\" \/><b class=\"\">NEW:<\/b>{show_html_form(\"<span style=\"text-decoration: underline;\"><span style=\"color: #3366ff; text-decoration: underline;\">http:\/\/content.blackbirdsolutions.com\/bbs_efs#\/lists\/problems?addProblem=true&amp;searchTerm=sinusitis, acute<\/span><\/span>\",\"Blackbird Content Framework\")}<\/pre>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>When upgrading your Centricity platform, the Blackbird Framework will require a couple of changes.\u00a0 For those of you who invoke the framework with the standard Blackbird-provided form or quicktext macros, the update will be very easy. First, you will\u00a0need to install\u00a0an updated clinical kit in your Centricity Environment. It is located here:\u00a0https:\/\/blackbirdsolutions.com\/?p=650 Second: If you [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-840","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/blackbirdsolutions.com\/index.php?rest_route=\/wp\/v2\/posts\/840","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blackbirdsolutions.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blackbirdsolutions.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blackbirdsolutions.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blackbirdsolutions.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=840"}],"version-history":[{"count":9,"href":"https:\/\/blackbirdsolutions.com\/index.php?rest_route=\/wp\/v2\/posts\/840\/revisions"}],"predecessor-version":[{"id":928,"href":"https:\/\/blackbirdsolutions.com\/index.php?rest_route=\/wp\/v2\/posts\/840\/revisions\/928"}],"wp:attachment":[{"href":"https:\/\/blackbirdsolutions.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=840"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blackbirdsolutions.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=840"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blackbirdsolutions.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=840"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}