getHealthUnitByName {ccmReportR}R Documentation

Retrieve a Health Unit's Id by name

Description

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

Usage

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.


[Package ccmReportR version 0.1.0 Index]