
Uses of Class
org.hl7.fhir.r5.openehr.DV_IDENTIFIER
Packages that use DV_IDENTIFIER
- 
Uses of DV_IDENTIFIER in org.hl7.fhir.r5.openehrFields in org.hl7.fhir.r5.openehr with type parameters of type DV_IDENTIFIERModifier and TypeFieldDescriptionprotected List<DV_IDENTIFIER> FEEDER_AUDIT.feeder_system_item_idsListIdentifiers used for the item in the feeder system, where the feeder system is distinct from the originating system.protected List<DV_IDENTIFIER> PARTY_IDENTIFIED.identifiersListOne or more formal identifiers (possibly computable).protected List<DV_IDENTIFIER> FEEDER_AUDIT.originating_system_item_idsListIdentifiers 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_IDENTIFIEROpenehrJsonParser.parseDV_IDENTIFIER(com.google.gson.JsonObject json) protected DV_IDENTIFIEROpenehrXmlParser.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_IDENTIFIERDV_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 voidOpenehrJsonParser.composeDV_IDENTIFIER(String name, DV_IDENTIFIER element) protected voidOpenehrXmlParser.composeDV_IDENTIFIER(String name, DV_IDENTIFIER element) protected voidOpenehrXmlParser.composeDV_IDENTIFIERElements(DV_IDENTIFIER element) protected voidOpenehrJsonParser.composeDV_IDENTIFIERProperties(DV_IDENTIFIER element) voidDV_IDENTIFIER.copyValues(DV_IDENTIFIER dst) protected booleanOpenehrXmlParser.parseDV_IDENTIFIERContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DV_IDENTIFIER res) protected voidOpenehrJsonParser.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)