procedure property

List<AccountProcedure>? procedure
inherited

procedure When using an account for billing a specific Encounter the set of procedures that are relevant for billing are stored here on the account where they are able to be sequenced appropriately prior to processing to produce claim(s).

Implementation

List<AccountProcedure>? get procedure => throw _privateConstructorUsedError;