| Package | Description |
|---|---|
| org.hl7.fhir.dstu3.hapi.validation |
| Modifier and Type | Method and Description |
|---|---|
IValidationSupport.CodeValidationResult |
IValidationSupport.validateCode(FhirContext theContext,
String theCodeSystem,
String theCode,
String theDisplay)
Validates that the given code exists and if possible returns a display
name.
|
IValidationSupport.CodeValidationResult |
ValidationSupportChain.validateCode(FhirContext theCtx,
String theCodeSystem,
String theCode,
String theDisplay) |
IValidationSupport.CodeValidationResult |
PrePopulatedValidationSupport.validateCode(FhirContext theContext,
String theCodeSystem,
String theCode,
String theDisplay) |
IValidationSupport.CodeValidationResult |
DefaultProfileValidationSupport.validateCode(FhirContext theContext,
String theCodeSystem,
String theCode,
String theDisplay) |
Copyright © 2014–2017 University Health Network. All rights reserved.