diagnosis property

List<AccountDiagnosis>? diagnosis
inherited

diagnosis When using an account for billing a specific Encounter the set of diagnoses 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<AccountDiagnosis>? get diagnosis => throw _privateConstructorUsedError;