Class Location
- 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
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static class
static class
static enum
static class
-
Field Summary
Modifier and TypeFieldDescriptionprotected Address
Physical location.static final ca.uhn.fhir.rest.gclient.StringClientParam
Fluent Client search parameter constant for addressstatic final ca.uhn.fhir.rest.gclient.StringClientParam
Fluent Client search parameter constant for address-citystatic final ca.uhn.fhir.rest.gclient.StringClientParam
Fluent Client search parameter constant for address-countrystatic final ca.uhn.fhir.rest.gclient.StringClientParam
Fluent Client search parameter constant for address-postalcodestatic final ca.uhn.fhir.rest.gclient.StringClientParam
Fluent Client search parameter constant for address-statestatic final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for address-useprotected List
<StringType> A list of alternate names that the location is known as, or was known as in the past.protected StringType
Description of the Location, which helps in finding or referencing the place.Technical endpoints providing access to services operated for the location.static final ca.uhn.fhir.rest.gclient.ReferenceClientParam
Fluent Client search parameter constant for endpointThe actual objects that are the target of the reference (Technical endpoints providing access to services operated for the location.)protected List
<Identifier> Unique code or number identifying the location to its users.static final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for identifierstatic final ca.uhn.fhir.model.api.Include
Constant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.Include
Constant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.Include
Constant for fluent queries to be used to add include statements.protected Reference
The organization responsible for the provisioning and upkeep of the location.protected Organization
The actual object that is the target of the reference (The organization responsible for the provisioning and upkeep of the location.)protected Enumeration
<Location.LocationMode> Indicates whether a resource instance represents a specific location or a class of locations.protected StringType
Name of the location as used by humans.static final ca.uhn.fhir.rest.gclient.StringClientParam
Fluent Client search parameter constant for namestatic final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for nearstatic final ca.uhn.fhir.rest.gclient.QuantityClientParam
Fluent Client search parameter constant for near-distancestatic final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for operational-statusprotected Coding
The Operational status covers operation values most relevant to beds (but can also apply to rooms/units/chair/etc such as an isolation unit/dialisys chair).static final ca.uhn.fhir.rest.gclient.ReferenceClientParam
Fluent Client search parameter constant for organizationprotected Reference
Another Location which this Location is physically part of.static final ca.uhn.fhir.rest.gclient.ReferenceClientParam
Fluent Client search parameter constant for partofprotected Location
The actual object that is the target of the reference (Another Location which this Location is physically part of.)protected CodeableConcept
Physical form of the location, e.g.protected Location.LocationPositionComponent
The absolute geographic location of the Location, expressed using the WGS84 datum (This is the same co-ordinate system used in KML).static final String
Search parameter: addressstatic final String
Search parameter: address-citystatic final String
Search parameter: address-countrystatic final String
Search parameter: address-postalcodestatic final String
Search parameter: address-statestatic final String
Search parameter: address-usestatic final String
Search parameter: endpointstatic final String
Search parameter: identifierstatic final String
Search parameter: namestatic final String
Search parameter: nearstatic final String
Search parameter: near-distancestatic final String
Search parameter: operational-statusstatic final String
Search parameter: organizationstatic final String
Search parameter: partofstatic final String
Search parameter: statusstatic final String
Search parameter: typeprotected Enumeration
<Location.LocationStatus> The status property covers the general availability of the resource, not the current value which may be covered by the operationStatus, or by a schedule/slots if they are configured for the location.static final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for statusprotected List
<ContactPoint> The contact details of communication devices available at the location.protected CodeableConcept
Indicates the type of function performed at the location.static final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for typeFields 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
Fields inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
RES_ID, RES_LAST_UPDATED, RES_PROFILE, RES_SECURITY, RES_TAG, SP_RES_ID, SP_RES_LAST_UPDATED, SP_RES_PROFILE, SP_RES_SECURITY, SP_RES_TAG
Fields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Use Reference#setResource(IBaseResource) insteadcopy()
boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
getAlias()
Deprecated.Use Reference#setResource(IBaseResource) insteadgetMode()
getName()
getNamedProperty
(int _hash, String _name, boolean _checkValid) Base[]
getProperty
(int hash, String name, boolean checkValid) getType()
String[]
getTypesForProperty
(int hash, String name) boolean
boolean
hasAlias()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
hasMode()
boolean
boolean
hasName()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
hasType()
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) setAddress
(Address value) setAlias
(List<StringType> theAlias) setDescription
(String value) setDescriptionElement
(StringType value) setEndpoint
(List<Reference> theEndpoint) setIdentifier
(List<Identifier> theIdentifier) setManagingOrganization
(Reference value) setMode
(Location.LocationMode value) setNameElement
(StringType value) setOperationalStatus
(Coding value) setPartOfTarget
(Location value) setPhysicalType
(CodeableConcept value) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) setStatus
(Location.LocationStatus value) setTelecom
(List<ContactPoint> theTelecom) setType
(CodeableConcept value) protected Location
Methods inherited from class org.hl7.fhir.dstu3.model.DomainResource
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setText
Methods inherited from class org.hl7.fhir.dstu3.model.Resource
copyValues, getId, getIdBase, getIdElement, getIdPart, 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, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, hasFormatComment
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getMeta, getStructureFhirVersionEnum, isDeleted, setId
-
Field Details
-
identifier
Unique code or number identifying the location to its users. -
status
The status property covers the general availability of the resource, not the current value which may be covered by the operationStatus, or by a schedule/slots if they are configured for the location. -
operationalStatus
The Operational status covers operation values most relevant to beds (but can also apply to rooms/units/chair/etc such as an isolation unit/dialisys chair). This typically covers concepts such as contamination, housekeeping and other activities like maintenance. -
name
Name of the location as used by humans. Does not need to be unique. -
alias
A list of alternate names that the location is known as, or was known as in the past. -
description
Description of the Location, which helps in finding or referencing the place. -
mode
Indicates whether a resource instance represents a specific location or a class of locations. -
type
Indicates the type of function performed at the location. -
telecom
The contact details of communication devices available at the location. This can include phone numbers, fax numbers, mobile numbers, email addresses and web sites. -
address
Physical location. -
physicalType
Physical form of the location, e.g. building, room, vehicle, road. -
position
The absolute geographic location of the Location, expressed using the WGS84 datum (This is the same co-ordinate system used in KML). -
managingOrganization
The organization responsible for the provisioning and upkeep of the location. -
managingOrganizationTarget
The actual object that is the target of the reference (The organization responsible for the provisioning and upkeep of the location.) -
partOf
Another Location which this Location is physically part of. -
partOfTarget
The actual object that is the target of the reference (Another Location which this Location is physically part of.) -
endpoint
Technical endpoints providing access to services operated for the location. -
endpointTarget
The actual objects that are the target of the reference (Technical endpoints providing access to services operated for the location.) -
SP_IDENTIFIER
Search parameter: identifierDescription: An identifier for the location
Type: token
Path: Location.identifier
- See Also:
-
IDENTIFIER
Fluent Client search parameter constant for identifierDescription: An identifier for the location
Type: token
Path: Location.identifier
-
SP_PARTOF
Search parameter: partofDescription: A location of which this location is a part
Type: reference
Path: Location.partOf
- See Also:
-
PARTOF
Fluent Client search parameter constant for partofDescription: A location of which this location is a part
Type: reference
Path: Location.partOf
-
INCLUDE_PARTOF
Constant for fluent queries to be used to add include statements. Specifies the path value of "Location:partof". -
SP_NEAR_DISTANCE
Search parameter: near-distanceDescription: A distance quantity to limit the near search to locations within a specific distance Requires the near parameter to also be included
Type: quantity
Path: Location.position
- See Also:
-
NEAR_DISTANCE
Fluent Client search parameter constant for near-distanceDescription: A distance quantity to limit the near search to locations within a specific distance Requires the near parameter to also be included
Type: quantity
Path: Location.position
-
SP_ADDRESS
Search parameter: addressDescription: A (part of the) address of the location
Type: string
Path: Location.address
- See Also:
-
ADDRESS
Fluent Client search parameter constant for addressDescription: A (part of the) address of the location
Type: string
Path: Location.address
-
SP_ADDRESS_STATE
Search parameter: address-stateDescription: A state specified in an address
Type: string
Path: Location.address.state
- See Also:
-
ADDRESS_STATE
Fluent Client search parameter constant for address-stateDescription: A state specified in an address
Type: string
Path: Location.address.state
-
SP_OPERATIONAL_STATUS
Search parameter: operational-statusDescription: Searches for locations (typically bed/room) that have an operational status (e.g. contaminated, housekeeping)
Type: token
Path: Location.operationalStatus
- See Also:
-
OPERATIONAL_STATUS
Fluent Client search parameter constant for operational-statusDescription: Searches for locations (typically bed/room) that have an operational status (e.g. contaminated, housekeeping)
Type: token
Path: Location.operationalStatus
-
SP_TYPE
Search parameter: typeDescription: A code for the type of location
Type: token
Path: Location.type
- See Also:
-
TYPE
Fluent Client search parameter constant for typeDescription: A code for the type of location
Type: token
Path: Location.type
-
SP_ADDRESS_POSTALCODE
Search parameter: address-postalcodeDescription: A postal code specified in an address
Type: string
Path: Location.address.postalCode
- See Also:
-
ADDRESS_POSTALCODE
Fluent Client search parameter constant for address-postalcodeDescription: A postal code specified in an address
Type: string
Path: Location.address.postalCode
-
SP_ADDRESS_COUNTRY
Search parameter: address-countryDescription: A country specified in an address
Type: string
Path: Location.address.country
- See Also:
-
ADDRESS_COUNTRY
Fluent Client search parameter constant for address-countryDescription: A country specified in an address
Type: string
Path: Location.address.country
-
SP_ENDPOINT
Search parameter: endpointDescription: Technical endpoints providing access to services operated for the location
Type: reference
Path: Location.endpoint
- See Also:
-
ENDPOINT
Fluent Client search parameter constant for endpointDescription: Technical endpoints providing access to services operated for the location
Type: reference
Path: Location.endpoint
-
INCLUDE_ENDPOINT
Constant for fluent queries to be used to add include statements. Specifies the path value of "Location:endpoint". -
SP_ORGANIZATION
Search parameter: organizationDescription: Searches for locations that are managed by the provided organization
Type: reference
Path: Location.managingOrganization
- See Also:
-
ORGANIZATION
Fluent Client search parameter constant for organizationDescription: Searches for locations that are managed by the provided organization
Type: reference
Path: Location.managingOrganization
-
INCLUDE_ORGANIZATION
Constant for fluent queries to be used to add include statements. Specifies the path value of "Location:organization". -
SP_NAME
Search parameter: nameDescription: A portion of the location's name or alias
Type: string
Path: Location.name, Location.alias
- See Also:
-
NAME
Fluent Client search parameter constant for nameDescription: A portion of the location's name or alias
Type: string
Path: Location.name, Location.alias
-
SP_ADDRESS_USE
Search parameter: address-useDescription: A use code specified in an address
Type: token
Path: Location.address.use
- See Also:
-
ADDRESS_USE
Fluent Client search parameter constant for address-useDescription: A use code specified in an address
Type: token
Path: Location.address.use
-
SP_NEAR
Search parameter: nearDescription: The coordinates expressed as [latitude]:[longitude] (using the WGS84 datum, see notes) to find locations near to (servers may search using a square rather than a circle for efficiency) Requires the near-distance parameter to be provided also
Type: token
Path: Location.position
- See Also:
-
NEAR
Fluent Client search parameter constant for nearDescription: The coordinates expressed as [latitude]:[longitude] (using the WGS84 datum, see notes) to find locations near to (servers may search using a square rather than a circle for efficiency) Requires the near-distance parameter to be provided also
Type: token
Path: Location.position
-
SP_ADDRESS_CITY
Search parameter: address-cityDescription: A city specified in an address
Type: string
Path: Location.address.city
- See Also:
-
ADDRESS_CITY
Fluent Client search parameter constant for address-cityDescription: A city specified in an address
Type: string
Path: Location.address.city
-
SP_STATUS
Search parameter: statusDescription: Searches for locations with a specific kind of status
Type: token
Path: Location.status
- See Also:
-
STATUS
Fluent Client search parameter constant for statusDescription: Searches for locations with a specific kind of status
Type: token
Path: Location.status
-
-
Constructor Details
-
Location
public Location()Constructor
-
-
Method Details
-
getIdentifier
- Returns:
identifier
(Unique code or number identifying the location to its users.)
-
setIdentifier
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasIdentifier
-
addIdentifier
-
addIdentifier
-
getIdentifierFirstRep
- Returns:
- The first repetition of repeating field
identifier
, creating it if it does not already exist
-
getStatusElement
- Returns:
status
(The status property covers the general availability of the resource, not the current value which may be covered by the operationStatus, or by a schedule/slots if they are configured for the location.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
hasStatusElement
-
hasStatus
-
setStatusElement
- Parameters:
value
-status
(The status property covers the general availability of the resource, not the current value which may be covered by the operationStatus, or by a schedule/slots if they are configured for the location.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
getStatus
- Returns:
- The status property covers the general availability of the resource, not the current value which may be covered by the operationStatus, or by a schedule/slots if they are configured for the location.
-
setStatus
- Parameters:
value
- The status property covers the general availability of the resource, not the current value which may be covered by the operationStatus, or by a schedule/slots if they are configured for the location.
-
getOperationalStatus
- Returns:
operationalStatus
(The Operational status covers operation values most relevant to beds (but can also apply to rooms/units/chair/etc such as an isolation unit/dialisys chair). This typically covers concepts such as contamination, housekeeping and other activities like maintenance.)
-
hasOperationalStatus
-
setOperationalStatus
- Parameters:
value
-operationalStatus
(The Operational status covers operation values most relevant to beds (but can also apply to rooms/units/chair/etc such as an isolation unit/dialisys chair). This typically covers concepts such as contamination, housekeeping and other activities like maintenance.)
-
getNameElement
- Returns:
name
(Name of the location as used by humans. Does not need to be unique.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the value
-
hasNameElement
-
hasName
-
setNameElement
- Parameters:
value
-name
(Name of the location as used by humans. Does not need to be unique.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the value
-
getName
- Returns:
- Name of the location as used by humans. Does not need to be unique.
-
setName
- Parameters:
value
- Name of the location as used by humans. Does not need to be unique.
-
getAlias
- Returns:
alias
(A list of alternate names that the location is known as, or was known as in the past.)
-
setAlias
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasAlias
-
addAliasElement
- Returns:
alias
(A list of alternate names that the location is known as, or was known as in the past.)
-
addAlias
- Parameters:
value
-alias
(A list of alternate names that the location is known as, or was known as in the past.)
-
hasAlias
- Parameters:
value
-alias
(A list of alternate names that the location is known as, or was known as in the past.)
-
getDescriptionElement
- Returns:
description
(Description of the Location, which helps in finding or referencing the place.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
hasDescriptionElement
-
hasDescription
-
setDescriptionElement
- Parameters:
value
-description
(Description of the Location, which helps in finding or referencing the place.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
getDescription
- Returns:
- Description of the Location, which helps in finding or referencing the place.
-
setDescription
- Parameters:
value
- Description of the Location, which helps in finding or referencing the place.
-
getModeElement
- Returns:
mode
(Indicates whether a resource instance represents a specific location or a class of locations.). This is the underlying object with id, value and extensions. The accessor "getMode" gives direct access to the value
-
hasModeElement
-
hasMode
-
setModeElement
- Parameters:
value
-mode
(Indicates whether a resource instance represents a specific location or a class of locations.). This is the underlying object with id, value and extensions. The accessor "getMode" gives direct access to the value
-
getMode
- Returns:
- Indicates whether a resource instance represents a specific location or a class of locations.
-
setMode
- Parameters:
value
- Indicates whether a resource instance represents a specific location or a class of locations.
-
getType
- Returns:
type
(Indicates the type of function performed at the location.)
-
hasType
-
setType
- Parameters:
value
-type
(Indicates the type of function performed at the location.)
-
getTelecom
- Returns:
telecom
(The contact details of communication devices available at the location. This can include phone numbers, fax numbers, mobile numbers, email addresses and web sites.)
-
setTelecom
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasTelecom
-
addTelecom
-
addTelecom
-
getTelecomFirstRep
- Returns:
- The first repetition of repeating field
telecom
, creating it if it does not already exist
-
getAddress
- Returns:
address
(Physical location.)
-
hasAddress
-
setAddress
- Parameters:
value
-address
(Physical location.)
-
getPhysicalType
- Returns:
physicalType
(Physical form of the location, e.g. building, room, vehicle, road.)
-
hasPhysicalType
-
setPhysicalType
- Parameters:
value
-physicalType
(Physical form of the location, e.g. building, room, vehicle, road.)
-
getPosition
- Returns:
position
(The absolute geographic location of the Location, expressed using the WGS84 datum (This is the same co-ordinate system used in KML).)
-
hasPosition
-
setPosition
- Parameters:
value
-position
(The absolute geographic location of the Location, expressed using the WGS84 datum (This is the same co-ordinate system used in KML).)
-
getManagingOrganization
- Returns:
managingOrganization
(The organization responsible for the provisioning and upkeep of the location.)
-
hasManagingOrganization
-
setManagingOrganization
- Parameters:
value
-managingOrganization
(The organization responsible for the provisioning and upkeep of the location.)
-
getManagingOrganizationTarget
- Returns:
managingOrganization
The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The organization responsible for the provisioning and upkeep of the location.)
-
setManagingOrganizationTarget
- Parameters:
value
-managingOrganization
The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The organization responsible for the provisioning and upkeep of the location.)
-
getPartOf
- Returns:
partOf
(Another Location which this Location is physically part of.)
-
hasPartOf
-
setPartOf
- Parameters:
value
-partOf
(Another Location which this Location is physically part of.)
-
getPartOfTarget
- Returns:
partOf
The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (Another Location which this Location is physically part of.)
-
setPartOfTarget
- Parameters:
value
-partOf
The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (Another Location which this Location is physically part of.)
-
getEndpoint
- Returns:
endpoint
(Technical endpoints providing access to services operated for the location.)
-
setEndpoint
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasEndpoint
-
addEndpoint
-
addEndpoint
-
getEndpointFirstRep
- Returns:
- The first repetition of repeating field
endpoint
, creating it if it does not already exist
-
getEndpointTarget
Deprecated.Use Reference#setResource(IBaseResource) instead -
addEndpointTarget
Deprecated.Use Reference#setResource(IBaseResource) instead -
listChildren
- Overrides:
listChildren
in classDomainResource
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedProperty
in classDomainResource
- 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 classDomainResource
- 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 classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makeProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChild
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classDomainResource
-
copy
- Specified by:
copy
in classDomainResource
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeep
in classDomainResource
-
equalsShallow
- Overrides:
equalsShallow
in classDomainResource
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classDomainResource
-
getResourceType
- Specified by:
getResourceType
in classResource
-