
Package org.hl7.fhir.r5.openehr
Class PARTY
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseDatatype,org.hl7.fhir.instance.model.api.ICompositeType
public abstract class PARTY
extends LOCATABLE
implements org.hl7.fhir.instance.model.api.ICompositeType
Ancestor of all Party types, including real world entities and their roles. A Party is any entity which can participate in an activity. The name attribute inherited from LOCATABLE is used to indicate the actual type of party (note that the actual names, i.e. identities of parties are indicated in the identities attribute, not the name attribute).
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hl7.fhir.r5.model.Base
Base.ProfileSource, Base.ValidationInfo, Base.ValidationMode, Base.ValidationReason -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CONTACTContacts for this party.protected ITEM_STRUCTUREAll other details for this Party.protected List<PARTY_IDENTITY> Identities used by the party to identify itself, such as legal name, stage names, aliases, nicknames and so on.protected List<PARTY_RELATIONSHIP> Relationships in which this Party takes part as source.protected List<LOCATABLE_REF> References to relationships in which this Party takes part as target.Fields inherited from class org.hl7.fhir.r5.openehr.PATHABLE
archetype_details, archetype_node_id, feeder_audit, linksList, name, uid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract PARTYcopy()voidcopyValues(PARTY dst) booleanequalsDeep(Base other_) booleanequalsShallow(Base other_) fhirType()getNamedProperty(int _hash, String _name, boolean _checkValid) Base[]getProperty(int hash, String name, boolean checkValid) String[]getTypesForProperty(int hash, String name) booleanbooleanbooleanbooleanbooleanbooleanisEmpty()protected voidlistChildren(List<Property> children) makeProperty(int hash, String name) setContacts(CONTACT value) setDetails(ITEM_STRUCTURE value) setIdentitiesList(List<PARTY_IDENTITY> theIdentities) setProperty(int hash, String name, Base value) setProperty(String name, Base value) setRelationshipsList(List<PARTY_RELATIONSHIP> theRelationships) setReverse_relationshipsList(List<LOCATABLE_REF> theReverse_relationships) Methods inherited from class org.hl7.fhir.r5.openehr.LOCATABLE
copyValuesMethods inherited from class org.hl7.fhir.r5.openehr.PATHABLE
addLinks, addLinks, copyValues, getArchetype_details, getArchetype_node_id, getArchetype_node_idElement, getFeeder_audit, getLinksFirstRep, getLinksList, getName, getUid, hasArchetype_details, hasArchetype_node_id, hasArchetype_node_idElement, hasFeeder_audit, hasLinks, hasName, hasUid, setArchetype_details, setArchetype_node_id, setArchetype_node_idElement, setFeeder_audit, setLinksList, setName, setUidMethods inherited from class org.hl7.fhir.r5.openehr.Any
copyValuesMethods inherited from class org.hl7.fhir.r5.model.LogicalBase
getFHIRPublicationVersion, getIdBase, setIdBaseMethods inherited from class org.hl7.fhir.r5.model.Base
addDefinition, addFormatCommentsPost, addFormatCommentsPre, addValidationMessage, canHavePrimitiveValue, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyFormatComments, copyUserData, copyValues, dateTimeValue, equals, executeFunction, getChildByName, getChildValueByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getValidationInfo, getValidationMessages, getXhtml, hasFormatComment, hasFormatCommentPost, hasFormatCommentPre, hasPrimitiveValue, hasType, hasUserData, hasValidated, hasValidationInfo, hasValidationMessages, isBooleanPrimitive, isCopyUserData, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, removeChild, setCopyUserData, setUserData, setUserDataINN, setXhtmlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
-
Field Details
-
identitiesList
Identities used by the party to identify itself, such as legal name, stage names, aliases, nicknames and so on. -
contacts
Contacts for this party. -
details
All other details for this Party. -
reverse_relationshipsList
References to relationships in which this Party takes part as target. -
relationshipsList
Relationships in which this Party takes part as source.
-
-
Constructor Details
-
PARTY
public PARTY()Constructor
-
-
Method Details
-
getIdentitiesList
- Returns:
-
(Identities used by the party to identify itself, such as legal name, stage names, aliases, nicknames and so on.)
invalid reference
#identities
-
setIdentitiesList
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasIdentities
-
addIdentities
-
addIdentities
-
getIdentitiesFirstRep
- Returns:
- The first repetition of repeating field
, creating it if it does not already exist {3}
invalid reference
#identities
-
getContacts
- Returns:
contacts(Contacts for this party.)
-
hasContacts
-
setContacts
- Parameters:
value-contacts(Contacts for this party.)
-
getDetails
- Returns:
details(All other details for this Party.)
-
hasDetails
-
setDetails
- Parameters:
value-details(All other details for this Party.)
-
getReverse_relationshipsList
- Returns:
-
(References to relationships in which this Party takes part as target.)
invalid reference
#reverse_relationships
-
setReverse_relationshipsList
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasReverse_relationships
-
addReverse_relationships
-
addReverse_relationships
-
getReverse_relationshipsFirstRep
- Returns:
- The first repetition of repeating field
, creating it if it does not already exist {3}
invalid reference
#reverse_relationships
-
getRelationshipsList
- Returns:
-
(Relationships in which this Party takes part as source.)
invalid reference
#relationships
-
setRelationshipsList
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasRelationships
-
addRelationships
-
addRelationships
-
getRelationshipsFirstRep
- Returns:
- The first repetition of repeating field
, creating it if it does not already exist {3}
invalid reference
#relationships
-
listChildren
- Overrides:
listChildrenin classPATHABLE
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedPropertyin classPATHABLE- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getPropertyin classPATHABLE- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setPropertyin classPATHABLE- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setPropertyin classPATHABLE- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makePropertyin classPATHABLE- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForPropertyin classPATHABLE- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
-
fhirType
-
copy
-
copyValues
-
equalsDeep
- Overrides:
equalsDeepin classPATHABLE
-
equalsShallow
- Overrides:
equalsShallowin classPATHABLE
-
isEmpty
-