edit_RXProgID: edit_RXProgID

Description Usage Arguments Examples

View source: R/edit_RXProgID.R

Description

Update an RX master program by ID

Usage

1
2
edit_RXProgID(RX_ProgID, ItemMeta1 = NULL, ServiceType = NULL,
  ProgName = NULL, ProgDescription = NULL, db.settings)

Arguments

RX_ProgID

The ID of the program to update

ItemMeta1

User group aka where to file this program under

ServiceType

Typically Community or Governance.

ProgName

The program name

ProgDescription

The Program description

Examples

1
2
3
edit_RXProgID(RX_ProgID=1,ProgName='Updated ProgName')
edit_RXProgID(RX_ProgID=1,ProgName='Updated ProgName',ItemMeta1='New user group')
Need to specify the RX_ProgID and then reference a column for updating. You may specify any combinations of ItemMeta1, ServiceType, ProgName, or ProgDEscription for updating

RX-PBB/ProgramMapping documentation built on May 6, 2020, 5:29 p.m.