Blog.corbinet.com

myEvolv Tips: Reusable User-Defined Picklist Fields

WEBUser defined fields are commonly paired with a user defined look-up table. In order to re-use these, you should select the user_defined_lut_id foreign key column. Since all of …

Actived: 7 days ago

URL: https://blog.corbinet.com/myevolv-tips-reusable-user-defined-picklist-fields/

How To: Setup Multiple Subforms from the Same Form Family on …

WEBWhen you put a Non Event Based Subform on Form, the database link between the parent form and the subform occurs on event_log_id.For example, if you have a Materials …

Category:  Health Go Health

How To: Create a Better Treatment Link Subform – CorbiNet Blog

WEBOne of the most powerful aspects of an electronic health record is the ability to link service documentation to a client’s goals and objectives and to ensure that the services …

Category:  Health Go Health

How To: Add Additional Links to Formsets on a Form

WEBThere may be times when you want to add more than one link to a formset on a single form. If you look at the Link to Person field in the form designer, you will see most of the setup …

Category:  Health Go Health

myEvolv Sub Reports MEGAPOST – CorbiNet Blog

WEBUse & Purpose. Sub reports are used to pull data that is already in myEvolv onto forms. In the form designer, you can add a UDF Report to any form as a method of …

Category:  Health Go Health

How To: Carry Referral Source and Referral Reason Forward on …

WEBThis blog covers off-script configuration of the myEvolv electronic health record. Netsmart's official documentation warns against making changes to some of the parts of myEvolv …

Category:  Health Go Health

How To: Create Multi-Select Form Controls using Driving Form Line

WEBStep 3 – Form Driving Line. There is a setting that has been available for a while but seldom used called Driving Form Line available in the form header properties. What is does is …

Category:  Health Go Health

subforms – CorbiNet Blog

WEBWhen you put a Non Event Based Subform on Form, the database link between the parent form and the subform occurs on event_log_id.For example, if you have a Materials …

Category:  Health Go Health

myEvolv – Page 2 – CorbiNet Blog

WEBOne of the most powerful aspects of an electronic health record is the ability to link service documentation to a client’s goals and objectives and to ensure that the …

Category:  Health Go Health

Reporting Resources – CorbiNet Blog

WEBReporting/Dashboarding. This is a presentation by Mike Conway, Besa Bauta and myself from the 2018 NYEUG Training Summit. It covers some of the reporting, dashboarding …

Category:  Health Go Health

How To: Enable/Disable a Field Based on the Selected Value in a

WEBThe disable rule in myEvolv works like an if-statement where you get to determine the conditions. Whatever you put into the disable rule property will be evaluated and if the …

Category:  Health Go Health

myEvolv Tips: Subform Field Manipulation – CorbiNet Blog

WEBScenario 1: Get the Value of a Subform Field. This code is for use within the subform, e.g. if you want to default the value of one field based on the value of another on the same …

Category:  Health Go Health

How To: Launch Forms from Other Forms – CorbiNet Blog

WEB1) In Internet Explorer, go to Internet Options. 2) Click on the “Security” tab. 3) Make sure you are in the “Trusted Sites” zone and click “Custom level…”. 4) In the “Miscellaneous” …

Category:  Health Go Health

myEvolv How To – CorbiNet Blog

WEBClick the “Grouping Tab”, select the “Grouped Flat-Table” radio button and then click the “Add Grouping Layer” button. On your first layer, add the form_family_name and …

Category:  Health Go Health

How To: Default a Date Field Value Based on Another Date Field

WEBI accomplish this first by declaring variables for the month, day and year: var mm = date.getMonth() + 1; //+1 is needed because in JavaScript Date objects, January is 0. …

Category:  Health Go Health

How To: Calculate Units Based on Duration – CorbiNet Blog

WEBSo in addition to the division, we will also use JavaScript’s Math.floor method so that partial units are rounded down to the nearest whole. var units = Math.floor(mins / 15); If you …

Category:  Health Go Health

myEvolv Tips: Third Party Software Installation Files

WEBmyEvolv uses some third-party plugins for things like scanning and printing. The installer for these are supposed to execute automatically for users when they reach a point where …

Category:  Health Go Health

A name was started with an invalid character

WEBThis blog covers off-script configuration of the myEvolv electronic health record. Netsmart's official documentation warns against making changes to some of the parts of myEvolv …

Category:  Health Go Health

Tips & Tricks: Remove Unwanted Service Related Encounter

WEBFortunately, there is a way to get around this. myEvolv automatically adds the Service Related Encounter Fields to your form if the event is a service. myEvolv also does not …

Category:  Health Go Health

*ARCHIVE* How To: Default Value in Picklist Field

WEBWith the GUID used as the default value on the picklist field, now ‘Day Treatment’ is the default value on the treatment plan whenever a new Category component is added to …

Category:  Health Go Health

How To: Default Value for Picklist Field – CorbiNet Blog

WEBWith those bits of information, I can put together a getDataValue () call that will return the correct GUID and I can put that call into the Default Value attribute for my Service …

Category:  Health Go Health