
Package ca.uhn.fhir.rest.gclient
Interface ICreate
-
public interface ICreate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICreateTyped
resource(String theResourceAsText)
ICreateTyped
resource(IBaseResource theResource)
-
-
-
Method Detail
-
resource
ICreateTyped resource(IBaseResource theResource)
-
resource
ICreateTyped resource(String theResourceAsText)
-
-