
Class CompartmentDefinition
- java.lang.Object
-
- org.hl7.fhir.dstu3.model.Base
-
- org.hl7.fhir.dstu3.model.BaseResource
-
- org.hl7.fhir.dstu3.model.Resource
-
- org.hl7.fhir.dstu3.model.DomainResource
-
- org.hl7.fhir.dstu3.model.MetadataResource
-
- org.hl7.fhir.dstu3.model.CompartmentDefinition
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IAnyResource
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseHasExtensions
,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
,org.hl7.fhir.instance.model.api.IBaseResource
,org.hl7.fhir.instance.model.api.IDomainResource
public class CompartmentDefinition extends MetadataResource
A compartment definition that defines how resources are accessed on a server.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CompartmentDefinition.CompartmentDefinitionResourceComponent
static class
CompartmentDefinition.CompartmentType
static class
CompartmentDefinition.CompartmentTypeEnumFactory
-
Field Summary
Fields Modifier and Type Field Description protected Enumeration<CompartmentDefinition.CompartmentType>
code
Which compartment this definition describes.static ca.uhn.fhir.rest.gclient.TokenClientParam
CODE
Fluent Client search parameter constant for codestatic ca.uhn.fhir.rest.gclient.DateClientParam
DATE
Fluent Client search parameter constant for datestatic ca.uhn.fhir.rest.gclient.StringClientParam
DESCRIPTION
Fluent Client search parameter constant for descriptionstatic ca.uhn.fhir.rest.gclient.TokenClientParam
JURISDICTION
Fluent Client search parameter constant for jurisdictionstatic ca.uhn.fhir.rest.gclient.StringClientParam
NAME
Fluent Client search parameter constant for namestatic ca.uhn.fhir.rest.gclient.StringClientParam
PUBLISHER
Fluent Client search parameter constant for publisherprotected MarkdownType
purpose
Explaination of why this compartment definition is needed and why it has been designed as it has.protected List<CompartmentDefinition.CompartmentDefinitionResourceComponent>
resource
Information about how a resource is related to the compartment.static ca.uhn.fhir.rest.gclient.TokenClientParam
RESOURCE
Fluent Client search parameter constant for resourceprotected BooleanType
search
Whether the search syntax is supported,.static String
SP_CODE
Search parameter: codestatic String
SP_DATE
Search parameter: datestatic String
SP_DESCRIPTION
Search parameter: descriptionstatic String
SP_JURISDICTION
Search parameter: jurisdictionstatic String
SP_NAME
Search parameter: namestatic String
SP_PUBLISHER
Search parameter: publisherstatic String
SP_RESOURCE
Search parameter: resourcestatic String
SP_STATUS
Search parameter: statusstatic String
SP_TITLE
Search parameter: titlestatic String
SP_URL
Search parameter: urlstatic ca.uhn.fhir.rest.gclient.TokenClientParam
STATUS
Fluent Client search parameter constant for statusstatic ca.uhn.fhir.rest.gclient.StringClientParam
TITLE
Fluent Client search parameter constant for titlestatic ca.uhn.fhir.rest.gclient.UriClientParam
URL
Fluent Client search parameter constant for url-
Fields inherited from class org.hl7.fhir.dstu3.model.MetadataResource
contact, date, description, experimental, jurisdiction, name, publisher, status, title, url, useContext, version
-
Fields inherited from class org.hl7.fhir.dstu3.model.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.dstu3.model.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description CompartmentDefinition()
ConstructorCompartmentDefinition(UriType url, StringType name, Enumeration<Enumerations.PublicationStatus> status, Enumeration<CompartmentDefinition.CompartmentType> code, BooleanType search)
Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.dstu3.model.MetadataResource
checkCanUseUrl, copyValues, getVersion, getVersionElement, hasVersion, hasVersionElement, setVersion, setVersionElement, toString
-
Methods inherited from class org.hl7.fhir.dstu3.model.DomainResource
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setText
-
Methods inherited from class org.hl7.fhir.dstu3.model.Resource
copyValues, getId, getIdBase, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMeta
-
Methods inherited from class org.hl7.fhir.dstu3.model.BaseResource
getStructureFhirVersionEnum, isResource, setId
-
Methods inherited from class org.hl7.fhir.dstu3.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserData
-
-
-
-
Field Detail
-
purpose
protected MarkdownType purpose
Explaination of why this compartment definition is needed and why it has been designed as it has.
-
code
protected Enumeration<CompartmentDefinition.CompartmentType> code
Which compartment this definition describes.
-
search
protected BooleanType search
Whether the search syntax is supported,.
-
resource
protected List<CompartmentDefinition.CompartmentDefinitionResourceComponent> resource
Information about how a resource is related to the compartment.
-
SP_DATE
public static final String SP_DATE
Search parameter: dateDescription: The compartment definition publication date
Type: date
Path: CompartmentDefinition.date
- See Also:
- Constant Field Values
-
DATE
public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
Fluent Client search parameter constant for dateDescription: The compartment definition publication date
Type: date
Path: CompartmentDefinition.date
-
SP_CODE
public static final String SP_CODE
Search parameter: codeDescription: Patient | Encounter | RelatedPerson | Practitioner | Device
Type: token
Path: CompartmentDefinition.code
- See Also:
- Constant Field Values
-
CODE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CODE
Fluent Client search parameter constant for codeDescription: Patient | Encounter | RelatedPerson | Practitioner | Device
Type: token
Path: CompartmentDefinition.code
-
SP_RESOURCE
public static final String SP_RESOURCE
Search parameter: resourceDescription: Name of resource type
Type: token
Path: CompartmentDefinition.resource.code
- See Also:
- Constant Field Values
-
RESOURCE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam RESOURCE
Fluent Client search parameter constant for resourceDescription: Name of resource type
Type: token
Path: CompartmentDefinition.resource.code
-
SP_JURISDICTION
public static final String SP_JURISDICTION
Search parameter: jurisdictionDescription: Intended jurisdiction for the compartment definition
Type: token
Path: CompartmentDefinition.jurisdiction
- See Also:
- Constant Field Values
-
JURISDICTION
public static final ca.uhn.fhir.rest.gclient.TokenClientParam JURISDICTION
Fluent Client search parameter constant for jurisdictionDescription: Intended jurisdiction for the compartment definition
Type: token
Path: CompartmentDefinition.jurisdiction
-
SP_NAME
public static final String SP_NAME
Search parameter: nameDescription: Computationally friendly name of the compartment definition
Type: string
Path: CompartmentDefinition.name
- See Also:
- Constant Field Values
-
NAME
public static final ca.uhn.fhir.rest.gclient.StringClientParam NAME
Fluent Client search parameter constant for nameDescription: Computationally friendly name of the compartment definition
Type: string
Path: CompartmentDefinition.name
-
SP_DESCRIPTION
public static final String SP_DESCRIPTION
Search parameter: descriptionDescription: The description of the compartment definition
Type: string
Path: CompartmentDefinition.description
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final ca.uhn.fhir.rest.gclient.StringClientParam DESCRIPTION
Fluent Client search parameter constant for descriptionDescription: The description of the compartment definition
Type: string
Path: CompartmentDefinition.description
-
SP_PUBLISHER
public static final String SP_PUBLISHER
Search parameter: publisherDescription: Name of the publisher of the compartment definition
Type: string
Path: CompartmentDefinition.publisher
- See Also:
- Constant Field Values
-
PUBLISHER
public static final ca.uhn.fhir.rest.gclient.StringClientParam PUBLISHER
Fluent Client search parameter constant for publisherDescription: Name of the publisher of the compartment definition
Type: string
Path: CompartmentDefinition.publisher
-
SP_TITLE
public static final String SP_TITLE
Search parameter: titleDescription: The human-friendly name of the compartment definition
Type: string
Path: CompartmentDefinition.title
- See Also:
- Constant Field Values
-
TITLE
public static final ca.uhn.fhir.rest.gclient.StringClientParam TITLE
Fluent Client search parameter constant for titleDescription: The human-friendly name of the compartment definition
Type: string
Path: CompartmentDefinition.title
-
SP_URL
public static final String SP_URL
Search parameter: urlDescription: The uri that identifies the compartment definition
Type: uri
Path: CompartmentDefinition.url
- See Also:
- Constant Field Values
-
URL
public static final ca.uhn.fhir.rest.gclient.UriClientParam URL
Fluent Client search parameter constant for urlDescription: The uri that identifies the compartment definition
Type: uri
Path: CompartmentDefinition.url
-
SP_STATUS
public static final String SP_STATUS
Search parameter: statusDescription: The current status of the compartment definition
Type: token
Path: CompartmentDefinition.status
- See Also:
- Constant Field Values
-
STATUS
public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
Fluent Client search parameter constant for statusDescription: The current status of the compartment definition
Type: token
Path: CompartmentDefinition.status
-
-
Constructor Detail
-
CompartmentDefinition
public CompartmentDefinition()
Constructor
-
CompartmentDefinition
public CompartmentDefinition(UriType url, StringType name, Enumeration<Enumerations.PublicationStatus> status, Enumeration<CompartmentDefinition.CompartmentType> code, BooleanType search)
Constructor
-
-
Method Detail
-
getUrlElement
public UriType getUrlElement()
- Overrides:
getUrlElement
in classMetadataResource
- Returns:
MetadataResource.url
(An absolute URI that is used to identify this compartment definition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this compartment definition is (or will be) published. The URL SHOULD include the major version of the compartment definition. For more information see [Technical and Business Versions](resource.html#versions).). This is the underlying object with id, value and extensions. The accessor "getUrl" gives direct access to the value
-
hasUrlElement
public boolean hasUrlElement()
- Overrides:
hasUrlElement
in classMetadataResource
-
hasUrl
public boolean hasUrl()
- Overrides:
hasUrl
in classMetadataResource
-
setUrlElement
public CompartmentDefinition setUrlElement(UriType value)
- Overrides:
setUrlElement
in classMetadataResource
- Parameters:
value
-MetadataResource.url
(An absolute URI that is used to identify this compartment definition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this compartment definition is (or will be) published. The URL SHOULD include the major version of the compartment definition. For more information see [Technical and Business Versions](resource.html#versions).). This is the underlying object with id, value and extensions. The accessor "getUrl" gives direct access to the value
-
getUrl
public String getUrl()
- Overrides:
getUrl
in classMetadataResource
- Returns:
- An absolute URI that is used to identify this compartment definition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this compartment definition is (or will be) published. The URL SHOULD include the major version of the compartment definition. For more information see [Technical and Business Versions](resource.html#versions).
-
setUrl
public CompartmentDefinition setUrl(String value)
- Overrides:
setUrl
in classMetadataResource
- Parameters:
value
- An absolute URI that is used to identify this compartment definition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this compartment definition is (or will be) published. The URL SHOULD include the major version of the compartment definition. For more information see [Technical and Business Versions](resource.html#versions).
-
getNameElement
public StringType getNameElement()
- Overrides:
getNameElement
in classMetadataResource
- Returns:
MetadataResource.name
(A natural language name identifying the compartment definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the value
-
hasNameElement
public boolean hasNameElement()
- Overrides:
hasNameElement
in classMetadataResource
-
hasName
public boolean hasName()
- Overrides:
hasName
in classMetadataResource
-
setNameElement
public CompartmentDefinition setNameElement(StringType value)
- Overrides:
setNameElement
in classMetadataResource
- Parameters:
value
-MetadataResource.name
(A natural language name identifying the compartment definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the value
-
getName
public String getName()
- Overrides:
getName
in classMetadataResource
- Returns:
- A natural language name identifying the compartment definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.
-
setName
public CompartmentDefinition setName(String value)
- Overrides:
setName
in classMetadataResource
- Parameters:
value
- A natural language name identifying the compartment definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.
-
getTitleElement
public StringType getTitleElement()
- Overrides:
getTitleElement
in classMetadataResource
- Returns:
MetadataResource.title
(A short, descriptive, user-friendly title for the compartment definition.). This is the underlying object with id, value and extensions. The accessor "getTitle" gives direct access to the value
-
hasTitleElement
public boolean hasTitleElement()
- Overrides:
hasTitleElement
in classMetadataResource
-
hasTitle
public boolean hasTitle()
- Overrides:
hasTitle
in classMetadataResource
-
setTitleElement
public CompartmentDefinition setTitleElement(StringType value)
- Overrides:
setTitleElement
in classMetadataResource
- Parameters:
value
-MetadataResource.title
(A short, descriptive, user-friendly title for the compartment definition.). This is the underlying object with id, value and extensions. The accessor "getTitle" gives direct access to the value
-
getTitle
public String getTitle()
- Overrides:
getTitle
in classMetadataResource
- Returns:
- A short, descriptive, user-friendly title for the compartment definition.
-
setTitle
public CompartmentDefinition setTitle(String value)
- Overrides:
setTitle
in classMetadataResource
- Parameters:
value
- A short, descriptive, user-friendly title for the compartment definition.
-
getStatusElement
public Enumeration<Enumerations.PublicationStatus> getStatusElement()
- Overrides:
getStatusElement
in classMetadataResource
- Returns:
MetadataResource.status
(The status of this compartment definition. Enables tracking the life-cycle of the content.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
hasStatusElement
public boolean hasStatusElement()
- Overrides:
hasStatusElement
in classMetadataResource
-
hasStatus
public boolean hasStatus()
- Overrides:
hasStatus
in classMetadataResource
-
setStatusElement
public CompartmentDefinition setStatusElement(Enumeration<Enumerations.PublicationStatus> value)
- Overrides:
setStatusElement
in classMetadataResource
- Parameters:
value
-MetadataResource.status
(The status of this compartment definition. Enables tracking the life-cycle of the content.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
getStatus
public Enumerations.PublicationStatus getStatus()
- Overrides:
getStatus
in classMetadataResource
- Returns:
- The status of this compartment definition. Enables tracking the life-cycle of the content.
-
setStatus
public CompartmentDefinition setStatus(Enumerations.PublicationStatus value)
- Overrides:
setStatus
in classMetadataResource
- Parameters:
value
- The status of this compartment definition. Enables tracking the life-cycle of the content.
-
getExperimentalElement
public BooleanType getExperimentalElement()
- Overrides:
getExperimentalElement
in classMetadataResource
- Returns:
MetadataResource.experimental
(A boolean value to indicate that this compartment definition is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.). This is the underlying object with id, value and extensions. The accessor "getExperimental" gives direct access to the value
-
hasExperimentalElement
public boolean hasExperimentalElement()
- Overrides:
hasExperimentalElement
in classMetadataResource
-
hasExperimental
public boolean hasExperimental()
- Overrides:
hasExperimental
in classMetadataResource
-
setExperimentalElement
public CompartmentDefinition setExperimentalElement(BooleanType value)
- Overrides:
setExperimentalElement
in classMetadataResource
- Parameters:
value
-MetadataResource.experimental
(A boolean value to indicate that this compartment definition is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.). This is the underlying object with id, value and extensions. The accessor "getExperimental" gives direct access to the value
-
getExperimental
public boolean getExperimental()
- Overrides:
getExperimental
in classMetadataResource
- Returns:
- A boolean value to indicate that this compartment definition is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.
-
setExperimental
public CompartmentDefinition setExperimental(boolean value)
- Overrides:
setExperimental
in classMetadataResource
- Parameters:
value
- A boolean value to indicate that this compartment definition is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.
-
getDateElement
public DateTimeType getDateElement()
- Overrides:
getDateElement
in classMetadataResource
- Returns:
MetadataResource.date
(The date (and optionally time) when the compartment definition was published. The date must change if and when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the compartment definition changes.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
-
hasDateElement
public boolean hasDateElement()
- Overrides:
hasDateElement
in classMetadataResource
-
hasDate
public boolean hasDate()
- Overrides:
hasDate
in classMetadataResource
-
setDateElement
public CompartmentDefinition setDateElement(DateTimeType value)
- Overrides:
setDateElement
in classMetadataResource
- Parameters:
value
-MetadataResource.date
(The date (and optionally time) when the compartment definition was published. The date must change if and when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the compartment definition changes.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
-
getDate
public Date getDate()
- Overrides:
getDate
in classMetadataResource
- Returns:
- The date (and optionally time) when the compartment definition was published. The date must change if and when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the compartment definition changes.
-
setDate
public CompartmentDefinition setDate(Date value)
- Overrides:
setDate
in classMetadataResource
- Parameters:
value
- The date (and optionally time) when the compartment definition was published. The date must change if and when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the compartment definition changes.
-
getPublisherElement
public StringType getPublisherElement()
- Overrides:
getPublisherElement
in classMetadataResource
- Returns:
MetadataResource.publisher
(The name of the individual or organization that published the compartment definition.). This is the underlying object with id, value and extensions. The accessor "getPublisher" gives direct access to the value
-
hasPublisherElement
public boolean hasPublisherElement()
- Overrides:
hasPublisherElement
in classMetadataResource
-
hasPublisher
public boolean hasPublisher()
- Overrides:
hasPublisher
in classMetadataResource
-
setPublisherElement
public CompartmentDefinition setPublisherElement(StringType value)
- Overrides:
setPublisherElement
in classMetadataResource
- Parameters:
value
-MetadataResource.publisher
(The name of the individual or organization that published the compartment definition.). This is the underlying object with id, value and extensions. The accessor "getPublisher" gives direct access to the value
-
getPublisher
public String getPublisher()
- Overrides:
getPublisher
in classMetadataResource
- Returns:
- The name of the individual or organization that published the compartment definition.
-
setPublisher
public CompartmentDefinition setPublisher(String value)
- Overrides:
setPublisher
in classMetadataResource
- Parameters:
value
- The name of the individual or organization that published the compartment definition.
-
getContact
public List<ContactDetail> getContact()
- Overrides:
getContact
in classMetadataResource
- Returns:
MetadataResource.contact
(Contact details to assist a user in finding and communicating with the publisher.)
-
setContact
public CompartmentDefinition setContact(List<ContactDetail> theContact)
- Overrides:
setContact
in classMetadataResource
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasContact
public boolean hasContact()
- Overrides:
hasContact
in classMetadataResource
-
addContact
public ContactDetail addContact()
- Overrides:
addContact
in classMetadataResource
-
addContact
public CompartmentDefinition addContact(ContactDetail t)
- Overrides:
addContact
in classMetadataResource
-
getContactFirstRep
public ContactDetail getContactFirstRep()
- Overrides:
getContactFirstRep
in classMetadataResource
- Returns:
- The first repetition of repeating field
MetadataResource.contact
, creating it if it does not already exist
-
getDescriptionElement
public MarkdownType getDescriptionElement()
- Overrides:
getDescriptionElement
in classMetadataResource
- Returns:
MetadataResource.description
(A free text natural language description of the compartment definition from a consumer's perspective.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
hasDescriptionElement
public boolean hasDescriptionElement()
- Overrides:
hasDescriptionElement
in classMetadataResource
-
hasDescription
public boolean hasDescription()
- Overrides:
hasDescription
in classMetadataResource
-
setDescriptionElement
public CompartmentDefinition setDescriptionElement(MarkdownType value)
- Overrides:
setDescriptionElement
in classMetadataResource
- Parameters:
value
-MetadataResource.description
(A free text natural language description of the compartment definition from a consumer's perspective.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
getDescription
public String getDescription()
- Overrides:
getDescription
in classMetadataResource
- Returns:
- A free text natural language description of the compartment definition from a consumer's perspective.
-
setDescription
public CompartmentDefinition setDescription(String value)
- Overrides:
setDescription
in classMetadataResource
- Parameters:
value
- A free text natural language description of the compartment definition from a consumer's perspective.
-
getPurposeElement
public MarkdownType getPurposeElement()
- Returns:
purpose
(Explaination of why this compartment definition is needed and why it has been designed as it has.). This is the underlying object with id, value and extensions. The accessor "getPurpose" gives direct access to the value
-
hasPurposeElement
public boolean hasPurposeElement()
-
hasPurpose
public boolean hasPurpose()
-
setPurposeElement
public CompartmentDefinition setPurposeElement(MarkdownType value)
- Parameters:
value
-purpose
(Explaination of why this compartment definition is needed and why it has been designed as it has.). This is the underlying object with id, value and extensions. The accessor "getPurpose" gives direct access to the value
-
getPurpose
public String getPurpose()
- Returns:
- Explaination of why this compartment definition is needed and why it has been designed as it has.
-
setPurpose
public CompartmentDefinition setPurpose(String value)
- Parameters:
value
- Explaination of why this compartment definition is needed and why it has been designed as it has.
-
getUseContext
public List<UsageContext> getUseContext()
- Overrides:
getUseContext
in classMetadataResource
- Returns:
MetadataResource.useContext
(The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching for appropriate compartment definition instances.)
-
setUseContext
public CompartmentDefinition setUseContext(List<UsageContext> theUseContext)
- Overrides:
setUseContext
in classMetadataResource
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasUseContext
public boolean hasUseContext()
- Overrides:
hasUseContext
in classMetadataResource
-
addUseContext
public UsageContext addUseContext()
- Overrides:
addUseContext
in classMetadataResource
-
addUseContext
public CompartmentDefinition addUseContext(UsageContext t)
- Overrides:
addUseContext
in classMetadataResource
-
getUseContextFirstRep
public UsageContext getUseContextFirstRep()
- Overrides:
getUseContextFirstRep
in classMetadataResource
- Returns:
- The first repetition of repeating field
MetadataResource.useContext
, creating it if it does not already exist
-
getJurisdiction
public List<CodeableConcept> getJurisdiction()
- Overrides:
getJurisdiction
in classMetadataResource
- Returns:
MetadataResource.jurisdiction
(A legal or geographic region in which the compartment definition is intended to be used.)
-
setJurisdiction
public CompartmentDefinition setJurisdiction(List<CodeableConcept> theJurisdiction)
- Overrides:
setJurisdiction
in classMetadataResource
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasJurisdiction
public boolean hasJurisdiction()
- Overrides:
hasJurisdiction
in classMetadataResource
-
addJurisdiction
public CodeableConcept addJurisdiction()
- Overrides:
addJurisdiction
in classMetadataResource
-
addJurisdiction
public CompartmentDefinition addJurisdiction(CodeableConcept t)
- Overrides:
addJurisdiction
in classMetadataResource
-
getJurisdictionFirstRep
public CodeableConcept getJurisdictionFirstRep()
- Overrides:
getJurisdictionFirstRep
in classMetadataResource
- Returns:
- The first repetition of repeating field
MetadataResource.jurisdiction
, creating it if it does not already exist
-
getCodeElement
public Enumeration<CompartmentDefinition.CompartmentType> getCodeElement()
- Returns:
code
(Which compartment this definition describes.). This is the underlying object with id, value and extensions. The accessor "getCode" gives direct access to the value
-
hasCodeElement
public boolean hasCodeElement()
-
hasCode
public boolean hasCode()
-
setCodeElement
public CompartmentDefinition setCodeElement(Enumeration<CompartmentDefinition.CompartmentType> value)
- Parameters:
value
-code
(Which compartment this definition describes.). This is the underlying object with id, value and extensions. The accessor "getCode" gives direct access to the value
-
getCode
public CompartmentDefinition.CompartmentType getCode()
- Returns:
- Which compartment this definition describes.
-
setCode
public CompartmentDefinition setCode(CompartmentDefinition.CompartmentType value)
- Parameters:
value
- Which compartment this definition describes.
-
getSearchElement
public BooleanType getSearchElement()
- Returns:
search
(Whether the search syntax is supported,.). This is the underlying object with id, value and extensions. The accessor "getSearch" gives direct access to the value
-
hasSearchElement
public boolean hasSearchElement()
-
hasSearch
public boolean hasSearch()
-
setSearchElement
public CompartmentDefinition setSearchElement(BooleanType value)
- Parameters:
value
-search
(Whether the search syntax is supported,.). This is the underlying object with id, value and extensions. The accessor "getSearch" gives direct access to the value
-
getSearch
public boolean getSearch()
- Returns:
- Whether the search syntax is supported,.
-
setSearch
public CompartmentDefinition setSearch(boolean value)
- Parameters:
value
- Whether the search syntax is supported,.
-
getResource
public List<CompartmentDefinition.CompartmentDefinitionResourceComponent> getResource()
- Returns:
resource
(Information about how a resource is related to the compartment.)
-
setResource
public CompartmentDefinition setResource(List<CompartmentDefinition.CompartmentDefinitionResourceComponent> theResource)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasResource
public boolean hasResource()
-
addResource
public CompartmentDefinition.CompartmentDefinitionResourceComponent addResource()
-
addResource
public CompartmentDefinition addResource(CompartmentDefinition.CompartmentDefinitionResourceComponent t)
-
getResourceFirstRep
public CompartmentDefinition.CompartmentDefinitionResourceComponent getResourceFirstRep()
- Returns:
- The first repetition of repeating field
resource
, creating it if it does not already exist
-
listChildren
protected void listChildren(List<Property> children)
- Overrides:
listChildren
in classMetadataResource
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getNamedProperty
in classMetadataResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getProperty
in classMetadataResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setProperty
in classMetadataResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setProperty
in classMetadataResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
makeProperty
in classMetadataResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getTypesForProperty
in classMetadataResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChild
in classMetadataResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
public String fhirType()
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classMetadataResource
-
copy
public CompartmentDefinition copy()
- Specified by:
copy
in classMetadataResource
-
typedCopy
protected CompartmentDefinition typedCopy()
-
equalsDeep
public boolean equalsDeep(Base other_)
- Overrides:
equalsDeep
in classMetadataResource
-
equalsShallow
public boolean equalsShallow(Base other_)
- Overrides:
equalsShallow
in classMetadataResource
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classMetadataResource
-
getResourceType
public ResourceType getResourceType()
- Specified by:
getResourceType
in classResource
-
-