Uses of Interface
org.hl7.fhir.instance.model.api.IBaseCoding
-
Packages that use IBaseCoding Package Description ca.uhn.fhir.model.api ca.uhn.fhir.rest.gclient ca.uhn.fhir.rest.param org.hl7.fhir.instance.model.api -
-
Uses of IBaseCoding in ca.uhn.fhir.model.api
Classes in ca.uhn.fhir.model.api that implement IBaseCoding Modifier and Type Class Description classTagA single tagMethods in ca.uhn.fhir.model.api that return IBaseCoding Modifier and Type Method Description IBaseCodingTag. setCode(String theTerm)IBaseCodingTag. setDisplay(String theLabel)IBaseCodingTag. setSystem(String theScheme) -
Uses of IBaseCoding in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient with parameters of type IBaseCoding Modifier and Type Method Description ICriterion<?>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 IBaseCoding Constructor Description TokenParam(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 IBaseCoding Modifier and Type Method Description IBaseCodingIBaseMetaType. addSecurity()IBaseCodingIBaseMetaType. addTag()IBaseCodingIBaseMetaType. getSecurity(String theSystem, String theCode)Returns the first security label (if any) that has the given system and code, or returnsnullif noneIBaseCodingIBaseMetaType. getTag(String theSystem, String theCode)Returns the first tag (if any) that has the given system and code, or returnsnullif noneIBaseCodingIBaseCoding. setCode(String theTerm)IBaseCodingIBaseCoding. setDisplay(String theLabel)IBaseCodingIBaseCoding. setSystem(String theScheme)Methods in org.hl7.fhir.instance.model.api that return types with arguments of type IBaseCoding Modifier and Type Method Description List<? extends IBaseCoding>IBaseMetaType. getSecurity()List<? extends IBaseCoding>IBaseMetaType. getTag()
-