| Package | Description |
|---|---|
| org.hl7.fhir.dstu2016may.hapi.validation | |
| org.hl7.fhir.dstu2016may.utils |
| 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) |
| 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.
|
Copyright © 2014–2018 University Health Network. All rights reserved.