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 hospitalMCDRequest451 COM module
IHospitalMCDResult::GetNextMedication method | |||
---|---|---|---|
Retrieves the next medication set from the list of medications..
VARIANT_FALSE is returned if the end of the medication list is reached. |
|||
C/C++ calling syntax | |||
HRESULT GetNextMedication( | BSTR
BSTR BSTR double BSTR BSTR BSTR VARIANT_BOOL |
*pbstrATCCode,
*pbstrAnnex, *pbstrApplication, *pdDose, *pbstrUnit, *pbstrCatalog, *pbstrRemark, *pbStatus); |
|
Calling argument description | |||
[out] BSTR | *pbstrATCCode | The used ATC code that basically defines the medication set | |
[out] BSTR | *pbstrAnnex | An optional, coded supplementary information basically coding a drug, a galenic preparation and the like | |
[out] BSTR | *pbstrApplication | The coded route of application/administration of the drug | |
[out] double | *pdDose | The dosage value of the applied active substance | |
[out] BSTR | *pbstrUnit | The dosage unit of the applied active substance | |
[out] BSTR | *pbstrCatalog | The used catalog that lists the medication data e.g. "swissDRG V6.0" | |
[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 | |
C/C++ return value | |||
S_OK | This value is returned if the function call was successful or if the return value of a boolean method signalling a true value. In this case the VARIANT_BOOL is set to VARIANT_TRUE. | ||
S_FALSE | This is the return value of a boolean method signalling a false return value. In this case the VARIANT_BOOL is set to VARIANT_FALSE. | ||
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. | ||