
Uses of Class
org.hl7.fhir.r5.openehr.ACTOR
Packages that use ACTOR
- 
Uses of ACTOR in org.hl7.fhir.r5.openehrSubclasses of ACTOR in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclassGeneric concept of any kind of agent, including devices, software systems, but not humans or organisations.classA group is a real world group of parties which is created by another party, usually an organisation, for some specific purpose.classGeneric description of organisations.classGeneric description of persons.Methods in org.hl7.fhir.r5.openehr that return ACTORModifier and TypeMethodDescriptionACTOR.addLanguages(DV_TEXT t) abstract ACTORACTOR.copy()protected ACTOROpenehrJsonParser.parseACTOR(com.google.gson.JsonObject json) protected ACTOROpenehrXmlParser.parseACTOR(org.xmlpull.v1.XmlPullParser xpp) ACTOR.setLanguagesList(List<DV_TEXT> theLanguages) ACTOR.setRolesList(List<PARTY_REF> theRoles) Methods in org.hl7.fhir.r5.openehr with parameters of type ACTORModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composeACTOR(String name, ACTOR element) protected voidOpenehrXmlParser.composeACTOR(String name, ACTOR element) protected voidOpenehrXmlParser.composeACTORElements(ACTOR element) protected voidOpenehrJsonParser.composeACTORProperties(ACTOR element) voidACTOR.copyValues(ACTOR dst) protected booleanOpenehrXmlParser.parseACTORContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ACTOR res) protected voidOpenehrJsonParser.parseACTORProperties(com.google.gson.JsonObject json, ACTOR res)