
Uses of Class
org.hl7.fhir.r5.openehr.PARTY_RELATIONSHIP
Packages that use PARTY_RELATIONSHIP
- 
Uses of PARTY_RELATIONSHIP in org.hl7.fhir.r5.openehrFields in org.hl7.fhir.r5.openehr with type parameters of type PARTY_RELATIONSHIPModifier and TypeFieldDescriptionprotected List<PARTY_RELATIONSHIP> PARTY.relationshipsListRelationships 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_RELATIONSHIPOpenehrJsonParser.parsePARTY_RELATIONSHIP(com.google.gson.JsonObject json) protected PARTY_RELATIONSHIPOpenehrXmlParser.parsePARTY_RELATIONSHIP(org.xmlpull.v1.XmlPullParser xpp) PARTY_RELATIONSHIP.setDetails(ITEM_STRUCTURE value) PARTY_RELATIONSHIP.setTime_validity(DV_INTERVAL value) protected PARTY_RELATIONSHIPPARTY_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 voidOpenehrJsonParser.composePARTY_RELATIONSHIP(String name, PARTY_RELATIONSHIP element) protected voidOpenehrXmlParser.composePARTY_RELATIONSHIP(String name, PARTY_RELATIONSHIP element) protected voidOpenehrXmlParser.composePARTY_RELATIONSHIPElements(PARTY_RELATIONSHIP element) protected voidOpenehrJsonParser.composePARTY_RELATIONSHIPProperties(PARTY_RELATIONSHIP element) voidPARTY_RELATIONSHIP.copyValues(PARTY_RELATIONSHIP dst) protected booleanOpenehrXmlParser.parsePARTY_RELATIONSHIPContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PARTY_RELATIONSHIP res) protected voidOpenehrJsonParser.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)