Uses of Interface
org.hl7.fhir.instance.model.api.IBaseCoding
Package
Description
-
Uses of IBaseCoding in ca.uhn.fhir.context.support
ModifierConstructorDescriptionTranslateCodeRequest
(List<IBaseCoding> theCodings, String theTargetSystemUrl) TranslateCodeRequest
(List<IBaseCoding> theCodings, String theTargetSystemUrl, String theConceptMapUrl, String theConceptMapVersion, String theSourceValueSetUrl, String theTargetValueSetUrl, IIdType theResourceId, boolean theReverse) -
Uses of IBaseCoding in ca.uhn.fhir.model.api
Modifier and TypeMethodDescriptionTag.setDisplay
(String theLabel) Tag.setUserSelected
(boolean theUserSelected) Tag.setVersion
(String theVersion) -
Uses of IBaseCoding in ca.uhn.fhir.rest.gclient
Modifier and TypeMethodDescriptionICriterion
<?> TokenClientParam.IMatches.codings
(IBaseCoding... theCodings) Creates a search criterion that matches a given system with a collection of possible codes (this will be used to form a comma-separated OR query) with the givenCoding.system
andCoding.value
values. -
Uses of IBaseCoding in ca.uhn.fhir.rest.param
ModifierConstructorDescriptionTokenParam
(IBaseCoding theCoding) Construct aTokenParam
from thegetSystem()
() system} andgetCode()
() code} of aIBaseCoding
instance. -
Uses of IBaseCoding in org.hl7.fhir.instance.model.api
Modifier and TypeMethodDescriptionIBaseMetaType.addSecurity()
IBaseMetaType.addTag()
IBaseMetaType.getSecurity
(String theSystem, String theCode) Returns the first security label (if any) that has the given system and code, or returnsnull
if noneReturns the first tag (if any) that has the given system and code, or returnsnull
if noneIBaseCoding.setDisplay
(String theLabel) IBaseCoding.setUserSelected
(boolean theUserSelected) IBaseCoding.setVersion
(String theVersion) Modifier and TypeMethodDescriptionList
<? extends IBaseCoding> IBaseMetaType.getSecurity()
List
<? extends IBaseCoding> IBaseMetaType.getTag()