Package ca.uhn.fhir.context.support
Class LookupCodeRequest
java.lang.Object
ca.uhn.fhir.context.support.LookupCodeRequest
Represents parameters which can be passed to the $lookup operation for codes.
- Since:
- 7.0.0
-
Constructor Summary
ConstructorDescriptionLookupCodeRequest
(String theSystem, String theCode) LookupCodeRequest
(String theSystem, String theCode, String theDisplayLanguage, Collection<String> thePropertyNames) -
Method Summary
-
Constructor Details
-
LookupCodeRequest
- Parameters:
theSystem
- The CodeSystem URLtheCode
- The code
-
LookupCodeRequest
public LookupCodeRequest(String theSystem, String theCode, String theDisplayLanguage, Collection<String> thePropertyNames) - Parameters:
theSystem
- The CodeSystem URLtheCode
- The codetheDisplayLanguage
- Used to filter out the designation by the display language. To return all designation, set this value tonull
.thePropertyNames
- The collection of properties to be returned in the output. If no properties are specified, the implementor chooses what to return.
-
-
Method Details
-
getSystem
-
getCode
-
getDisplayLanguage
-
getPropertyNames
-