Package ca.uhn.fhir.context.support
Class IValidationSupport.TranslateCodeRequest
java.lang.Object
ca.uhn.fhir.context.support.IValidationSupport.TranslateCodeRequest
- Enclosing interface:
IValidationSupport
-
Constructor Summary
ConstructorDescriptionTranslateCodeRequest
(List<IBaseCoding> theCodings, String theTargetSystemUrl) TranslateCodeRequest
(List<IBaseCoding> theCodings, String theTargetSystemUrl, String theConceptMapUrl, String theConceptMapVersion, String theSourceValueSetUrl, String theTargetValueSetUrl, IIdType theResourceId, boolean theReverse) -
Method Summary
-
Constructor Details
-
TranslateCodeRequest
-
TranslateCodeRequest
public TranslateCodeRequest(List<IBaseCoding> theCodings, String theTargetSystemUrl, String theConceptMapUrl, String theConceptMapVersion, String theSourceValueSetUrl, String theTargetValueSetUrl, IIdType theResourceId, boolean theReverse)
-
-
Method Details