
Uses of Class
org.hl7.fhir.r5.openehr.ACTOR
Packages that use ACTOR
-
Uses of ACTOR in org.hl7.fhir.r5.openehr
Subclasses of ACTOR in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclass
Generic concept of any kind of agent, including devices, software systems, but not humans or organisations.class
A group is a real world group of parties which is created by another party, usually an organisation, for some specific purpose.class
Generic description of organisations.class
Generic description of persons.Methods in org.hl7.fhir.r5.openehr that return ACTORModifier and TypeMethodDescriptionACTOR.addLanguages
(DV_TEXT t) abstract ACTOR
ACTOR.copy()
protected ACTOR
OpenehrJsonParser.parseACTOR
(com.google.gson.JsonObject json) protected ACTOR
OpenehrXmlParser.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 void
OpenehrJsonParser.composeACTOR
(String name, ACTOR element) protected void
OpenehrXmlParser.composeACTOR
(String name, ACTOR element) protected void
OpenehrXmlParser.composeACTORElements
(ACTOR element) protected void
OpenehrJsonParser.composeACTORProperties
(ACTOR element) void
ACTOR.copyValues
(ACTOR dst) protected boolean
OpenehrXmlParser.parseACTORContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ACTOR res) protected void
OpenehrJsonParser.parseACTORProperties
(com.google.gson.JsonObject json, ACTOR res)