Package org.hl7.fhir.instance.model.api
Interface IBaseCoding
-
- All Superinterfaces:
IBase,Serializable
- All Known Implementing Classes:
Tag
public interface IBaseCoding extends IBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCode()StringgetDisplay()StringgetSystem()IBaseCodingsetCode(String theTerm)IBaseCodingsetDisplay(String theLabel)IBaseCodingsetSystem(String theScheme)-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, isEmpty, setUserData
-
-
-
-
Method Detail
-
getDisplay
String getDisplay()
-
setCode
IBaseCoding setCode(String theTerm)
-
setDisplay
IBaseCoding setDisplay(String theLabel)
-
setSystem
IBaseCoding setSystem(String theScheme)
-
-