public class ServerProfileProvider extends Object implements IResourceProvider
| Constructor and Description |
|---|
ServerProfileProvider(RestfulServer theServer) |
| Modifier and Type | Method and Description |
|---|---|
List<StructureDefinition> |
getAllProfiles(ServletRequestDetails theRequest) |
StructureDefinition |
getProfileById(ServletRequestDetails theRequest,
ca.uhn.fhir.model.primitive.IdDt theId) |
Class<? extends ca.uhn.fhir.model.api.IResource> |
getResourceType() |
public ServerProfileProvider(RestfulServer theServer)
public Class<? extends ca.uhn.fhir.model.api.IResource> getResourceType()
getResourceType in interface IResourceProviderpublic StructureDefinition getProfileById(ServletRequestDetails theRequest, ca.uhn.fhir.model.primitive.IdDt theId)
public List<StructureDefinition> getAllProfiles(ServletRequestDetails theRequest)
Copyright © 2014–2018 University Health Network. All rights reserved.