Interface EcogMapper
-
- All Known Implementing Classes:
FollowUpEcogDataMapper,KpaEcogDataMapper
public interface EcogMapperCommon interface for mappers that map ECOG performance status data- Since:
- 0.9
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @Nullable dev.pcvolkmer.mv64e.mtb.PerformanceStatusgetById(int id)default @Nullable dev.pcvolkmer.mv64e.mtb.EcogCodinggetEcogCoding(@Nullable java.lang.String value)Maps a string value to an ECOG coding
-
-
-
Method Detail
-
getById
@Nullable dev.pcvolkmer.mv64e.mtb.PerformanceStatus getById(int id)
-
getEcogCoding
default @Nullable dev.pcvolkmer.mv64e.mtb.EcogCoding getEcogCoding(@Nullable java.lang.String value)
Maps a string value to an ECOG coding- Parameters:
value- the string value to map- Returns:
- the ECOG coding or null if the value is invalid
-
-