HS.FHIRModel.R4.SeqOfAddress
class HS.FHIRModel.R4.SeqOfAddress extends %Library.AbstractSet, %Library.SerialObject, %XML.Adaptor
Helper class for modeling FHIR arrays of AddressProperty Inventory
Method Inventory
- "_isLabeled"()
- MakeEntry()
- add()
- addAll()
- apply()
- clear()
- contains()
- containsAll()
- fromDao()
- get()
- iterator()
- remove()
- removeAll()
- replace()
- size()
- toDao()
- toString()
Parameters
The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.
Properties
Methods
add value to the set.
It is left to the implementation to decide whether duplicates are allowed (multiset) or not (proper set).
parameters:
- value: value to add to the set
returns:
- oref referencing the modified set
throws:
- exception
parameters:
- values: array of values to add to the set
returns:
- oref referencing the modified set
throws:
- exception
remove the element identified by key from the set
parameters:
- key: key of element to be removed from the set
returns:
- the removed element or null if that element doesn't exist
throws:
- exception
remove all elements identified by keys[n] where 0≤n≤ size(keys) from the set
parameters:
- keys: array of keys to be removed from the set
returns:
- array of removed elements (null element if key doesn't exist)
throws:
- exception
parameters:
- key - key of the element to be replaced
- value - new value of the element
- return the previous value of the element
throws:
- exception
The toDao() method casts the set to a DAO.
The toString() method returns the contents of a set as a string.
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %Delete()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %GetSwizzleObject()
- %IsA()
- %IsModified()
- %IsNull()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %OnBeforeAddToSync()
- %OnDetermineClass()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %SerializeObject()
- %SetModified()
- %SyncObjectIn()
- %SyncTransport()
- %ValidateObject()
- LogicalToOdbc()
- OdbcToLogical()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
- put()
- putAll()
- putAllIfAbsent()
- putIfAbsent()
- removeIf()
- rename()
- replaceAll()