Uses of Class
org.hl7.v3.POCDMT000040PlayingEntity
-
Uses of POCDMT000040PlayingEntity in org.hl7.v3
Fields in org.hl7.v3 declared as POCDMT000040PlayingEntityModifier and TypeFieldDescriptionprotected POCDMT000040PlayingEntityPOCDMT000040ParticipantRole.playingEntityprotected POCDMT000040PlayingEntityPOCDMT000040SpecimenRole.specimenPlayingEntityMethods in org.hl7.v3 that return POCDMT000040PlayingEntityModifier and TypeMethodDescriptionObjectFactory.createPOCDMT000040PlayingEntity()Create an instance ofPOCDMT000040PlayingEntityPOCDMT000040ParticipantRole.getPlayingEntity()Gets the value of the playingEntity property.POCDMT000040SpecimenRole.getSpecimenPlayingEntity()Gets the value of the specimenPlayingEntity property.POCDMT000040PlayingEntity.withClassCode(String... values) POCDMT000040PlayingEntity.withClassCode(Collection<String> values) POCDMT000040PlayingEntity.withDeterminerCode(String value) POCDMT000040PlayingEntity.withName(Collection<PN> values) POCDMT000040PlayingEntity.withNullFlavor(String... values) POCDMT000040PlayingEntity.withNullFlavor(Collection<String> values) POCDMT000040PlayingEntity.withQuantity(Collection<PQ> values) POCDMT000040PlayingEntity.withQuantity(PQ... values) POCDMT000040PlayingEntity.withRealmCode(Collection<CS> values) POCDMT000040PlayingEntity.withRealmCode(CS... values) POCDMT000040PlayingEntity.withTemplateId(Collection<POCDMT000040InfrastructureRootTemplateId> values) POCDMT000040PlayingEntity.withTemplateId(POCDMT000040InfrastructureRootTemplateId... values) POCDMT000040PlayingEntity.withTypeId(POCDMT000040InfrastructureRootTypeId value) Methods in org.hl7.v3 with parameters of type POCDMT000040PlayingEntityModifier and TypeMethodDescriptionvoidPOCDMT000040ParticipantRole.setPlayingEntity(POCDMT000040PlayingEntity value) Sets the value of the playingEntity property.voidPOCDMT000040SpecimenRole.setSpecimenPlayingEntity(POCDMT000040PlayingEntity value) Sets the value of the specimenPlayingEntity property.POCDMT000040ParticipantRole.withPlayingEntity(POCDMT000040PlayingEntity value) POCDMT000040SpecimenRole.withSpecimenPlayingEntity(POCDMT000040PlayingEntity value)