
Uses of Class
org.hl7.fhir.r5.openehr.DV_IDENTIFIER
Packages that use DV_IDENTIFIER
-
Uses of DV_IDENTIFIER in org.hl7.fhir.r5.openehr
Fields in org.hl7.fhir.r5.openehr with type parameters of type DV_IDENTIFIERModifier and TypeFieldDescriptionprotected List
<DV_IDENTIFIER> FEEDER_AUDIT.feeder_system_item_idsList
Identifiers used for the item in the feeder system, where the feeder system is distinct from the originating system.protected List
<DV_IDENTIFIER> PARTY_IDENTIFIED.identifiersList
One or more formal identifiers (possibly computable).protected List
<DV_IDENTIFIER> FEEDER_AUDIT.originating_system_item_idsList
Identifiers used for the item in the originating system, e.g. filler and placer ids.Methods in org.hl7.fhir.r5.openehr that return DV_IDENTIFIERModifier and TypeMethodDescriptionFEEDER_AUDIT.addFeeder_system_item_ids()
PARTY_IDENTIFIED.addIdentifiers()
FEEDER_AUDIT.addOriginating_system_item_ids()
DV_IDENTIFIER.copy()
FEEDER_AUDIT.getFeeder_system_item_idsFirstRep()
PARTY_IDENTIFIED.getIdentifiersFirstRep()
FEEDER_AUDIT.getOriginating_system_item_idsFirstRep()
protected DV_IDENTIFIER
OpenehrJsonParser.parseDV_IDENTIFIER
(com.google.gson.JsonObject json) protected DV_IDENTIFIER
OpenehrXmlParser.parseDV_IDENTIFIER
(org.xmlpull.v1.XmlPullParser xpp) DV_IDENTIFIER.setAssigner
(String value) DV_IDENTIFIER.setAssignerElement
(StringType value) DV_IDENTIFIER.setIdElement
(StringType value) DV_IDENTIFIER.setIssuerElement
(StringType value) DV_IDENTIFIER.setTypeElement
(StringType value) protected DV_IDENTIFIER
DV_IDENTIFIER.typedCopy()
Methods in org.hl7.fhir.r5.openehr that return types with arguments of type DV_IDENTIFIERModifier and TypeMethodDescriptionFEEDER_AUDIT.getFeeder_system_item_idsList()
PARTY_IDENTIFIED.getIdentifiersList()
FEEDER_AUDIT.getOriginating_system_item_idsList()
Methods in org.hl7.fhir.r5.openehr with parameters of type DV_IDENTIFIERModifier and TypeMethodDescriptionFEEDER_AUDIT.addFeeder_system_item_ids
(DV_IDENTIFIER t) PARTY_IDENTIFIED.addIdentifiers
(DV_IDENTIFIER t) FEEDER_AUDIT.addOriginating_system_item_ids
(DV_IDENTIFIER t) protected void
OpenehrJsonParser.composeDV_IDENTIFIER
(String name, DV_IDENTIFIER element) protected void
OpenehrXmlParser.composeDV_IDENTIFIER
(String name, DV_IDENTIFIER element) protected void
OpenehrXmlParser.composeDV_IDENTIFIERElements
(DV_IDENTIFIER element) protected void
OpenehrJsonParser.composeDV_IDENTIFIERProperties
(DV_IDENTIFIER element) void
DV_IDENTIFIER.copyValues
(DV_IDENTIFIER dst) protected boolean
OpenehrXmlParser.parseDV_IDENTIFIERContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DV_IDENTIFIER res) protected void
OpenehrJsonParser.parseDV_IDENTIFIERProperties
(com.google.gson.JsonObject json, DV_IDENTIFIER res) Method parameters in org.hl7.fhir.r5.openehr with type arguments of type DV_IDENTIFIERModifier and TypeMethodDescriptionFEEDER_AUDIT.setFeeder_system_item_idsList
(List<DV_IDENTIFIER> theFeeder_system_item_ids) PARTY_IDENTIFIED.setIdentifiersList
(List<DV_IDENTIFIER> theIdentifiers) FEEDER_AUDIT.setOriginating_system_item_idsList
(List<DV_IDENTIFIER> theOriginating_system_item_ids)