public class CodeDt extends BasePrimitive<String> implements Comparable<CodeDt>
| Constructor and Description |
|---|
CodeDt()
Constructor
|
CodeDt(String theCode)
Constructor which accepts a string code
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CodeDt theCode) |
protected String |
encode(String theValue)
Subclasses must override to convert a "coerced" value into an encoded one.
|
boolean |
isEmpty() |
protected String |
parse(String theValue)
Subclasses must override to convert an encoded representation of this datatype into a "coerced" one
|
equals, getValue, getValueAsString, hashCode, hasValue, readExternal, setValue, setValueAsString, toString, updateStringValue, writeExternalgetElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, finalize, getClass, notify, notifyAll, wait, wait, waitfhirType, getFormatCommentsPost, getFormatCommentsPre, hasFormatCommentpublic CodeDt()
public boolean isEmpty()
isEmpty in interface IBaseisEmpty in class BasePrimitive<String>public int compareTo(CodeDt theCode)
compareTo in interface Comparable<CodeDt>protected String parse(String theValue)
BasePrimitiveparse in class BasePrimitive<String>theValue - Will not be nullprotected String encode(String theValue)
BasePrimitiveencode in class BasePrimitive<String>theValue - Will not be nullCopyright © 2014–2019 University Health Network. All rights reserved.