
Uses of Class
org.hl7.fhir.r5.openehr.PARTY_RELATIONSHIP
Packages that use PARTY_RELATIONSHIP
-
Uses of PARTY_RELATIONSHIP in org.hl7.fhir.r5.openehr
Fields in org.hl7.fhir.r5.openehr with type parameters of type PARTY_RELATIONSHIPModifier and TypeFieldDescriptionprotected List
<PARTY_RELATIONSHIP> PARTY.relationshipsList
Relationships in which this Party takes part as source.Methods in org.hl7.fhir.r5.openehr that return PARTY_RELATIONSHIPModifier and TypeMethodDescriptionPARTY.addRelationships()
PARTY_RELATIONSHIP.copy()
PARTY.getRelationshipsFirstRep()
protected PARTY_RELATIONSHIP
OpenehrJsonParser.parsePARTY_RELATIONSHIP
(com.google.gson.JsonObject json) protected PARTY_RELATIONSHIP
OpenehrXmlParser.parsePARTY_RELATIONSHIP
(org.xmlpull.v1.XmlPullParser xpp) PARTY_RELATIONSHIP.setDetails
(ITEM_STRUCTURE value) PARTY_RELATIONSHIP.setTime_validity
(DV_INTERVAL value) protected PARTY_RELATIONSHIP
PARTY_RELATIONSHIP.typedCopy()
Methods in org.hl7.fhir.r5.openehr that return types with arguments of type PARTY_RELATIONSHIPMethods in org.hl7.fhir.r5.openehr with parameters of type PARTY_RELATIONSHIPModifier and TypeMethodDescriptionPARTY.addRelationships
(PARTY_RELATIONSHIP t) protected void
OpenehrJsonParser.composePARTY_RELATIONSHIP
(String name, PARTY_RELATIONSHIP element) protected void
OpenehrXmlParser.composePARTY_RELATIONSHIP
(String name, PARTY_RELATIONSHIP element) protected void
OpenehrXmlParser.composePARTY_RELATIONSHIPElements
(PARTY_RELATIONSHIP element) protected void
OpenehrJsonParser.composePARTY_RELATIONSHIPProperties
(PARTY_RELATIONSHIP element) void
PARTY_RELATIONSHIP.copyValues
(PARTY_RELATIONSHIP dst) protected boolean
OpenehrXmlParser.parsePARTY_RELATIONSHIPContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PARTY_RELATIONSHIP res) protected void
OpenehrJsonParser.parsePARTY_RELATIONSHIPProperties
(com.google.gson.JsonObject json, PARTY_RELATIONSHIP res) Method parameters in org.hl7.fhir.r5.openehr with type arguments of type PARTY_RELATIONSHIPModifier and TypeMethodDescriptionPARTY.setRelationshipsList
(List<PARTY_RELATIONSHIP> theRelationships)