Uses of Interface
org.hl7.fhir.instance.model.api.IBaseCoding
Packages that use IBaseCoding
Package
Description
-
Uses of IBaseCoding in ca.uhn.fhir.model.api
Classes in ca.uhn.fhir.model.api that implement IBaseCodingMethods in ca.uhn.fhir.model.api that return IBaseCoding -
Uses of IBaseCoding in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient with parameters of type IBaseCodingModifier 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.systemandCoding.valuevalues. -
Uses of IBaseCoding in ca.uhn.fhir.rest.param
Constructors in ca.uhn.fhir.rest.param with parameters of type IBaseCodingModifierConstructorDescriptionTokenParam(IBaseCoding theCoding)Construct aTokenParamfrom thegetSystem()() system} andgetCode()() code} of aIBaseCodinginstance. -
Uses of IBaseCoding in org.hl7.fhir.instance.model.api
Methods in org.hl7.fhir.instance.model.api that return IBaseCodingModifier 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 returnsnullif noneReturns the first tag (if any) that has the given system and code, or returnsnullif noneIBaseCoding.setDisplay(String theLabel)Methods in org.hl7.fhir.instance.model.api that return types with arguments of type IBaseCodingModifier and TypeMethodDescriptionList<? extends IBaseCoding>IBaseMetaType.getSecurity()List<? extends IBaseCoding>IBaseMetaType.getTag()