HL7 Module 10.5 | Understanding and Using HL7 Module | Installing and Using HL7 Module | webMethods HL7 Module Services | WmHL7 Package | wm.ip.hl7.utils:deleteMessageScheme
 
wm.ip.hl7.utils:deleteMessageScheme
Deletes the IS document types for the specified HL7 message version and message scheme ID.
The deleteMessageScheme service does not check for dependencies or references before deleting the generated IS document types. Ensure that there are no dependencies or references in the IS documents before you run the service. For information about how to configure dependency checking for elements, see the webmethods Developer User’s Guide or the webMethods Service Development Help for your release.
Input Parameters
messageVersion
String The HL7 version for which the IS document types will be deleted.
Valid values are:
2.1, 2.2, 2.3, 2.3.1, 2.4, 2.5, 2.5.1, 2.6,and 2.7.
schemeID
String Optional. The unique message scheme ID. If no value for schemeID is specified, HL7 Module uses the default message scheme, wm.ip.hl7.docType.
quickDelete
String Optional. Indicates whether to check for any dependencies before deleting the document types nodes.
Important:
Note that when quickDelete is set to true, the service deletes the documents types quickly, but without any reference check.
Valid values are:
*true - HL7 Module does not check for any dependencies and deletes all node definitions without any verification.
*false - HL7 Module checks for dependencies. This is the default.
reloadPackage
String Optional. Indicates whether to reload the WmHL7DocTypes package after deleting the document types nodes.
Important:
You must reload the package after making any changes to the nodes in the WmHL7DocTypes package. Otherwise, you can select not to reload the package, and do it at a later point in time.
Valid values are:
*true - HL7 Module reloads the WmHL7DocTypes package.
*false - HL7 Module does not reload the WmHL7DocTypes package. This is the default.
Output Parameters
isSuccessful
String Specifies whether the IS document types were deleted successfully.
*true - The delete operation is successful.
*false - The delete operation has failed.