getHealthUnitByName: Retrieve a Health Unit's Id by name

Description Usage Arguments Value

View source: R/getHealthUnitByName.R

Description

getHealthUnitByName() searches the PHU_Stage_Table__c object and returns the Id for the specified health unit.

Usage

1
getHealthUnitByName(healthUnitName)

Arguments

healthUnitName

Character scalar or vector. Names the health unit to use when searching for an Id.

Value

If the query succeeds, a character scalar or vector of health unit Id's. Otherwise, an error is returned.


ccmReportR documentation built on Feb. 12, 2021, 1:06 a.m.