
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 SummaryConstructorsConstructorDescriptionLookupCodeRequest(String theSystem, String theCode) LookupCodeRequest(String theSystem, String theCode, String theDisplayLanguage, Collection<String> thePropertyNames) 
- 
Method Summary
- 
Constructor Details- 
LookupCodeRequest- Parameters:
- theSystem- The CodeSystem URL
- theCode- The code
 
- 
LookupCodeRequestpublic LookupCodeRequest(String theSystem, String theCode, String theDisplayLanguage, Collection<String> thePropertyNames) - Parameters:
- theSystem- The CodeSystem URL
- theCode- The code
- theDisplayLanguage- Used to filter out the designation by the display language. To return all designation, set this value to- null.
- thePropertyNames- The collection of properties to be returned in the output. If no properties are specified, the implementor chooses what to return.
 
 
- 
- 
Method Details