public interface CodeStore
| Modifier and Type | Method and Description |
|---|---|
String[] |
getValidCodes(String codeSystem) |
boolean |
isValidCode(String codeSystem,
String code) |
boolean |
knowsCodes(String codeSystem) |
String[] getValidCodes(String codeSystem) throws ProfileException
codeSystem - a table of codes (for example, HL70001 for administrative sex)
valid tables are defined in the HL7 table 0396ProfileException - Retreives all codes for a given conformance profile and codeSystem.boolean knowsCodes(String codeSystem)
codeSystem - boolean isValidCode(String codeSystem, String code)
codeSystem - code - Copyright © 2001-2012 University Health Network. All Rights Reserved.