Interface FhirRefSequenceDAO
-
- All Known Implementing Classes:
FhirRefSequenceDAOImpl
,FhirRefSequenceDAOImpl
public interface FhirRefSequenceDAO
Enables the next value to be retrieved from the ref sequence.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
nextValue()
Get the next value from the FHIR_REF_SEQUENCE
-