The ATL COM module hospitalMCDRequest is capable of
generating XML and/or paper based MCD requests
generating XML and/or paper based MCD requests
API browser of hospitalMCDRequest452 COM module
![]() |
![]() |
||
---|---|---|---|
Retrieves the first diagnosis from the list of diagnoses.
VARIANT_FALSE is returned if the end of the diagnosis list is reached. |
|||
![]() | |||
![]() |
|||
![]() | |||
![]() |
|||
HRESULT GetFirstDiagnosis( | BSTR
BSTR BSTR BSTR VARIANT_BOOL |
*pbstrCode,
*pbstrText, *pbstrCatalog, *pbstrRemark, *pbStatus); |
|
[C/C++ return value] | S_OK | This value is returned if the function call was successful. | |
S_FALSE | This value is returned if the end of an iteration is reached | ||
E_name | This value is returned if the function call was unsuccessful and an error exception was generated. Note that if you are using SmartPointers an exception is thrown under these conditions. | ||
![]() | |||
![]() |
|||
[out] BSTR | *pbstrCode | The code of the diagnosis as defined in the diagnoses catalog. | |
[out] BSTR | *pbstrText | The textual description of the diagnosis as given in the diagnoses catalog. | |
[out] BSTR | *pbstrCatalog | The used catalog that lists the diagnosis e.g. "ICD-10-GM 2009" | |
[out] BSTR | *pbstrRemark | The optional remark | |
[out,retval] VARIANT_BOOL | *pbStatus | Return status of the method. If pbStatus is VARIANT_FALSE the end of data is reached | |
![]() |