dt_String : public class
| Created: |
09/19/06 08:25:38 |
| Modified: |
09/21/06 13:38:28 |
|
Project: |
|
| Author: |
John Arnett |
| Version: |
1.0 |
| Phase: |
1.0 |
| Status: |
Proposed |
| Complexity: |
Easy |
Advanced: |
|
| UUID: |
{D73CDE42-9728-4ccc-A7E5-E8F7D99ADDDC} |
| Appears In: |
Primitive |
Specifically, a character string, i.e. a set of finite-length sequences of characters.
Examples: "This is a character string", "1234567"
Applicable constraints:
1. format - the pattern the character string must match.
Note: for use primarily within other datatypes. Use Text or an appropriate subclass of String in preference to using directly String.
HL7 v3 equivalent: ST (not strictly equivalent, see Text)