| Package | Description |
|---|---|
| ca.uhn.fhir.context.support |
| Modifier and Type | Method and Description |
|---|---|
IContextValidationSupport.LookupCodeResult |
IContextValidationSupport.CodeValidationResult.asLookupCodeResult(String theSearchedForSystem,
String theSearchedForCode) |
IContextValidationSupport.LookupCodeResult |
IContextValidationSupport.lookupCode(FhirContext theContext,
String theSystem,
String theCode)
Look up a code using the system and code value
|
static IContextValidationSupport.LookupCodeResult |
IContextValidationSupport.LookupCodeResult.notFound(String theSearchedForSystem,
String theSearchedForCode) |
IContextValidationSupport.LookupCodeResult |
IContextValidationSupport.LookupCodeResult.setFound(boolean theFound) |
IContextValidationSupport.LookupCodeResult |
IContextValidationSupport.LookupCodeResult.setSearchedForCode(String theSearchedForCode) |
IContextValidationSupport.LookupCodeResult |
IContextValidationSupport.LookupCodeResult.setSearchedForSystem(String theSearchedForSystem) |
Copyright © 2014–2019 University Health Network. All rights reserved.