public class Iti67SearchParameters extends Object implements org.openehealth.ipf.commons.ihe.fhir.FhirSearchParameters
| Modifier and Type | Class and Description |
|---|---|
static class |
Iti67SearchParameters.Iti67SearchParametersBuilder |
| Modifier and Type | Method and Description |
|---|---|
static Iti67SearchParameters.Iti67SearchParametersBuilder |
builder() |
ca.uhn.fhir.rest.param.TokenParam |
get_id() |
ca.uhn.fhir.rest.param.StringParam |
getAuthorFamilyName() |
ca.uhn.fhir.rest.param.StringParam |
getAuthorGivenName() |
ca.uhn.fhir.rest.param.TokenOrListParam |
getCategory() |
ca.uhn.fhir.rest.param.DateRangeParam |
getDate() |
ca.uhn.fhir.rest.param.TokenOrListParam |
getEvent() |
ca.uhn.fhir.rest.param.TokenOrListParam |
getFacility() |
ca.uhn.fhir.context.FhirContext |
getFhirContext() |
ca.uhn.fhir.rest.param.TokenOrListParam |
getFormat() |
ca.uhn.fhir.rest.param.TokenParam |
getIdentifier() |
Set<ca.uhn.fhir.model.api.Include> |
getIncludeSpec() |
ca.uhn.fhir.rest.param.TokenParam |
getPatientIdentifier() |
List<ca.uhn.fhir.rest.param.TokenParam> |
getPatientIdParam() |
ca.uhn.fhir.rest.param.ReferenceParam |
getPatientReference() |
ca.uhn.fhir.rest.param.DateRangeParam |
getPeriod() |
ca.uhn.fhir.rest.param.TokenOrListParam |
getRelatedId() |
ca.uhn.fhir.rest.param.ReferenceOrListParam |
getRelatedRef() |
ca.uhn.fhir.rest.param.TokenOrListParam |
getSecurityLabel() |
ca.uhn.fhir.rest.param.TokenOrListParam |
getSetting() |
ca.uhn.fhir.rest.api.SortSpec |
getSortSpec() |
ca.uhn.fhir.rest.param.TokenOrListParam |
getStatus() |
ca.uhn.fhir.rest.param.TokenOrListParam |
getType() |
void |
set_id(ca.uhn.fhir.rest.param.TokenParam _id) |
Iti67SearchParameters |
setAuthor(ca.uhn.fhir.rest.param.ReferenceAndListParam author) |
void |
setAuthorFamilyName(ca.uhn.fhir.rest.param.StringParam authorFamilyName) |
void |
setAuthorGivenName(ca.uhn.fhir.rest.param.StringParam authorGivenName) |
void |
setCategory(ca.uhn.fhir.rest.param.TokenOrListParam category) |
void |
setDate(ca.uhn.fhir.rest.param.DateRangeParam date) |
void |
setEvent(ca.uhn.fhir.rest.param.TokenOrListParam event) |
void |
setFacility(ca.uhn.fhir.rest.param.TokenOrListParam facility) |
void |
setFormat(ca.uhn.fhir.rest.param.TokenOrListParam format) |
void |
setIdentifier(ca.uhn.fhir.rest.param.TokenParam identifier) |
void |
setIncludeSpec(Set<ca.uhn.fhir.model.api.Include> includeSpec) |
void |
setPatientIdentifier(ca.uhn.fhir.rest.param.TokenParam patientIdentifier) |
void |
setPatientReference(ca.uhn.fhir.rest.param.ReferenceParam patientReference) |
void |
setPeriod(ca.uhn.fhir.rest.param.DateRangeParam period) |
Iti67SearchParameters |
setRelated(ca.uhn.fhir.rest.param.ReferenceOrListParam related) |
void |
setRelatedId(ca.uhn.fhir.rest.param.TokenOrListParam relatedId) |
void |
setRelatedRef(ca.uhn.fhir.rest.param.ReferenceOrListParam relatedRef) |
void |
setSecurityLabel(ca.uhn.fhir.rest.param.TokenOrListParam securityLabel) |
void |
setSetting(ca.uhn.fhir.rest.param.TokenOrListParam setting) |
void |
setSortSpec(ca.uhn.fhir.rest.api.SortSpec sortSpec) |
void |
setStatus(ca.uhn.fhir.rest.param.TokenOrListParam status) |
void |
setType(ca.uhn.fhir.rest.param.TokenOrListParam type) |
String |
toString() |
public List<ca.uhn.fhir.rest.param.TokenParam> getPatientIdParam()
getPatientIdParam in interface org.openehealth.ipf.commons.ihe.fhir.FhirSearchParameterspublic Iti67SearchParameters setAuthor(ca.uhn.fhir.rest.param.ReferenceAndListParam author)
public Iti67SearchParameters setRelated(ca.uhn.fhir.rest.param.ReferenceOrListParam related)
public static Iti67SearchParameters.Iti67SearchParametersBuilder builder()
public ca.uhn.fhir.rest.param.ReferenceParam getPatientReference()
public void setPatientReference(ca.uhn.fhir.rest.param.ReferenceParam patientReference)
public ca.uhn.fhir.rest.param.TokenParam getPatientIdentifier()
public void setPatientIdentifier(ca.uhn.fhir.rest.param.TokenParam patientIdentifier)
public ca.uhn.fhir.rest.param.DateRangeParam getDate()
public void setDate(ca.uhn.fhir.rest.param.DateRangeParam date)
public ca.uhn.fhir.rest.param.StringParam getAuthorFamilyName()
public void setAuthorFamilyName(ca.uhn.fhir.rest.param.StringParam authorFamilyName)
public ca.uhn.fhir.rest.param.StringParam getAuthorGivenName()
public void setAuthorGivenName(ca.uhn.fhir.rest.param.StringParam authorGivenName)
public ca.uhn.fhir.rest.param.TokenParam getIdentifier()
public void setIdentifier(ca.uhn.fhir.rest.param.TokenParam identifier)
public ca.uhn.fhir.rest.param.TokenOrListParam getStatus()
public void setStatus(ca.uhn.fhir.rest.param.TokenOrListParam status)
public ca.uhn.fhir.rest.param.TokenOrListParam getCategory()
public void setCategory(ca.uhn.fhir.rest.param.TokenOrListParam category)
public ca.uhn.fhir.rest.param.TokenOrListParam getType()
public void setType(ca.uhn.fhir.rest.param.TokenOrListParam type)
public ca.uhn.fhir.rest.param.TokenOrListParam getSetting()
public void setSetting(ca.uhn.fhir.rest.param.TokenOrListParam setting)
public ca.uhn.fhir.rest.param.DateRangeParam getPeriod()
public void setPeriod(ca.uhn.fhir.rest.param.DateRangeParam period)
public ca.uhn.fhir.rest.param.TokenOrListParam getFacility()
public void setFacility(ca.uhn.fhir.rest.param.TokenOrListParam facility)
public ca.uhn.fhir.rest.param.TokenOrListParam getEvent()
public void setEvent(ca.uhn.fhir.rest.param.TokenOrListParam event)
public ca.uhn.fhir.rest.param.TokenOrListParam getSecurityLabel()
public void setSecurityLabel(ca.uhn.fhir.rest.param.TokenOrListParam securityLabel)
public ca.uhn.fhir.rest.param.TokenOrListParam getFormat()
public void setFormat(ca.uhn.fhir.rest.param.TokenOrListParam format)
public ca.uhn.fhir.rest.param.TokenOrListParam getRelatedId()
public void setRelatedId(ca.uhn.fhir.rest.param.TokenOrListParam relatedId)
public ca.uhn.fhir.rest.param.ReferenceOrListParam getRelatedRef()
public void setRelatedRef(ca.uhn.fhir.rest.param.ReferenceOrListParam relatedRef)
public ca.uhn.fhir.rest.param.TokenParam get_id()
public void set_id(ca.uhn.fhir.rest.param.TokenParam _id)
public ca.uhn.fhir.rest.api.SortSpec getSortSpec()
getSortSpec in interface org.openehealth.ipf.commons.ihe.fhir.FhirSearchParameterspublic void setSortSpec(ca.uhn.fhir.rest.api.SortSpec sortSpec)
public Set<ca.uhn.fhir.model.api.Include> getIncludeSpec()
getIncludeSpec in interface org.openehealth.ipf.commons.ihe.fhir.FhirSearchParameterspublic void setIncludeSpec(Set<ca.uhn.fhir.model.api.Include> includeSpec)
public ca.uhn.fhir.context.FhirContext getFhirContext()
getFhirContext in interface org.openehealth.ipf.commons.ihe.fhir.FhirSearchParametersCopyright © 2021 Open eHealth Foundation. All rights reserved.