Common Layout Item Properties

Updated by Steven Garand

One or more items must be selected before setting their common properties. Click the 'Select Group' button on and mouse drag select the item or items.
Select all desired items before changing their common properties to apply the properties to all selected items at the same time.
If items are overlapped, the most recently added item will appear on top. To move underlying items to the top, export them as a selection, delete them, then import them.

Options

  1. Edit: Determines if user can edit item values.
    1. write: Allows user to edit item values.
    2. read: Prevents users from editing item values.
  2. Hide: Determines if the item is hidden. Hidden items can not be viewed or modified and are typically used in JavaScript calculations.
  3. Color: Used to either show a user can edit an item or to allow the background image to show through the item.
    1. transp: Specifies the item background as transparent (see through). Use this option if the item can not be edited and the border is actually determined by a background image.
    2. yellow: Specify this option if the user can edit the item values. Specifies the item background as yellow.
    3. green: Do not use. Used on layout order forms only to indicate a grouped item. Specifies the item background as green.
    4. lt green: Do not use. Used on layout order forms only to indicate a grouped item. Specifies the item background as light green.
    5. none: Specifies the item background as white. Use this option if the item can not be edited and there is no background image containing the border for the item.
  4. Border: Used to shows a border around or line under an item.
    1. sides: Displays a border around the item.
    2. bottom: Displays a line under the item. Typically used with text boxes if no background image lines used.
    3. none: Does not display any borders around or line under an item.
  5. Opacity: Determines if the background of the item is see through.
    1. see thru: Specifies the item background as transparent (see through).
    2. solid: Specifies the item background as solid (opaque).
  6. Group: Do not use. Used on layout order forms only to indicate a grouped item.
  7. Data: Determines how the data is connected to the database.
    1. none: No connection to the database.
    2. equip: Do not use. Used on layout order forms only.
    3. database: Connected to a database value. The connection details are determined by the information entered in the 'Set Database Link Info' window shown when the 'Edit Database Type' button is clicked.
  8. Edit database type button: Opens the 'Set Database Link Info' window to allow setting the database connection details.
    1. Menu Buttons
      1. OK: Saves the link information and closes the window.
      2. Cancel: Does not save the link changes and closes the window.
      3. New Row: Adds a new database link. There must be at least one database link. Editable items must have only one link. Multiple links can be used to calculate a composite read only value for the item. For instance a link to a city, and another link to a state. A specified delimiter specifies the characters to separate multi link values. In this example a comma could be specified resulting in the city followed by the state and separated by a comma.
      4. Delete Row: Deletes a database link.
      5. Add Filter: Only used with a Link Type of 'orderLevel'. An order level link is a user defined database connection name for an order. If the link type is 'orderLevel', any previously user defined database connection names actually entered on any form are listed in the Filter column of the grid. If the name is not listed in the Filter grid column, click on the 'Add Filter' button and enter the missing name when prompted. Make sure to use a unique descriptive name that fully identifies the data it will hold. Failure to do this might result in data corruption. A good name would be HandStrenghtOnMyCustomEvalForm instead of HandStrength. The entered name should now appear as an option in the Filter grid column.
    2. Grid
      1. Link Type: Determines the database link type.
        1. claimPatientCurrentEquip: Do not use.
        2. claimTaskCompleted: Information on a completed task. The desired task is specified in the Filter Column.
        3. companyBillTo: Bill to address information for the order.
        4. companyOffice: Company branch office information for the order.
        5. companyShipTo: Ship to address information for the order.
        6. customTeamMember: Custom team member information for the order. The desired custom team member type is specified in the Filter Column.
        7. facility: Facility information for the order.
        8. formLevel: Do not use.
        9. lineItem: Do not use.
        10. lineItemLevel: Do not use.
        11. manufacturer: Do not use.
        12. order: Direct order information including order number, order status, order type, created date, discount off standard fee, ICD codes, and order notes.
        13. orderLevel: Use an order level link if no other existing link type is appropriate. An order level link defines a custom database connection link identified by a unique name specified by the user. If the link type is 'orderLevel', any previously user defined database connection names actually entered on any form are listed in the Filter column of the grid. If the name is not listed in the Filter grid column, click on the 'Add Filter' button and enter the missing name when prompted. The entered name should now appear as an option in the Filter grid column.
        14. patient: Patient information for the order.
        15. patientLevel: Rarely used. Similar to orderLevel described above except the link applies to a single value for the patient on the order and is not specific to any particular order for the patient.
        16. payer: Payer (insurance) information for the order. The desired payer order (primary, secondary, etc.) is specified as a number (1, 2, 3, 4) in the Filter Column.
        17. physicianOrdering: Information for the ordering physician on the order.
        18. physicianPcp: Information for the primary care physician on the order.
        19. physicianReferring: Information for the referring physician on the order.
        20. referralSource: Information for the referral source on the order.
        21. rts: Information for the RTS (ATP) on the order.
        22. special: Current date or current month.
        23. subscriber: Subscriber information for the order. The desired payer order (primary, secondary, etc.) for the subscriber is specified as a number (1, 2, 3, 4) in the Filter Column.
        24. therapist: Information for the therapist on the order.
      2. Field: Specific data for the Link Type selected. Note: Always select 'StrValue' for orderLevel and patientLevel Link Type.
      3. Filter: Additional qualifier for the Link Type. Note: If missing for orderLevel and patientLevel Link Type, add a new filter name using the 'Add Filter' button and enter a unique descriptive name.
      4. Delimiter: Character(s) to use between multiple database links.
        1. comma: Adds a comma character between data links.
        2. comma space: Adds a comma and space between data links.
        3. dash: Adds a dash character between data links.
        4. space: Adds a space character between data links.
      5. Show: Only effects printing items on pages with equipment grids. Equipment grids will normally automatically create repeat pages if line items don't fit on a single page. Use the show property to specify the item is in a header on only the first page, is on every repeat page, or is an item in the footer only on the last repeated page.
        1. any: Show item on all repeat pages.
        2. first: Show item only on first repeat page. Used to create a header for repeat pages.
        3. last: Show item only on last repeat page. Used to create a footer for repeat pages.
      6. Font Size: Size of the text font in pixels.
      7. Left: Read only value of the left of the item in inches.
      8. Top: Read only value of the top of the item in inches.
      9. Width: Read only value of the width of the item in inches.
      10. Height: Read only value of the height of the item in inches.
      11. Skip Validation: ARTSCO internal use.

See Also:


How did we do?