The ATL COM module tarmedValidator provides methods to
browse, search & validate records of the Tarmed tariff
						browse, search & validate records of the Tarmed tariff
	
Patch: how to filter inclusion services for law and/or gender relevance

We received a wish request for providing filtering capabilities of law and/or gender relevance in inclusion services. In order to not change the interface structure, the information is retrieved by patching the ISearch::FindInclusion() method.
						We received a wish request for providing filtering capabilities of law and/or gender relevance in inclusion services. In order to not change the interface structure, the information is retrieved by patching the ISearch::FindInclusion() method.
- set 'GetLawRestriction' as service code: ISearch::FindInclusion_method("GetLawRestriction",pbstrInclusionCode)
	
- 
	the current record set is searched and a semicolon separated string of applicable laws is returned in pbstrInclusionCode.
	
If there is no restriction an empty string will be returned! 
 - 
	the current record set is searched and a semicolon separated string of applicable laws is returned in pbstrInclusionCode.
	
 - set 'GetSexRestriction' as service code: ISearch::FindInclusion_method("GetSexRestriction",pbstrInclusionCode)
	
- 
	the current record set is searched and the applicable gender restriction is returned in pbstrInclusionCode.
	The result is is as follows:
	
- empty string == no sex restriction
 - ( 0 | enMale ) == restricted to males only
 - ( 1 | enFemale ) == restricted to females only
 
 
 - 
	the current record set is searched and the applicable gender restriction is returned in pbstrInclusionCode.
	The result is is as follows: