|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PixSourceException | |
|---|---|
| org.eclipse.ohf.ihe.pix.source | |
| org.eclipse.ohf.ihe.pix.source.test | |
| org.eclipse.ohf.ihe.pix.source.test.connectathon | |
| Uses of PixSourceException in org.eclipse.ohf.ihe.pix.source |
|---|
| Methods in org.eclipse.ohf.ihe.pix.source that throw PixSourceException | |
|---|---|
void |
PixMsgADT.addOptionalPatientAccountNumberId(java.lang.String accountNumberId,
java.lang.String namespaceId,
java.lang.String universalId,
java.lang.String universalIdType)
PID-18 Patient Account Number |
void |
PixMsgADT.addOptionalPatientAddressCensusTract(java.lang.String censusTract)
PID-11-10 Patient Address - Census Tract |
void |
PixMsgADT.addOptionalPatientAddressCity(java.lang.String city)
PID-11-3 Patient Address - City |
void |
PixMsgADT.addOptionalPatientAddressCountry(java.lang.String country)
PID-11-6 Patient Address - Country |
void |
PixMsgADT.addOptionalPatientAddressCountyParishCode(java.lang.String countyParishCode)
PID-11-9 Patient Address - County or Parish Code |
void |
PixMsgADT.addOptionalPatientAddressOtherDesignation(java.lang.String address)
PID-11-2 Patient Address - Other Designation |
void |
PixMsgADT.addOptionalPatientAddressOtherGeographicDesignation(java.lang.String otherDesignation)
PID-11-8 Patient Address - Other Geographic Designation |
void |
PixMsgADT.addOptionalPatientAddressStateOrProvince(java.lang.String stateOrProvince)
PID-11-4 Patient Address - State or Province |
void |
PixMsgADT.addOptionalPatientAddressStreetAddress(java.lang.String address)
PID-11-1 Patient Address - Street Address |
void |
PixMsgADT.addOptionalPatientAddressType(java.lang.String type)
PID-11-7 Patient Address - Address Type |
void |
PixMsgADT.addOptionalPatientAddressZipOrPostalCode(java.lang.String zipOrPostalCode)
PID-11-5 Patient Address - Zip or Postal Code |
void |
PixMsgADT.addOptionalPatientDateOfBirth(java.lang.String dob)
PID-7 Date/Time of Birth |
void |
PixMsgADT.addOptionalPatientId(java.lang.String patientId,
java.lang.String namespaceId,
java.lang.String universalId,
java.lang.String universalIdType)
PID-3 Patient ID (internal) |
void |
PixMsgADT.addOptionalPatientNameDegree(java.lang.String degree)
PID-5-6 Patient Name - Degree |
void |
PixMsgADT.addOptionalPatientNameFamilyName(java.lang.String familyName)
PID-5-1 Patient Name - Family Name |
void |
PixMsgADT.addOptionalPatientNameGivenName(java.lang.String givenName)
PID-5-2 Patient Name - Given Name |
void |
PixMsgADT.addOptionalPatientNameOtherName(java.lang.String otherName)
PID-5-3 Patient Name - Other Name |
void |
PixMsgADT.addOptionalPatientNamePrefix(java.lang.String prefix)
PID-5-5 Patient Name - Prefix |
void |
PixMsgADT.addOptionalPatientNameSuffix(java.lang.String suffix)
PID-5-4 Patient Name - Suffix |
void |
PixMsgADT.addOptionalPatientPhoneBusinessUnformattedTelephoneNumber(java.lang.String businessPhone)
PID-14-1 Business Phone Unformatted |
void |
PixMsgADT.addOptionalPatientPhoneHomeUnformattedTelephoneNumber(java.lang.String homePhone)
PID-13-1 Home Phone Unformatted |
void |
PixMsgADT.addOptionalPatientSex(java.lang.String sex)
PID-8 Administrative Sex |
PixMsgAdmitInpatient |
PixSource.admitInpatient(java.lang.String patientId)
ADT_A01 Admit Inpatient - create message |
PixMsgAdmitInpatient |
PixSource.admitInpatient(java.lang.String patientId,
java.lang.String namespaceId,
java.lang.String universalId,
java.lang.String universalIdType)
ADT_A01 Admit Inpatient - create message |
java.lang.String |
PixSourceResponse.getControlId()
MSA-2 Message Control ID This field contains the message control ID of the message sent by the sending system. |
java.lang.String[] |
PixSourceResponse.getErrorCodeAndLocation(int segmentIndex,
int repeatIndex)
ERR-1 HL7 Error Code and Location (type CM) |
java.lang.String |
PixSourceResponse.getResponseAckCode(boolean expandString)
MSA-1 Acknowledgement Code This field contains an acknowledgment code, see message processing rules. |
PixMsgMergePatient |
PixSource.mergePatient(java.lang.String patientId,
java.lang.String patientClass,
java.lang.String priorId)
ADT_A40 Merge Patient - create a message |
PixMsgMergePatient |
PixSource.mergePatient(java.lang.String patientId,
java.lang.String namespaceId,
java.lang.String universalId,
java.lang.String universalIdType,
java.lang.String patientClass,
java.lang.String priorId)
ADT_A40 Merge Patient - create a message |
PixMsgPreadmitInpatient |
PixSource.preadmitInpatient(java.lang.String patientId)
ADT_A05 Preadmit Inpatient - create message |
PixMsgPreadmitInpatient |
PixSource.preadmitInpatient(java.lang.String patientId,
java.lang.String namespaceId,
java.lang.String universalId,
java.lang.String universalIdType)
ADT_A05 Preadmit Inpatient - create message |
PixMsgRegisterOutpatient |
PixSource.registerOutpatient(java.lang.String patientId)
ADT_A04 Register Outpatient - create message |
PixMsgRegisterOutpatient |
PixSource.registerOutpatient(java.lang.String patientId,
java.lang.String namespaceId,
java.lang.String universalId,
java.lang.String universalIdType)
ADT_A04 Register Outpatient - create message |
org.eclipse.ohf.hl7v2.core.message.model.Message |
PixSource.sendAdmission(org.eclipse.ohf.hl7v2.core.message.model.Message msg,
boolean verify,
java.lang.String auditUser)
ADT_A01 Admit Inpatient - send message |
PixSourceResponse |
PixSource.sendAdmission(PixMsgAdmitInpatient msg,
boolean verify,
java.lang.String auditUser)
ADT_A01 Admit Inpatient - send message |
java.lang.String |
PixSource.sendAdmission(java.lang.String rawHL7,
boolean verify,
java.lang.String auditUser)
ADT_A01 Admit Inpatient - send message |
org.eclipse.ohf.hl7v2.core.message.model.Message |
PixSource.sendMerge(org.eclipse.ohf.hl7v2.core.message.model.Message msg,
boolean verify,
java.lang.String auditUser)
ADT_A40 Merge Patient - send message |
PixSourceResponse |
PixSource.sendMerge(PixMsgMergePatient msg,
boolean verify,
java.lang.String auditUser)
ADT_A40 Merge Patient - send message |
java.lang.String |
PixSource.sendMerge(java.lang.String rawHL7,
boolean verify,
java.lang.String auditUser)
ADT_A40 Merge Patient - send message |
org.eclipse.ohf.hl7v2.core.message.model.Message |
PixSource.sendPreAdmission(org.eclipse.ohf.hl7v2.core.message.model.Message msg,
boolean verify,
java.lang.String auditUser)
ADT_A05 Preadmit Inpatient - send message |
PixSourceResponse |
PixSource.sendPreAdmission(PixMsgPreadmitInpatient msg,
boolean verify,
java.lang.String auditUser)
ADT_A05 Preadmit Inpatient - send message |
java.lang.String |
PixSource.sendPreAdmission(java.lang.String rawHL7,
boolean verify,
java.lang.String auditUser)
ADT_A05 Preadmit Inpatient - send message |
org.eclipse.ohf.hl7v2.core.message.model.Message |
PixSource.sendRegistration(org.eclipse.ohf.hl7v2.core.message.model.Message msg,
boolean verify,
java.lang.String auditUser)
ADT_A04 Register Outpatient - send message |
PixSourceResponse |
PixSource.sendRegistration(PixMsgRegisterOutpatient msg,
boolean verify,
java.lang.String auditUser)
ADT_A04 Register Outpatient - send message |
java.lang.String |
PixSource.sendRegistration(java.lang.String rawHL7,
boolean verify,
java.lang.String auditUser)
ADT_A04 Register Outpatient - send message |
org.eclipse.ohf.hl7v2.core.message.model.Message |
PixSource.sendUpdate(org.eclipse.ohf.hl7v2.core.message.model.Message msg,
boolean verify,
java.lang.String auditUser)
ADT_A08 Update Patient - send message |
PixSourceResponse |
PixSource.sendUpdate(PixMsgUpdatePatient msg,
boolean verify,
java.lang.String auditUser)
ADT_A08 Update Patient - send message |
java.lang.String |
PixSource.sendUpdate(java.lang.String rawHL7,
boolean verify,
java.lang.String auditUser)
ADT_A08 Update Patient - send message |
PixMsgUpdatePatient |
PixSource.updatePatient(java.lang.String patientId,
java.lang.String patientClass)
ADT_A08 Update Patient - create message |
PixMsgUpdatePatient |
PixSource.updatePatient(java.lang.String patientId,
java.lang.String namespaceId,
java.lang.String universalId,
java.lang.String universalIdType,
java.lang.String patientClass)
ADT_A08 Update Patient - create message |
| Constructors in org.eclipse.ohf.ihe.pix.source that throw PixSourceException | |
|---|---|
PixMsgAdmitInpatient(org.eclipse.ohf.hl7v2.core.message.MessageManager globalFactory,
org.eclipse.ohf.hl7v2.core.conformance.model.CPConformanceProfile cpProfile,
java.lang.String patientId,
java.lang.String namespaceId,
java.lang.String universalId,
java.lang.String universalIdType)
Create ADT_A01 Admit Inpatient |
|
PixMsgADT(org.eclipse.ohf.hl7v2.core.message.MessageManager globalFactory,
org.eclipse.ohf.hl7v2.core.conformance.model.CPConformanceProfile cpProfile,
int version,
java.lang.String msgEventType,
java.lang.String patientId,
java.lang.String namespaceId,
java.lang.String universalId,
java.lang.String universalIdType)
Constructs a PIX Source Client ADT message object enabled for validation. |
|
PixMsgMergePatient(org.eclipse.ohf.hl7v2.core.message.MessageManager globalFactory,
org.eclipse.ohf.hl7v2.core.conformance.model.CPConformanceProfile cpProfile,
java.lang.String patientId,
java.lang.String namespaceId,
java.lang.String universalId,
java.lang.String universalIdType,
java.lang.String patientClass,
java.lang.String priorPatientId)
Create ADT_A40 Merge Patient |
|
PixMsgPreadmitInpatient(org.eclipse.ohf.hl7v2.core.message.MessageManager globalFactory,
org.eclipse.ohf.hl7v2.core.conformance.model.CPConformanceProfile cpProfile,
java.lang.String patientId,
java.lang.String namespaceId,
java.lang.String universalId,
java.lang.String universalIdType)
Create ADT_A05 Preadmit Inpatient |
|
PixMsgRegisterOutpatient(org.eclipse.ohf.hl7v2.core.message.MessageManager globalFactory,
org.eclipse.ohf.hl7v2.core.conformance.model.CPConformanceProfile cpProfile,
java.lang.String patientId,
java.lang.String namespaceId,
java.lang.String universalId,
java.lang.String universalIdType)
Create ADT_A04 Register Outpatient |
|
PixMsgUpdatePatient(org.eclipse.ohf.hl7v2.core.message.MessageManager globalFactory,
org.eclipse.ohf.hl7v2.core.conformance.model.CPConformanceProfile cpProfile,
java.lang.String patientId,
java.lang.String namespaceId,
java.lang.String universalId,
java.lang.String universalIdType,
java.lang.String patientClass)
Create ADT_A08 Update Patient |
|
PixSourceResponse(org.eclipse.ohf.hl7v2.core.message.MessageManager globalFactory)
Constructs a PIX response message. |
|
| Uses of PixSourceException in org.eclipse.ohf.ihe.pix.source.test |
|---|
| Methods in org.eclipse.ohf.ihe.pix.source.test that throw PixSourceException | |
|---|---|
static PixMsgAdmitInpatient |
ClientPixFeed.createMessageA01(PixSource pixFeed)
|
static PixMsgRegisterOutpatient |
ClientPixFeed.createMessageA04_A(PixSource pixFeed)
|
static PixMsgRegisterOutpatient |
ClientPixFeed.createMessageA04_B(PixSource pixFeed)
|
static org.eclipse.ohf.hl7v2.core.message.model.Message |
MSGPixFeed.createMessageA04(PixSource pixFeed)
|
static PixMsgRegisterOutpatient |
ClientPixFeed.createMessageA04(PixSource pixFeed)
|
static PixMsgPreadmitInpatient |
ClientPixFeed.createMessageA05(PixSource pixFeed)
|
static PixMsgUpdatePatient |
ClientPixFeed.createMessageA08(PixSource pixFeed)
|
static PixMsgMergePatient |
ClientPixFeed.createMessageA40(PixSource pixFeed)
|
static MLLPDestination |
MSGPixFeed.createSecureMLLP()
|
static MLLPDestination |
HL7PixFeed.createSecureMLLP()
|
static MLLPDestination |
ClientPixFeed.createSecureMLLP()
|
static org.eclipse.ohf.hl7v2.core.message.model.Message |
MSGPixFeed.loadMessageA04(PixSource pixFeed)
|
static void |
MSGPixFeed.main(java.lang.String[] args)
|
static void |
HL7PixFeed.main(java.lang.String[] args)
|
static void |
ClientPixFeed.main(java.lang.String[] args)
|
static void |
MSGPixFeed.readReturn(org.eclipse.ohf.hl7v2.core.message.model.Message msg)
|
static void |
ClientPixFeed.readReturn(PixSourceResponse response)
|
static void |
HL7PixFeed.readReturn(java.lang.String rtnMessage)
|
| Uses of PixSourceException in org.eclipse.ohf.ihe.pix.source.test.connectathon |
|---|
| Methods in org.eclipse.ohf.ihe.pix.source.test.connectathon that throw PixSourceException | |
|---|---|
static MLLPDestination |
PIXConnectathonTest.createSecureMLLP()
|
static MLLPDestination |
ConnectathonPDQLoadTest.createSecureMLLP()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||