Registers an HL7Field derived class as the handler for the specified HL7 data type.
Namespace:
Mergecom.HL7
Assembly:
Mergecom.HL7 (in Mergecom.HL7.dll) Version: 4.2.0.0
Syntax
| C# |
|---|
public static void SetFieldClass(
string fieldType,
Type fieldClass
) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub SetFieldClass ( _
fieldType As String, _
fieldClass As Type _
) |
| Visual C++ |
|---|
public:
static void SetFieldClass(
String^ fieldType,
Type^ fieldClass
) |
Parameters
- fieldType
- Type: System..::.String
The HL7 data type the class will handle.
- fieldClass
- Type: System..::.Type
The class associated with the data type or null to revert
to the default field handler class.
See Also