no changes
This commit is contained in:
parent
ce3132ce57
commit
730ff7b21a
|
@ -2,7 +2,8 @@
|
|||
|
||||
package ${packageBase}.resource;
|
||||
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.net.URI;
|
||||
import java.util.*;
|
||||
import ca.uhn.fhir.model.api.*;
|
||||
import ca.uhn.fhir.model.api.annotation.*;
|
||||
|
@ -39,7 +40,9 @@ import ${import};
|
|||
#end
|
||||
*/
|
||||
@ResourceDef(name="${elementName}", profile="${profile}", id="${id}")
|
||||
public class ${className} extends BaseResource implements IResource {
|
||||
public class ${className}
|
||||
extends #{if}( ${className}=="OperationOutcome" || ${className}=="Conformance" ) ca.uhn.fhir.model.base.resource.Base${className} #{else} BaseResource #{end}
|
||||
implements IResource {
|
||||
|
||||
#foreach ( $param in $searchParams )
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue