public interface PrimaryAwardableIF
Modifier and Type | Method and Description |
---|---|
boolean |
isPrimaryAwardableCode()
gets the flag indicating that this Code allows the Diabetes, Neuro 1
and Skin 1 primary code in position 2
Introduced for V3413
|
void |
setPrimaryAwardableCode(boolean primaryAwardableCode)
if the code is null or the code is not a V-Code (I-9) or Z-Code (I-10), and the parameter value
is true, then this throws an IllegalStateException because the value can
not be set to true unless it is a V/Z-Code.
|
boolean isPrimaryAwardableCode()
void setPrimaryAwardableCode(boolean primaryAwardableCode) throws java.lang.IllegalStateException
primaryAwardableCode
- java.lang.IllegalStateException