Modifier and Type | Method and Description |
---|---|
TherapeuticLink |
CommonObjectBuilder.createTherapeuticLink(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
Patient patient,
String hcpType,
String therLinkType,
String comment,
HcParty concernedHcp)
Creates a therapeutic link
|
TherapeuticLink |
CommonObjectBuilder.createTherapeuticLink(Patient patient,
String hcpType,
String therLinkType,
Date startDate,
Date endDate,
String comment,
HcParty concernedHcp)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GetTherapeuticLinkRequest |
RequestObjectBuilder.createGetTherapeuticLinkRequest(TherapeuticLink query,
int maxRows,
Proof... prooves)
Creates a GetTherapeuticLinkRequest
|
GetTherapeuticLinkRequest |
RequestObjectBuilder.createGetTherapeuticLinkRequest(TherapeuticLink query,
Proof... prooves)
Creates a GetTherapeuticLinkRequest MaxRows will be replaced with property value of "therlink.maxrows" if it's defined,
otherwise default value1000 will be used
|
HasTherapeuticLinkRequest |
RequestObjectBuilder.createHasTherapeuticLinkRequest(TherapeuticLink query)
Creates a HasTherapeuticLinkRequest
|
RevokeTherapeuticLinkRequest |
RequestObjectBuilder.createRevokeTherapeuticLinkRequest(TherapeuticLink therLink)
Creates a RevokeTherapeuticLinkRequest with a TherapeuticLink as input
|
RevokeTherapeuticLinkRequest |
RequestObjectBuilder.createRevokeTherapeuticLinkRequestWithProof(TherapeuticLink link,
Proof... proofs)
Creates a RevokeTherapeuticLinkRequest with a TherapeuticLink as input and a proof list
|
Modifier and Type | Method and Description |
---|---|
TherapeuticLink |
CommonObjectBuilderImpl.createTherapeuticLink(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
Patient patient,
String hcpType,
String therLinkType,
String comment,
HcParty concernedHcp) |
TherapeuticLink |
CommonObjectBuilderImpl.createTherapeuticLink(Patient patient,
String hcpType,
String therLinkType,
Date startDate,
Date endDate,
String comment,
HcParty hcp)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GetTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createGetTherapeuticLinkRequest(TherapeuticLink query,
int maxRowsToUse,
Proof... prooves) |
GetTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createGetTherapeuticLinkRequest(TherapeuticLink query,
Proof... prooves) |
HasTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createHasTherapeuticLinkRequest(TherapeuticLink query) |
RevokeTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createRevokeTherapeuticLinkRequest(TherapeuticLink link) |
RevokeTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createRevokeTherapeuticLinkRequestWithProof(TherapeuticLink link,
Proof... proofs) |
Modifier and Type | Method and Description |
---|---|
TherapeuticLink |
TherapeuticLink.Builder.build() |
TherapeuticLink |
TherapeuticLinkRequestType.getLink() |
Modifier and Type | Method and Description |
---|---|
void |
TherapeuticLinkRequestType.setLink(TherapeuticLink link) |
Constructor and Description |
---|
TherapeuticLinkRequestType(String id,
Date date,
Author author,
TherapeuticLink link,
Proof... proofs)
Deprecated.
|
TherapeuticLinkRequestType(String id,
org.joda.time.DateTime date,
Author author,
TherapeuticLink link,
Proof... proofs) |
Modifier and Type | Class and Description |
---|---|
class |
TherapeuticLinkComplete
TherapeuticLinkComplete.
|
Constructor and Description |
---|
GetTherapeuticLinkRequest(org.joda.time.DateTime date,
String id,
Author author,
TherapeuticLink link,
int maxRows,
Proof... proofs) |
GetTherapeuticLinkRequest(String id,
Date date,
Author author,
TherapeuticLink link,
int maxRows,
Proof... proofs)
Deprecated.
|
HasTherapeuticLinkRequest(org.joda.time.DateTime date,
String id,
Author author,
TherapeuticLink link) |
PutTherapeuticLinkRequest(org.joda.time.DateTime date,
String id,
Author author,
TherapeuticLink link,
Proof... proofs) |
PutTherapeuticLinkRequest(String id,
Date date,
Author author,
TherapeuticLink link,
Proof... proofs)
Deprecated.
|
RevokeTherapeuticLinkRequest(org.joda.time.DateTime date,
String id,
Author author,
TherapeuticLink link,
Proof... proofs) |
Modifier and Type | Class and Description |
---|---|
class |
TherapeuticLinkResponse
TherapeuticLinkResponse
|
Modifier and Type | Method and Description |
---|---|
String |
RequestObjectMapper.createTherapeuticLinkAsXmlString(TherapeuticLink therLink)
Creates a TherapeuticLink XML String from a TherapeuticLink object
|
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.