Package ca.uhn.fhir.rest.gclient
Interface IValidate
-
public interface IValidate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IValidateUntypedresource(String theRawResource)Use a raw resource as validate inputIValidateUntypedresource(IBaseResource theResource)Use a resource as validate input
-
-
-
Method Detail
-
resource
IValidateUntyped resource(IBaseResource theResource)
Use a resource as validate input
-
resource
IValidateUntyped resource(String theRawResource)
Use a raw resource as validate input
-
-