add_RXProgID: add_RXProgID

Description Usage Arguments Examples

View source: R/add_RXProgID.R

Description

Add a program to the RX_Master lsit

Usage

1
2
add_RXProgID(ItemMeta1, ServiceType, ProgName, ProgDescription,
  db.settings)

Arguments

ItemMeta1

User group aka where to file this program under

ServiceType

Typically Community or Governance.

ProgName

The program name

ProgDescription

The Program description

db.settings

Database user, host, pw

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.