Package org.hl7.fhir.r4.model
Interface ICoding
-
- All Known Implementing Classes:
Age,CodeType,Coding,Count,Distance,Duration,Element.ICodingImpl,Enumeration,MoneyQuantity,Quantity,SimpleQuantity
public interface ICoding
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCode()StringgetDisplay()StringgetSystem()StringgetVersion()booleanhasCode()booleanhasDisplay()booleanhasSystem()booleanhasVersion()booleansupportsDisplay()booleansupportsVersion()
-
-
-
Method Detail
-
hasSystem
boolean hasSystem()
-
getVersion
String getVersion()
-
hasVersion
boolean hasVersion()
-
supportsVersion
boolean supportsVersion()
-
hasCode
boolean hasCode()
-
getDisplay
String getDisplay()
-
hasDisplay
boolean hasDisplay()
-
supportsDisplay
boolean supportsDisplay()
-
-