Uses of Class
org.hl7.fhir.dstu2.model.ContactPoint
Packages that use ContactPoint
-
Uses of ContactPoint in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type ContactPointModifier and TypeMethodDescriptionprotected voidJsonParser.composeContactPoint(String name, ContactPoint element)protected voidXmlParser.composeContactPoint(String name, ContactPoint element)protected voidJsonParser.composeContactPointInner(ContactPoint element) -
Uses of ContactPoint in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.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.dstu2.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>Subscription.contactContact details for a human to contact about the subscription.protected List<ContactPoint>ConceptMap.ConceptMapContactComponent.telecomContact details for individual (if a name was provided) or the publisher.protected List<ContactPoint>Conformance.ConformanceContactComponent.telecomContact details for individual (if a name was provided) or the publisher.protected List<ContactPoint>DataElement.DataElementContactComponent.telecomContact details for individual (if a name was provided) or the publisher.protected List<ContactPoint>HealthcareService.telecomList of contacts related to this specific healthcare service.protected List<ContactPoint>ImplementationGuide.ImplementationGuideContactComponent.telecomContact details for individual (if a name was provided) or the publisher.protected List<ContactPoint>Location.telecomThe contact details of communication devices available at the location.protected List<ContactPoint>NamingSystem.NamingSystemContactComponent.telecomContact details for individual (if a name was provided) or the publisher.protected List<ContactPoint>OperationDefinition.OperationDefinitionContactComponent.telecomContact details for individual (if a name was provided) or the publisher.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>Questionnaire.telecomContact details to assist a user in finding and communicating with the publisher.protected List<ContactPoint>RelatedPerson.telecomA contact detail for the person, e.g.protected List<ContactPoint>SearchParameter.SearchParameterContactComponent.telecomContact details for individual (if a name was provided) or the publisher.protected List<ContactPoint>StructureDefinition.StructureDefinitionContactComponent.telecomContact details for individual (if a name was provided) or the publisher.protected List<ContactPoint>TestScript.TestScriptContactComponent.telecomContact details for individual (if a name was provided) or the publisher.protected List<ContactPoint>ValueSet.ValueSetContactComponent.telecomContact details for individual (if a name was provided) or the publisher.Methods in org.hl7.fhir.dstu2.model that return ContactPointModifier and TypeMethodDescriptionDevice.addContact()Subscription.addContact()ConceptMap.ConceptMapContactComponent.addTelecom()Conformance.ConformanceContactComponent.addTelecom()DataElement.DataElementContactComponent.addTelecom()HealthcareService.addTelecom()ImplementationGuide.ImplementationGuideContactComponent.addTelecom()Location.addTelecom()NamingSystem.NamingSystemContactComponent.addTelecom()OperationDefinition.OperationDefinitionContactComponent.addTelecom()Organization.addTelecom()Organization.OrganizationContactComponent.addTelecom()Patient.addTelecom()Patient.ContactComponent.addTelecom()Person.addTelecom()Practitioner.addTelecom()Questionnaire.addTelecom()RelatedPerson.addTelecom()SearchParameter.SearchParameterContactComponent.addTelecom()StructureDefinition.StructureDefinitionContactComponent.addTelecom()TestScript.TestScriptContactComponent.addTelecom()ValueSet.ValueSetContactComponent.addTelecom()Base.castToContactPoint(Base b)ContactPoint.copy()MessageHeader.MessageSourceComponent.getContact()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.dstu2.model that return types with arguments of type ContactPointModifier and TypeMethodDescriptionDevice.getContact()Subscription.getContact()ConceptMap.ConceptMapContactComponent.getTelecom()Conformance.ConformanceContactComponent.getTelecom()DataElement.DataElementContactComponent.getTelecom()HealthcareService.getTelecom()ImplementationGuide.ImplementationGuideContactComponent.getTelecom()Location.getTelecom()NamingSystem.NamingSystemContactComponent.getTelecom()OperationDefinition.OperationDefinitionContactComponent.getTelecom()Organization.getTelecom()Organization.OrganizationContactComponent.getTelecom()Patient.ContactComponent.getTelecom()Patient.getTelecom()Person.getTelecom()Practitioner.getTelecom()Questionnaire.getTelecom()RelatedPerson.getTelecom()SearchParameter.SearchParameterContactComponent.getTelecom()StructureDefinition.StructureDefinitionContactComponent.getTelecom()TestScript.TestScriptContactComponent.getTelecom()ValueSet.ValueSetContactComponent.getTelecom()Methods in org.hl7.fhir.dstu2.model with parameters of type ContactPointModifier and TypeMethodDescriptionDevice.addContact(ContactPoint t)Subscription.addContact(ContactPoint t)ConceptMap.ConceptMapContactComponent.addTelecom(ContactPoint t)Conformance.ConformanceContactComponent.addTelecom(ContactPoint t)DataElement.DataElementContactComponent.addTelecom(ContactPoint t)HealthcareService.addTelecom(ContactPoint t)ImplementationGuide.ImplementationGuideContactComponent.addTelecom(ContactPoint t)Location.addTelecom(ContactPoint t)NamingSystem.NamingSystemContactComponent.addTelecom(ContactPoint t)OperationDefinition.OperationDefinitionContactComponent.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)Questionnaire.addTelecom(ContactPoint t)RelatedPerson.addTelecom(ContactPoint t)SearchParameter.SearchParameterContactComponent.addTelecom(ContactPoint t)StructureDefinition.StructureDefinitionContactComponent.addTelecom(ContactPoint t)TestScript.TestScriptContactComponent.addTelecom(ContactPoint t)ValueSet.ValueSetContactComponent.addTelecom(ContactPoint t)static booleanComparison.matches(ContactPoint c1, ContactPoint c2, Object profile)static voidComparison.merge(ContactPoint dst, ContactPoint src)MessageHeader.MessageSourceComponent.setContact(ContactPoint value) -
Uses of ContactPoint in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils with parameters of type ContactPointModifier and TypeMethodDescriptionstatic StringNarrativeGenerator.displayContactPoint(ContactPoint contact)static voidResourceUtilities.renderContactPoint(StringBuilder b, ContactPoint cp)