Package com.ibm.fhir.persistence.util
Interface LogicalIdentityProvider
- 
- All Known Implementing Classes:
 TimestampPrefixedUUID
public interface LogicalIdentityProviderSupports different strategies for creating identity strings 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcreateNewIdentityValue()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:
 
 
 - 
 
 -