| Package | Description |
|---|---|
| org.hl7.fhir.dstu2016may.hapi.validation |
| Modifier and Type | Method and Description |
|---|---|
IValidationSupport.CodeValidationResult |
IValidationSupport.validateCode(ca.uhn.fhir.context.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(ca.uhn.fhir.context.FhirContext theCtx,
String theCodeSystem,
String theCode,
String theDisplay) |
IValidationSupport.CodeValidationResult |
PrePopulatedValidationSupport.validateCode(ca.uhn.fhir.context.FhirContext theContext,
String theCodeSystem,
String theCode,
String theDisplay) |
IValidationSupport.CodeValidationResult |
DefaultProfileValidationSupport.validateCode(ca.uhn.fhir.context.FhirContext theContext,
String theCodeSystem,
String theCode,
String theDisplay) |
Copyright © 2014–2018 University Health Network. All rights reserved.