API browser of tardocValidator100 COM module


/images/arrow_right.png IValidate::GetService method space
This method has a Restful Webservice representation only!
Method for collecting all data of the currently focused service in one call without the necessity to call the appropriate properties of this interface.
 
The counterpart method to add services is ITardocValidator::AddService
space
/images/arrow_right.png Restful webservice calling syntax
[POST] /baseURL/IValidate/GetService
[JSON input data] pIValidate: longValue,    //interface address
[JSON result data] plID:
pbstrCode:
pbstrReferenceCode:
pbstrName255:
pdQuantity:
plSessionNumber:
pdDate:
pdTP_MT:
pdTP_TT:
pdInternalFactor_MT:
pdInternalFactor_TT:
pdUnitFactor_MT:
pdUnitFactor_TT:
pdExternalFactor_MT:
pdExternalFactor_TT:
pdCharge_MT:
pdCharge_TT:
peSide:
peIgnoreValidate:
peTreatment:
peLawType:
peCantonType:
pbstrGLNProvider:
pbstrGLNResponsible:
pbstrGLNSection:
peMedicalRole:
peBillingRole:
pbstrMechanicCode:
pdAnaesthesiaMin:
plHook:
pbStatus:
longValue,
"utf8StringValue",
"utf8StringValue",
"utf8StringValue",
doubleValue,
longValue,
"stringISODateValue",
doubleValue,
doubleValue,
doubleValue,
doubleValue,
doubleValue,
doubleValue,
doubleValue,
doubleValue,
doubleValue,
doubleValue,
longValue,
longValue,
longValue,
longValue,
longValue,
"utf8StringValue",
"utf8StringValue",
"utf8StringValue",
longValue,
longValue,
"utf8StringValue",
doubleValue,
longValue,
booleanValue
 
[HTTP result status] 200 Return status 200 signals a successful method call
204 Return status 204 (noContent) signals that the end of an iteration is reached
>= 400 Return status >= 400 signals an unsuccessful function call. The returned JSON{errorCode: code, errorText:"text"} supplies the error message the same as GetAbortInfo() would do.
space
/images/arrow_right.png Calling argument description
[out] long *plID The internal ID of the currently focused service
[out] BSTR *pbstrCode The code of the currently focused service
[out] BSTR *pbstrReferenceCode The defined reference code of the currently focused service
[out] BSTR *pbstrName255 The full name of the currently focused service
[out] double *pdQuantity The defined quantity of the currently focused service
[out] long *plSessionNumber The session number of the currently focused service
[out] DATE *pdDate The application date of the currently focused service
[out] double *pdTP_MT The tax point of the medical part (TP_MT) of the currently focused service
[out] double *pdTP_TT The tax point of the technical part (TP_TT) of the currently focused service
[out] double *pdInternalFactor_MT The applied internal scaling factor of the medical part to the currently focused service
[out] double *pdInternalFactor_TT The applied internal scaling factor of the technical part to the currently focused service
[out] double *pdUnitFactor_MT The applied tax point value of the medical part (TPV_MT) of the currently focused service
[out] double *pdUnitFactor_TT The applied tax point value of the technical part (TPV_TT) of the currently focused service
[out] double *pdExternalFactor_MT The applied external scaling factor of the medical part to the currently focused service
[out] double *pdExternalFactor_TT The applied external scaling factor of the technical part to the currently focused service
[out] double *pdCharge_MT The charge of the medical part in CHF of the currently focused service calculated as
( Charge_MT = Quantity * TP_MT * TPV_MT * ExternalFactor_MT )
[out] double *pdCharge_TT The charge of the technical part in CHF of the currently focused service calculated as
( Charge_TT = Quantity * TP_TT * TPV_TT * ExternalFactor_TT )
[out] SideType *peSide The defined side type of the currently focused service
[out] YesNoType *peIgnoreValidate The flag indicating whether the currently focused service was ignored in validation (enNo) or not (enYes).
[out] TreatmentType *peTreatment The defined treatment type of the currently focused service
[out] LawType *peLawType The law type applied to the currently focused service
[out] CantonType *peCantonType The canton type applied to the currently focused service
[out] BSTR *pbstrGLNProvider The defined GLN of the provider of the currently focused service
[out] BSTR *pbstrGLNResponsible The defined GLN of the responsible physician of the currently focused service
[out] BSTR *pbstrGLNSection The defined GLN of the section of the currently focused service
[out] MedicalRoleType *peMedicalRole The defined medical role type of the currently focused service
[out] BillingRoleType *peBillingRole The defined billing role type of the currently focused service
[out] BSTR *pbstrMechanicCode The defined mechanic code of the currently focused service
[out] double *pdAnaesthesiaMin The defined minutes of an anaesthesia of the currently focused service
[out] long *plHook The hook of the currently focused service
[out,retval] VARIANT_BOOL *pbStatus Boolean return status
space