
Uses of Class
org.hl7.fhir.dstu3.model.ContactDetail
Packages that use ContactDetail
-
Uses of ContactDetail in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ContactDetailModifier and TypeMethodDescriptionprotected ContactDetailJsonParser.parseContactDetail(com.google.gson.JsonObject json) protected ContactDetailXmlParser.parseContactDetail(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type ContactDetailModifier and TypeMethodDescriptionprotected voidJsonParser.composeContactDetail(String name, ContactDetail element) protected voidRdfParser.composeContactDetail(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ContactDetail element, int index) protected voidXmlParser.composeContactDetail(String name, ContactDetail element) protected voidXmlParser.composeContactDetailElements(ContactDetail element) protected voidJsonParser.composeContactDetailInner(ContactDetail element) protected booleanXmlParser.parseContactDetailContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ContactDetail res) protected voidJsonParser.parseContactDetailProperties(com.google.gson.JsonObject json, ContactDetail res) -
Uses of ContactDetail in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ContactDetailModifier and TypeFieldDescriptionprotected List<ContactDetail> Contributor.contactContact details to assist a user in finding and communicating with the contributor.protected List<ContactDetail> MetadataResource.contactContact details to assist a user in finding and communicating with the publisher.protected List<ContactDetail> ResearchStudy.contactContact details to assist a user in learning more about or engaging with the study.Methods in org.hl7.fhir.dstu3.model that return ContactDetailModifier and TypeMethodDescriptionActivityDefinition.addContact()CapabilityStatement.addContact()CodeSystem.addContact()CompartmentDefinition.addContact()ConceptMap.addContact()Contributor.addContact()DataElement.addContact()ExpansionProfile.addContact()GraphDefinition.addContact()ImplementationGuide.addContact()Library.addContact()Measure.addContact()MessageDefinition.addContact()MetadataResource.addContact()NamingSystem.addContact()OperationDefinition.addContact()PlanDefinition.addContact()Questionnaire.addContact()ResearchStudy.addContact()SearchParameter.addContact()ServiceDefinition.addContact()StructureDefinition.addContact()StructureMap.addContact()TestScript.addContact()ValueSet.addContact()ContactDetail.addTelecom(ContactPoint t) Base.castToContactDetail(Base b) ContactDetail.copy()ActivityDefinition.getContactFirstRep()CapabilityStatement.getContactFirstRep()CodeSystem.getContactFirstRep()CompartmentDefinition.getContactFirstRep()ConceptMap.getContactFirstRep()Contributor.getContactFirstRep()DataElement.getContactFirstRep()ExpansionProfile.getContactFirstRep()GraphDefinition.getContactFirstRep()ImplementationGuide.getContactFirstRep()Library.getContactFirstRep()Measure.getContactFirstRep()MessageDefinition.getContactFirstRep()MetadataResource.getContactFirstRep()NamingSystem.getContactFirstRep()OperationDefinition.getContactFirstRep()PlanDefinition.getContactFirstRep()Questionnaire.getContactFirstRep()ResearchStudy.getContactFirstRep()SearchParameter.getContactFirstRep()ServiceDefinition.getContactFirstRep()StructureDefinition.getContactFirstRep()StructureMap.getContactFirstRep()TestScript.getContactFirstRep()ValueSet.getContactFirstRep()ContactDetail.setNameElement(StringType value) ContactDetail.setTelecom(List<ContactPoint> theTelecom) protected ContactDetailContactDetail.typedCopy()Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ContactDetailModifier and TypeMethodDescriptionActivityDefinition.getContact()CapabilityStatement.getContact()CodeSystem.getContact()CompartmentDefinition.getContact()ConceptMap.getContact()Contributor.getContact()DataElement.getContact()ExpansionProfile.getContact()GraphDefinition.getContact()ImplementationGuide.getContact()Library.getContact()Measure.getContact()MessageDefinition.getContact()MetadataResource.getContact()NamingSystem.getContact()OperationDefinition.getContact()PlanDefinition.getContact()Questionnaire.getContact()ResearchStudy.getContact()SearchParameter.getContact()ServiceDefinition.getContact()StructureDefinition.getContact()StructureMap.getContact()TestScript.getContact()ValueSet.getContact()Methods in org.hl7.fhir.dstu3.model with parameters of type ContactDetailModifier and TypeMethodDescriptionActivityDefinition.addContact(ContactDetail t) CapabilityStatement.addContact(ContactDetail t) CodeSystem.addContact(ContactDetail t) CompartmentDefinition.addContact(ContactDetail t) ConceptMap.addContact(ContactDetail t) Contributor.addContact(ContactDetail t) DataElement.addContact(ContactDetail t) ExpansionProfile.addContact(ContactDetail t) GraphDefinition.addContact(ContactDetail t) ImplementationGuide.addContact(ContactDetail t) Library.addContact(ContactDetail t) Measure.addContact(ContactDetail t) MessageDefinition.addContact(ContactDetail t) MetadataResource.addContact(ContactDetail t) NamingSystem.addContact(ContactDetail t) OperationDefinition.addContact(ContactDetail t) PlanDefinition.addContact(ContactDetail t) Questionnaire.addContact(ContactDetail t) ResearchStudy.addContact(ContactDetail t) SearchParameter.addContact(ContactDetail t) ServiceDefinition.addContact(ContactDetail t) StructureDefinition.addContact(ContactDetail t) StructureMap.addContact(ContactDetail t) TestScript.addContact(ContactDetail t) ValueSet.addContact(ContactDetail t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ContactDetailModifier and TypeMethodDescriptionActivityDefinition.setContact(List<ContactDetail> theContact) CapabilityStatement.setContact(List<ContactDetail> theContact) CodeSystem.setContact(List<ContactDetail> theContact) CompartmentDefinition.setContact(List<ContactDetail> theContact) ConceptMap.setContact(List<ContactDetail> theContact) Contributor.setContact(List<ContactDetail> theContact) DataElement.setContact(List<ContactDetail> theContact) ExpansionProfile.setContact(List<ContactDetail> theContact) GraphDefinition.setContact(List<ContactDetail> theContact) ImplementationGuide.setContact(List<ContactDetail> theContact) Library.setContact(List<ContactDetail> theContact) Measure.setContact(List<ContactDetail> theContact) MessageDefinition.setContact(List<ContactDetail> theContact) MetadataResource.setContact(List<ContactDetail> theContact) NamingSystem.setContact(List<ContactDetail> theContact) OperationDefinition.setContact(List<ContactDetail> theContact) PlanDefinition.setContact(List<ContactDetail> theContact) Questionnaire.setContact(List<ContactDetail> theContact) ResearchStudy.setContact(List<ContactDetail> theContact) SearchParameter.setContact(List<ContactDetail> theContact) ServiceDefinition.setContact(List<ContactDetail> theContact) StructureDefinition.setContact(List<ContactDetail> theContact) StructureMap.setContact(List<ContactDetail> theContact) TestScript.setContact(List<ContactDetail> theContact) ValueSet.setContact(List<ContactDetail> theContact)