| Package | Description |
|---|---|
| org.hl7.fhir.dstu3.context | |
| org.hl7.fhir.dstu3.hapi.validation |
| Modifier and Type | Method and Description |
|---|---|
IWorkerContext.ValidationResult |
IWorkerContext.validateCode(CodeableConcept code,
ValueSet vs) |
IWorkerContext.ValidationResult |
IWorkerContext.validateCode(Coding code,
ValueSet vs) |
IWorkerContext.ValidationResult |
IWorkerContext.validateCode(String system,
String code,
String display)
Validation of a code - consult the terminology service
to see whether it is known.
|
IWorkerContext.ValidationResult |
IWorkerContext.validateCode(String system,
String code,
String display,
ValueSet.ConceptSetComponent vsi)
Validation of a code - consult the terminology service
to see whether it is known.
|
IWorkerContext.ValidationResult |
IWorkerContext.validateCode(String system,
String code,
String display,
ValueSet vs)
Validation of a code - consult the terminology service
to see whether it is known.
|
| Modifier and Type | Method and Description |
|---|---|
IWorkerContext.ValidationResult |
HapiWorkerContext.validateCode(CodeableConcept theCode,
ValueSet theVs) |
IWorkerContext.ValidationResult |
HapiWorkerContext.validateCode(Coding theCode,
ValueSet theVs) |
IWorkerContext.ValidationResult |
HapiWorkerContext.validateCode(String theSystem,
String theCode,
String theDisplay) |
IWorkerContext.ValidationResult |
HapiWorkerContext.validateCode(String theSystem,
String theCode,
String theDisplay,
ValueSet.ConceptSetComponent theVsi) |
IWorkerContext.ValidationResult |
HapiWorkerContext.validateCode(String theSystem,
String theCode,
String theDisplay,
ValueSet theVs) |
Copyright © 2014–2017 University Health Network. All rights reserved.