Uses of Class
org.hl7.v3.COCTMT030000UV04ContactParty
-
Uses of COCTMT030000UV04ContactParty in org.hl7.v3
Fields in org.hl7.v3 with type parameters of type COCTMT030000UV04ContactPartyModifier and TypeFieldDescriptionprotected List<COCTMT030000UV04ContactParty>COCTMT030000UV04NonPersonLivingSubject.contactPartyprotected List<COCTMT030000UV04ContactParty>COCTMT030000UV04Person.contactPartyMethods in org.hl7.v3 that return COCTMT030000UV04ContactPartyModifier and TypeMethodDescriptionObjectFactory.createCOCTMT030000UV04ContactParty()Create an instance ofCOCTMT030000UV04ContactPartyCOCTMT030000UV04ContactParty.withAddr(Collection<AD> values) COCTMT030000UV04ContactParty.withClassCode(RoleClassContact value) COCTMT030000UV04ContactParty.withContactOrganization(jakarta.xml.bind.JAXBElement<COCTMT150002UV01Organization> value) COCTMT030000UV04ContactParty.withContactPerson(jakarta.xml.bind.JAXBElement<COCTMT030202UV01Person> value) COCTMT030000UV04ContactParty.withEffectiveTime(IVLTS value) COCTMT030000UV04ContactParty.withId(Collection<II> values) COCTMT030000UV04ContactParty.withNullFlavor(String... values) COCTMT030000UV04ContactParty.withNullFlavor(Collection<String> values) COCTMT030000UV04ContactParty.withRealmCode(Collection<CS> values) COCTMT030000UV04ContactParty.withRealmCode(CS... values) COCTMT030000UV04ContactParty.withStatusCode(CS value) COCTMT030000UV04ContactParty.withTelecom(Collection<TEL> values) COCTMT030000UV04ContactParty.withTelecom(TEL... values) COCTMT030000UV04ContactParty.withTemplateId(Collection<II> values) COCTMT030000UV04ContactParty.withTemplateId(II... values) COCTMT030000UV04ContactParty.withTypeId(II value) Methods in org.hl7.v3 that return types with arguments of type COCTMT030000UV04ContactPartyModifier and TypeMethodDescriptionCOCTMT030000UV04NonPersonLivingSubject.getContactParty()Gets the value of the contactParty property.COCTMT030000UV04Person.getContactParty()Gets the value of the contactParty property.Methods in org.hl7.v3 with parameters of type COCTMT030000UV04ContactPartyModifier and TypeMethodDescriptionCOCTMT030000UV04NonPersonLivingSubject.withContactParty(COCTMT030000UV04ContactParty... values) COCTMT030000UV04Person.withContactParty(COCTMT030000UV04ContactParty... values) Method parameters in org.hl7.v3 with type arguments of type COCTMT030000UV04ContactPartyModifier and TypeMethodDescriptionCOCTMT030000UV04NonPersonLivingSubject.withContactParty(Collection<COCTMT030000UV04ContactParty> values) COCTMT030000UV04Person.withContactParty(Collection<COCTMT030000UV04ContactParty> values)