Uses of Class
org.hl7.fhir.dstu2.model.ContactPoint
-
Packages that use ContactPoint Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model org.hl7.fhir.dstu2.utils -
-
Uses of ContactPoint in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ContactPoint Modifier and Type Method Description protected 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 ContactPoint Modifier and Type Method Description protected 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 ContactPoint Modifier and Type Field Description protected 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 ContactPoint Modifier and Type Field Description protected 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 ContactPoint Modifier and Type Method Description ContactPointDevice. addContact()ContactPointSubscription. addContact()ContactPointConceptMap.ConceptMapContactComponent. addTelecom()ContactPointConformance.ConformanceContactComponent. addTelecom()ContactPointDataElement.DataElementContactComponent. addTelecom()ContactPointHealthcareService. addTelecom()ContactPointImplementationGuide.ImplementationGuideContactComponent. addTelecom()ContactPointLocation. addTelecom()ContactPointNamingSystem.NamingSystemContactComponent. addTelecom()ContactPointOperationDefinition.OperationDefinitionContactComponent. addTelecom()ContactPointOrganization. addTelecom()ContactPointOrganization.OrganizationContactComponent. addTelecom()ContactPointPatient. addTelecom()ContactPointPatient.ContactComponent. addTelecom()ContactPointPerson. addTelecom()ContactPointPractitioner. addTelecom()ContactPointQuestionnaire. addTelecom()ContactPointRelatedPerson. addTelecom()ContactPointSearchParameter.SearchParameterContactComponent. addTelecom()ContactPointStructureDefinition.StructureDefinitionContactComponent. addTelecom()ContactPointTestScript.TestScriptContactComponent. addTelecom()ContactPointValueSet.ValueSetContactComponent. addTelecom()ContactPointBase. castToContactPoint(Base b)ContactPointContactPoint. copy()ContactPointMessageHeader.MessageSourceComponent. getContact()static ContactPointFactory. newContactPoint(ContactPoint.ContactPointSystem system, String value)ContactPointContactPoint. setPeriod(Period value)ContactPointContactPoint. setRank(int value)ContactPointContactPoint. setRankElement(PositiveIntType value)ContactPointContactPoint. setSystem(ContactPoint.ContactPointSystem value)ContactPointContactPoint. setSystemElement(Enumeration<ContactPoint.ContactPointSystem> value)ContactPointContactPoint. setUse(ContactPoint.ContactPointUse value)ContactPointContactPoint. setUseElement(Enumeration<ContactPoint.ContactPointUse> value)ContactPointContactPoint. setValue(String value)ContactPointContactPoint. setValueElement(StringType value)protected ContactPointContactPoint. typedCopy()Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ContactPoint Modifier and Type Method Description List<ContactPoint>Device. getContact()List<ContactPoint>Subscription. getContact()List<ContactPoint>ConceptMap.ConceptMapContactComponent. getTelecom()List<ContactPoint>Conformance.ConformanceContactComponent. getTelecom()List<ContactPoint>DataElement.DataElementContactComponent. getTelecom()List<ContactPoint>HealthcareService. getTelecom()List<ContactPoint>ImplementationGuide.ImplementationGuideContactComponent. getTelecom()List<ContactPoint>Location. getTelecom()List<ContactPoint>NamingSystem.NamingSystemContactComponent. getTelecom()List<ContactPoint>OperationDefinition.OperationDefinitionContactComponent. getTelecom()List<ContactPoint>Organization. getTelecom()List<ContactPoint>Organization.OrganizationContactComponent. getTelecom()List<ContactPoint>Patient.ContactComponent. getTelecom()List<ContactPoint>Patient. getTelecom()List<ContactPoint>Person. getTelecom()List<ContactPoint>Practitioner. getTelecom()List<ContactPoint>Questionnaire. getTelecom()List<ContactPoint>RelatedPerson. getTelecom()List<ContactPoint>SearchParameter.SearchParameterContactComponent. getTelecom()List<ContactPoint>StructureDefinition.StructureDefinitionContactComponent. getTelecom()List<ContactPoint>TestScript.TestScriptContactComponent. getTelecom()List<ContactPoint>ValueSet.ValueSetContactComponent. getTelecom() -
Uses of ContactPoint in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils with parameters of type ContactPoint Modifier and Type Method Description static StringNarrativeGenerator. displayContactPoint(ContactPoint contact)static voidResourceUtilities. renderContactPoint(StringBuilder b, ContactPoint cp)
-