FBObservationCodeTable_BR::findByObservationCode Method
Searches for a particular record in the FBObservationCodeTable_BR table by using the specified observation code.
Syntax
client server public static FBObservationCodeTable_BR findByObservationCode(FBObservationCode_BR _observationCode, [boolean _forUpdate])
Run On
Called
Parameters
- _observationCode
Type: FBObservationCode_BR Extended Data Type
The observation code for the record that you want to find in the table.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record will be read for updating; optional.
Return Value
Type: FBObservationCodeTable_BR Table
Either a record from the FBObservationCodeTable_BR table or an empty record.