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 Details
-
getSystem
-
hasSystem
boolean hasSystem() -
getVersion
-
hasVersion
boolean hasVersion() -
supportsVersion
boolean supportsVersion() -
getCode
-
hasCode
boolean hasCode() -
getDisplay
-
hasDisplay
boolean hasDisplay() -
supportsDisplay
boolean supportsDisplay()
-