public class ServerProfileProvider extends Object implements IResourceProvider
| Constructor and Description |
|---|
ServerProfileProvider(RestfulServer theServer) |
| Modifier and Type | Method and Description |
|---|---|
List<org.hl7.fhir.r4.model.StructureDefinition> |
getAllProfiles(ServletRequestDetails theRequest) |
org.hl7.fhir.r4.model.StructureDefinition |
getProfileById(ServletRequestDetails theRequest,
org.hl7.fhir.r4.model.IdType theId) |
Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> |
getResourceType() |
public ServerProfileProvider(RestfulServer theServer)
public Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> getResourceType()
getResourceType in interface IResourceProviderpublic org.hl7.fhir.r4.model.StructureDefinition getProfileById(ServletRequestDetails theRequest, org.hl7.fhir.r4.model.IdType theId)
public List<org.hl7.fhir.r4.model.StructureDefinition> getAllProfiles(ServletRequestDetails theRequest)
Copyright © 2014–2019 University Health Network. All rights reserved.