Definition: All kinds of technology mediated contact details for a person or organization, including telephone, email, etc.
Requirements: Need to track phone, fax, mobile, sms numbers, email addresses, twitter tags, etc.
547548549550551552553554555
* <b>Definition:</b> * A contact detail for the person, e.g. a telephone number or an email address. * </p> */ public ContactDt addTelecom() { ContactDt newType = new ContactDt(); getTelecom().add(newType); return newType; }
161916201621162216231624162516261627
100010011002100310041005100610071008
* An e-mail, phone, website or other contact point to use to resolve issues with message communications. * </p> */ public ContactDt getContact() { if (myContact == null) { myContact = new ContactDt(); } return myContact; }
565566567568569570571572573
* <b>Definition:</b> * A contact detail for the practitioner, e.g. a telephone number or an email address. * </p> */ public ContactDt addTelecom() { ContactDt newType = new ContactDt(); getTelecom().add(newType); return newType; }
677678679680681682683684685
* <b>Definition:</b> * Contact details to assist a user in finding and communicating with the publisher * </p> */ public ContactDt addTelecom() { ContactDt newType = new ContactDt(); getTelecom().add(newType); return newType; }
755756757758759760761762763
* <b>Definition:</b> * A contact detail (e.g. a telephone number or an email address) by which the individual may be contacted. * </p> */ public ContactDt addTelecom() { ContactDt newType = new ContactDt(); getTelecom().add(newType); return newType; }
550551552553554555556557558
* <b>Definition:</b> * * </p> */ public ContactDt addContact() { ContactDt newType = new ContactDt(); getContact().add(newType); return newType; }
805806807808809810811812813
* <b>Definition:</b> * Contacts for Organization relevant to this conformance statement. The contacts may be a website, email, phone numbers, etc. * </p> */ public ContactDt addTelecom() { ContactDt newType = new ContactDt(); getTelecom().add(newType); return newType; }
541542543544545546547548549
* <b>Definition:</b> * A contact detail for the organization * </p> */ public ContactDt addTelecom() { ContactDt newType = new ContactDt(); getTelecom().add(newType); return newType; }
959960961962963964965966967
* <b>Definition:</b> * A contact detail (e.g. a telephone number or an email address) by which the party may be contacted. * </p> */ public ContactDt addTelecom() { ContactDt newType = new ContactDt(); getTelecom().add(newType); return newType; }