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
IHospitalMCDRequest::AddMedication method | |||
---|---|---|---|
Adds a set medication information to the list of medications.
Note that the input of medication relevant data is optional and solely possible in the hospitalMCDRequest451 standard. |
|||
C/C++ calling syntax | |||
HRESULT AddMedication( | BSTR
BSTR BSTR double BSTR BSTR BSTR VARIANT_BOOL |
bstrATCCode,
bstrAnnex, bstrApplication, dDose, bstrUnit, bstrCatalog, bstrRemark, *pbStatus); |
|
Calling argument description | |||
[in] BSTR | bstrATCCode | The used ATC code that basically defines the medication set | |
[in] BSTR | bstrAnnex | An optional, coded supplementary information basically coding a drug, a galenic preparation and the like | |
[in] BSTR | bstrApplication | The coded route of application/administration of the drug | |
[in] double | dDose | The dosage value of the applied active substance | |
[in] BSTR | bstrUnit | The dosage unit of the applied active substance | |
[in] BSTR | bstrCatalog | The used catalog that lists the medication data e.g. "swissDRG V6.0" | |
[in] BSTR | bstrRemark | An optional remark | |
[out, retval] VARIANT_BOOL | *pbStatus | Return status of the method. If pbStatus is VARIANT_FALSE then an error occurred and GetAbortInfo should be called to retrieve the error string. | |
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. | ||