Package com.ibm.fhir.persistence.util
Interface LogicalIdentityProvider
-
- All Known Implementing Classes:
TimestampPrefixedUUID
public interface LogicalIdentityProvider
Supports different strategies for creating identity strings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
createNewIdentityValue()
Create a new identity string.
-
-
-
Method Detail
-
createNewIdentityValue
String createNewIdentityValue()
Create a new identity string. The max length of the string will never be greater than 100 (ASCII) characters- Returns:
-
-