Uses of Class
org.hl7.fhir.dstu3.model.ContactPoint
Packages that use ContactPoint
-
Uses of ContactPoint in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ContactPointModifier and TypeMethodDescriptionprotected ContactPointJsonParser.parseContactPoint(com.google.gson.JsonObject json)protected ContactPointXmlParser.parseContactPoint(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu3.formats with parameters of type ContactPointModifier and TypeMethodDescriptionprotected voidJsonParser.composeContactPoint(String name, ContactPoint element)protected voidRdfParser.composeContactPoint(Turtle.Complex parent, String parentType, String name, ContactPoint element, int index)protected voidXmlParser.composeContactPoint(String name, ContactPoint element)protected voidXmlParser.composeContactPointElements(ContactPoint element)protected voidJsonParser.composeContactPointInner(ContactPoint element)protected booleanXmlParser.parseContactPointContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ContactPoint res)protected voidJsonParser.parseContactPointProperties(com.google.gson.JsonObject json, ContactPoint res) -
Uses of ContactPoint in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as ContactPointModifier and TypeFieldDescriptionprotected ContactPointMessageHeader.MessageSourceComponent.contactAn e-mail, phone, website or other contact point to use to resolve issues with message communications.Fields in org.hl7.fhir.dstu3.model with type parameters of type ContactPointModifier and TypeFieldDescriptionprotected List<ContactPoint>Device.contactContact details for an organization or a particular human that is responsible for the device.protected List<ContactPoint>Endpoint.contactContact details for a human to contact about the subscription.protected List<ContactPoint>Subscription.contactContact details for a human to contact about the subscription.protected List<ContactPoint>ContactDetail.telecomThe contact details for the individual (if a name was provided) or the organization.protected List<ContactPoint>HealthcareService.telecomList of contacts related to this specific healthcare service.protected List<ContactPoint>Location.telecomThe contact details of communication devices available at the location.protected List<ContactPoint>Organization.OrganizationContactComponent.telecomA contact detail (e.g.protected List<ContactPoint>Organization.telecomA contact detail for the organization.protected List<ContactPoint>Patient.ContactComponent.telecomA contact detail for the person, e.g.protected List<ContactPoint>Patient.telecomA contact detail (e.g.protected List<ContactPoint>Person.telecomA contact detail for the person, e.g.protected List<ContactPoint>Practitioner.telecomA contact detail for the practitioner, e.g.protected List<ContactPoint>PractitionerRole.telecomContact details that are specific to the role/location/service.protected List<ContactPoint>RelatedPerson.telecomA contact detail for the person, e.g.Methods in org.hl7.fhir.dstu3.model that return ContactPointModifier and TypeMethodDescriptionDevice.addContact()Endpoint.addContact()Subscription.addContact()ContactDetail.addTelecom()HealthcareService.addTelecom()Location.addTelecom()Organization.addTelecom()Organization.OrganizationContactComponent.addTelecom()Patient.addTelecom()Patient.ContactComponent.addTelecom()Person.addTelecom()Practitioner.addTelecom()PractitionerRole.addTelecom()RelatedPerson.addTelecom()Base.castToContactPoint(Base b)ContactPoint.copy()MessageHeader.MessageSourceComponent.getContact()Device.getContactFirstRep()Endpoint.getContactFirstRep()Subscription.getContactFirstRep()ContactDetail.getTelecomFirstRep()HealthcareService.getTelecomFirstRep()Location.getTelecomFirstRep()Organization.getTelecomFirstRep()Organization.OrganizationContactComponent.getTelecomFirstRep()Patient.ContactComponent.getTelecomFirstRep()Patient.getTelecomFirstRep()Person.getTelecomFirstRep()Practitioner.getTelecomFirstRep()PractitionerRole.getTelecomFirstRep()RelatedPerson.getTelecomFirstRep()static ContactPointFactory.newContactPoint(ContactPoint.ContactPointSystem system, String value)ContactPoint.setRank(int value)ContactPoint.setRankElement(PositiveIntType value)ContactPoint.setSystem(ContactPoint.ContactPointSystem value)ContactPoint.setSystemElement(Enumeration<ContactPoint.ContactPointSystem> value)ContactPoint.setUse(ContactPoint.ContactPointUse value)ContactPoint.setUseElement(Enumeration<ContactPoint.ContactPointUse> value)ContactPoint.setValueElement(StringType value)protected ContactPointContactPoint.typedCopy()Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ContactPointModifier and TypeMethodDescriptionDevice.getContact()Endpoint.getContact()Subscription.getContact()ContactDetail.getTelecom()HealthcareService.getTelecom()Location.getTelecom()Organization.getTelecom()Organization.OrganizationContactComponent.getTelecom()Patient.ContactComponent.getTelecom()Patient.getTelecom()Person.getTelecom()Practitioner.getTelecom()PractitionerRole.getTelecom()RelatedPerson.getTelecom()Methods in org.hl7.fhir.dstu3.model with parameters of type ContactPointModifier and TypeMethodDescriptionDevice.addContact(ContactPoint t)Endpoint.addContact(ContactPoint t)Subscription.addContact(ContactPoint t)ContactDetail.addTelecom(ContactPoint t)HealthcareService.addTelecom(ContactPoint t)Location.addTelecom(ContactPoint t)Organization.addTelecom(ContactPoint t)Organization.OrganizationContactComponent.addTelecom(ContactPoint t)Patient.addTelecom(ContactPoint t)Patient.ContactComponent.addTelecom(ContactPoint t)Person.addTelecom(ContactPoint t)Practitioner.addTelecom(ContactPoint t)PractitionerRole.addTelecom(ContactPoint t)RelatedPerson.addTelecom(ContactPoint t)static booleanComparison.matches(ContactPoint c1, ContactPoint c2, Object profile)static voidComparison.merge(ContactPoint dst, ContactPoint src)MessageHeader.MessageSourceComponent.setContact(ContactPoint value)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ContactPointModifier and TypeMethodDescriptionDevice.setContact(List<ContactPoint> theContact)Endpoint.setContact(List<ContactPoint> theContact)Subscription.setContact(List<ContactPoint> theContact)ContactDetail.setTelecom(List<ContactPoint> theTelecom)HealthcareService.setTelecom(List<ContactPoint> theTelecom)Location.setTelecom(List<ContactPoint> theTelecom)Organization.OrganizationContactComponent.setTelecom(List<ContactPoint> theTelecom)Organization.setTelecom(List<ContactPoint> theTelecom)Patient.ContactComponent.setTelecom(List<ContactPoint> theTelecom)Patient.setTelecom(List<ContactPoint> theTelecom)Person.setTelecom(List<ContactPoint> theTelecom)Practitioner.setTelecom(List<ContactPoint> theTelecom)PractitionerRole.setTelecom(List<ContactPoint> theTelecom)RelatedPerson.setTelecom(List<ContactPoint> theTelecom) -
Uses of ContactPoint in org.hl7.fhir.dstu3.utils
Methods in org.hl7.fhir.dstu3.utils with parameters of type ContactPointModifier and TypeMethodDescriptionstatic StringNarrativeGenerator.displayContactPoint(ContactPoint contact)static voidResourceUtilities.renderContactPoint(StringBuilder b, ContactPoint cp)